Skip to content

Commit fddb9f1

Browse files
committed
[TEST] test juptyer-book@sphinx-external-toc with migrated _toc.yml
1 parent 47b29f4 commit fddb9f1

File tree

2 files changed

+32
-31
lines changed

2 files changed

+32
-31
lines changed

environment.yml

Lines changed: 3 additions & 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
9+
- git+https://github.com/executablebooks/jupyter-book@sphinx-external-toc
1010
- sphinx-multitoc-numbering
1111
- quantecon-book-theme
1212
- sphinx-tojupyter
@@ -15,4 +15,6 @@ dependencies:
1515
- jupytext
1616
- ghp-import
1717
- jupinx
18+
# Temporary
19+
- tornado>=6.1
1820

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)