File tree Expand file tree Collapse file tree 2 files changed +32
-31
lines changed Expand file tree Collapse file tree 2 files changed +32
-31
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies:
6
6
- anaconda=2020.11
7
7
- pip
8
8
- pip :
9
- - jupyter-book
9
+ - git+https://github.com/executablebooks/ jupyter-book@sphinx-external-toc
10
10
- sphinx-multitoc-numbering
11
11
- quantecon-book-theme
12
12
- sphinx-tojupyter
@@ -15,4 +15,6 @@ dependencies:
15
15
- jupytext
16
16
- ghp-import
17
17
- jupinx
18
+ # Temporary
19
+ - tornado>=6.1
18
20
Original file line number Diff line number Diff line change 1
- - file : intro
1
+ format : jb-book
2
+ root : intro
3
+ parts :
4
+ - caption : Introduction to Python
2
5
numbered : true
3
-
4
- - part : Introduction to Python
5
6
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
15
16
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
25
26
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
33
32
chapters :
34
- - file : troubleshooting
35
- - file : status
33
+ - file : troubleshooting
34
+ - file : status
You can’t perform that action at this time.
0 commit comments