Skip to content

Commit 198e004

Browse files
authored
Update the Jupyter Book (#263)
* Update contents of intro.md * Update .gitignore and remove unwanted files * Clean up and fix equations in docstrings * Remove unused files * Clean up the docstrings * Fix referencing in diversity module * Clean up docstring * Update referencing the papers
1 parent c678c55 commit 198e004

File tree

151 files changed

+210
-33245
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+210
-33245
lines changed

.github/workflows/website_auto.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
# Build the book
4646
- name: Build the book
4747
run: |
48+
cp notebooks/*.ipynb book/content/.
4849
jupyter-book build ./book/content
4950
5051
# Push the book's HTML to github-pages

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,7 @@ tags
158158
*.gcno
159159
*.gcda
160160
*.gcov
161-
test_calculator
161+
162+
*/*/_build
163+
*/_build
164+
-23.1 KB
Binary file not shown.
-43.1 KB
Binary file not shown.
-41 KB
Binary file not shown.

book/content/_build/.doctrees/glue_cache.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
-25.3 KB
Binary file not shown.
-12.6 KB
Binary file not shown.
-42.4 KB
Binary file not shown.
-615 KB
Binary file not shown.

0 commit comments

Comments
 (0)