File tree 2 files changed +43
-22
lines changed
2 files changed +43
-22
lines changed Original file line number Diff line number Diff line change 1
1
# Book settings
2
- title : Think Python, 3rd edition
2
+ title : Think Python
3
3
author : Allen B. Downey
4
4
5
5
latex :
@@ -14,6 +14,19 @@ repository:
14
14
html :
15
15
use_repository_button : true
16
16
17
+ extra_footer : |
18
+ <div style="text-align: left;">
19
+ <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
20
+ <img alt="Creative Commons License" style="border-width:0"
21
+ src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" />
22
+ </a>
23
+ <br />
24
+ This work is licensed under a
25
+ <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
26
+ Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
27
+ </a>.
28
+ </div>
29
+
17
30
parse :
18
31
# myst_extended_syntax: true # instead enable individual features below
19
32
myst_enable_extensions : # https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html
Original file line number Diff line number Diff line change 1
1
format : jb-book
2
2
root : index
3
- chapters :
4
- - file : chap00
5
- - file : chap01
6
- - file : chap02
7
- - file : chap03
8
- - file : chap04
9
- - file : chap05
10
- - file : chap06
11
- - file : chap07
12
- - file : chap08
13
- - file : chap09
14
- - file : chap10
15
- - file : chap11
16
- - file : chap12
17
- - file : chap13
18
- - file : chap14
19
- - file : chap15
20
- - file : chap16
21
- - file : chap17
22
- - file : chap18
23
- - file : chap19
3
+ parts :
4
+ - caption : Front Matter
5
+ chapters :
6
+ - file : chap00
7
+ - caption : Chapters
8
+ numbered : True
9
+ chapters :
10
+ - file : chap01
11
+ - file : chap02
12
+ - file : chap03
13
+ - file : chap04
14
+ - file : chap05
15
+ - file : chap06
16
+ - file : chap07
17
+ - file : chap08
18
+ - file : chap09
19
+ - file : chap10
20
+ - file : chap11
21
+ - file : chap12
22
+ - file : chap13
23
+ - file : chap14
24
+ - file : chap15
25
+ - file : chap16
26
+ - file : chap17
27
+ - file : chap18
28
+ - file : chap19
29
+ - caption : End Matter
30
+ chapters :
31
+ - file : blank
You can’t perform that action at this time.
0 commit comments