Skip to content

Commit b9f6d4a

Browse files
authored
MAINT: Adjustments for juptyer-book=0.11.1 for sphinx-eternal-toc changes (#135)
* [TEST] test juptyer-book@sphinx-external-toc with migrated _toc.yml * add building of pdf using jupyterbook-latex * sanitize problematic merge
1 parent 240d702 commit b9f6d4a

File tree

3 files changed

+31
-32
lines changed

3 files changed

+31
-32
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
deploy-message: "Preview Deploy from GitHub Actions"
6767
env:
6868
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
69-
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
69+
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- anaconda=2020.11
77
- pip
88
- pip:
9-
- jupyter-book==0.10.2
9+
- jupyter-book==0.11.1
1010
- sphinx-multitoc-numbering==0.1.3
1111
- quantecon-book-theme==0.2.3
1212
- sphinx-tojupyter==0.1.1

lectures/_toc.yml

Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,34 @@
1-
- file: intro
1+
format: jb-book
2+
root: intro
3+
parts:
4+
- caption: Introduction to Python
25
numbered: true
3-
4-
- part: Introduction to Python
56
chapters:
6-
- file: about_py
7-
- file: getting_started
8-
- file: python_by_example
9-
- file: functions
10-
- file: python_essentials
11-
- file: oop_intro
12-
- file: python_oop
13-
14-
- part: The Scientific Libraries
7+
- file: about_py
8+
- file: getting_started
9+
- file: python_by_example
10+
- file: functions
11+
- file: python_essentials
12+
- file: oop_intro
13+
- file: python_oop
14+
- caption: The Scientific Libraries
15+
numbered: true
1516
chapters:
16-
- file: need_for_speed
17-
- file: numpy
18-
- file: matplotlib
19-
- file: scipy
20-
- file: numba
21-
- file: parallelization
22-
- file: pandas
23-
24-
- part: Advanced Python Programming
17+
- file: need_for_speed
18+
- file: numpy
19+
- file: matplotlib
20+
- file: scipy
21+
- file: numba
22+
- file: parallelization
23+
- file: pandas
24+
- caption: Advanced Python Programming
25+
numbered: true
2526
chapters:
26-
- file: writing_good_code
27-
- file: python_advanced_features
28-
- file: debugging
29-
30-
# Placeholder for other pages
31-
32-
- part: Other
27+
- file: writing_good_code
28+
- file: python_advanced_features
29+
- file: debugging
30+
- caption: Other
31+
numbered: true
3332
chapters:
34-
- file: troubleshooting
35-
- file: status
33+
- file: troubleshooting
34+
- file: status

0 commit comments

Comments
 (0)