Skip to content

MAINT: Adjustments for juptyer-book=0.11.1 for sphinx-eternal-toc changes #135

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

Merged
merged 4 commits into from
Jun 7, 2021
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
deploy-message: "Preview Deploy from GitHub Actions"
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- anaconda=2020.11
- pip
- pip:
- jupyter-book==0.10.2
- jupyter-book==0.11.1
- sphinx-multitoc-numbering==0.1.3
- quantecon-book-theme==0.2.3
- sphinx-tojupyter==0.1.1
Expand Down
59 changes: 29 additions & 30 deletions lectures/_toc.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,34 @@
- file: intro
format: jb-book
root: intro
parts:
- caption: Introduction to Python
numbered: true

- part: Introduction to Python
chapters:
- file: about_py
- file: getting_started
- file: python_by_example
- file: functions
- file: python_essentials
- file: oop_intro
- file: python_oop

- part: The Scientific Libraries
- file: about_py
- file: getting_started
- file: python_by_example
- file: functions
- file: python_essentials
- file: oop_intro
- file: python_oop
- caption: The Scientific Libraries
numbered: true
chapters:
- file: need_for_speed
- file: numpy
- file: matplotlib
- file: scipy
- file: numba
- file: parallelization
- file: pandas

- part: Advanced Python Programming
- file: need_for_speed
- file: numpy
- file: matplotlib
- file: scipy
- file: numba
- file: parallelization
- file: pandas
- caption: Advanced Python Programming
numbered: true
chapters:
- file: writing_good_code
- file: python_advanced_features
- file: debugging

# Placeholder for other pages

- part: Other
- file: writing_good_code
- file: python_advanced_features
- file: debugging
- caption: Other
numbered: true
chapters:
- file: troubleshooting
- file: status
- file: troubleshooting
- file: status