Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Jupyter Book #263

Merged
merged 8 commits into from
Sep 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/website_auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
# Build the book
- name: Build the book
run: |
cp notebooks/*.ipynb book/content/.
jupyter-book build ./book/content

# Push the book's HTML to github-pages
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,7 @@ tags
*.gcno
*.gcda
*.gcov
test_calculator

*/*/_build
*/_build

Binary file removed book/content/_build/.doctrees/base.doctree
Binary file not shown.
Binary file removed book/content/_build/.doctrees/dissimilarity.doctree
Binary file not shown.
Binary file removed book/content/_build/.doctrees/environment.pickle
Binary file not shown.
1 change: 0 additions & 1 deletion book/content/_build/.doctrees/glue_cache.json

This file was deleted.

Binary file removed book/content/_build/.doctrees/installation.doctree
Binary file not shown.
Binary file removed book/content/_build/.doctrees/intro.doctree
Binary file not shown.
Binary file removed book/content/_build/.doctrees/partition.doctree
Binary file not shown.
Binary file removed book/content/_build/.doctrees/starting.doctree
Binary file not shown.
Binary file removed book/content/_build/.doctrees/utils.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions book/content/_build/html/.buildinfo

This file was deleted.

Binary file not shown.
Binary file removed book/content/_build/html/_images/starting_10_1.png
Binary file not shown.
Binary file removed book/content/_build/html/_images/starting_12_0.png
Binary file not shown.
Binary file removed book/content/_build/html/_images/starting_12_1.png
Binary file not shown.
Binary file removed book/content/_build/html/_images/starting_14_0.png
Binary file not shown.
Binary file removed book/content/_build/html/_images/starting_14_1.png
Binary file not shown.
Binary file removed book/content/_build/html/_images/starting_16_0.png
Binary file not shown.
Binary file removed book/content/_build/html/_images/starting_16_1.png
Binary file not shown.
Binary file removed book/content/_build/html/_images/starting_18_0.png
Binary file not shown.
Binary file removed book/content/_build/html/_images/starting_19_0.png
Binary file not shown.
Binary file removed book/content/_build/html/_images/starting_22_0.png
Binary file not shown.
Binary file removed book/content/_build/html/_images/starting_25_0.png
Binary file not shown.
Binary file removed book/content/_build/html/_images/starting_28_0.png
Binary file not shown.
Binary file removed book/content/_build/html/_images/starting_31_0.png
Binary file not shown.
Binary file removed book/content/_build/html/_images/starting_34_0.png
Binary file not shown.
Binary file removed book/content/_build/html/_images/starting_6_0.png
Binary file not shown.
Binary file removed book/content/_build/html/_images/starting_6_1.png
Binary file not shown.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions book/content/_build/html/_sources/base.rst

This file was deleted.

4 changes: 0 additions & 4 deletions book/content/_build/html/_sources/dissimilarity.rst

This file was deleted.

192 changes: 0 additions & 192 deletions book/content/_build/html/_sources/installation.ipynb

This file was deleted.

20 changes: 0 additions & 20 deletions book/content/_build/html/_sources/intro.md

This file was deleted.

5 changes: 0 additions & 5 deletions book/content/_build/html/_sources/partition.rst

This file was deleted.

Loading