Skip to content

Commit

Permalink
Merge pull request #752 from mindsdb/staging
Browse files Browse the repository at this point in the history
Release 1.7.0
  • Loading branch information
George3d6 authored Nov 17, 2021
2 parents 5d1b3e1 + c9bbf68 commit 3eccb43
Show file tree
Hide file tree
Showing 268 changed files with 704 additions and 71,111 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- staging
- separate_doc_branch
jobs:
doc_build:
runs-on: ubuntu-latest
Expand All @@ -24,12 +25,13 @@ jobs:
pip install --no-cache-dir -e .
pip install install 'Sphinx==4.1.2' 'sphinx-autoapi==1.8.4' 'sphinx-autodoc-typehints==1.12.0' 'sphinx-code-include==1.1.1' 'sphinx-rtd-theme==0.5.2' 'sphinxcontrib-applehelp==1.0.2' 'sphinxcontrib-devhelp==1.0.2' 'sphinxcontrib-htmlhelp==2.0.0' 'sphinxcontrib-jsmath==1.0.1' 'sphinxcontrib-napoleon==0.7' 'sphinxcontrib-qthelp==1.0.3' 'sphinxcontrib-serializinghtml==1.1.5' autoapi nbsphinx myst_parser pandoc jupyter
cd docssrc && make github
find . -iname '*.ipynb' -exec jupyter nbconvert --to notebook --inplace --execute {} \;
- name: deploy docs
uses: EndBug/add-and-commit@v7
with:
add: 'docs'
author_name: Automated Author
author_email: [email protected]
message: updating docs

- name: Deploy to another branch
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: gh-pages # The branch name where you want to push the assets
FOLDER: docs # The directory where your assets are generated
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
MESSAGE: "Rebuilt the docs" # The commit message
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ predictor.learn(df)

# Make the train/test splits and show predictions for a few examples
test_df = predictor.split(predictor.preprocess(df))["test"]
preds = predictor.predict(test).iloc[:10]
preds = predictor.predict(test_df).iloc[:10]
print(preds)
```

Expand Down
4 changes: 0 additions & 4 deletions docs/.buildinfo

This file was deleted.

Empty file removed docs/.nojekyll
Empty file.
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

Binary file removed docs/_images/baseencoder.png
Binary file not shown.
Binary file removed docs/_images/laptop.jpeg
Binary file not shown.
Binary file removed docs/_images/lightwood.png
Binary file not shown.
Binary file removed docs/_images/swag.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
262 changes: 0 additions & 262 deletions docs/_modules/api/dtype.html

This file was deleted.

Loading

0 comments on commit 3eccb43

Please sign in to comment.