File tree Expand file tree Collapse file tree 3 files changed +31
-32
lines changed Expand file tree Collapse file tree 3 files changed +31
-32
lines changed Original file line number Diff line number Diff line change 66
66
deploy-message : " Preview Deploy from GitHub Actions"
67
67
env :
68
68
NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
69
- NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
69
+ NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
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==0.10.2
9
+ - jupyter-book==0.11.1
10
10
- sphinx-multitoc-numbering==0.1.3
11
11
- quantecon-book-theme==0.2.3
12
12
- sphinx-tojupyter==0.1.1
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