Skip to content

Commit 5bebacb

Browse files
committed
Update
1 parent 17be2f6 commit 5bebacb

File tree

2 files changed

+43
-22
lines changed

2 files changed

+43
-22
lines changed

jb/_config.yml

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Book settings
2-
title: Think Python, 3rd edition
2+
title: Think Python
33
author: Allen B. Downey
44

55
latex:
@@ -14,6 +14,19 @@ repository:
1414
html:
1515
use_repository_button: true
1616

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+
1730
parse:
1831
# myst_extended_syntax: true # instead enable individual features below
1932
myst_enable_extensions: # https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html

jb/_toc.yml

+29-21
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
11
format: jb-book
22
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

0 commit comments

Comments
 (0)