Skip to content

Commit a67d783

Browse files
Create _toc.yml
1 parent a973f96 commit a67d783

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

_toc.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# In _toc.yml
2+
format: jb-book
3+
root: Chapters/01 - Introduction-to-Computers-and-Python/Chapter1
4+
chapters:
5+
- file: Chapters/02 - Introduction-to-Python-Programming/Chapter2
6+
- file: Chapters/03 - Control-Statements/Chapter3
7+
- file: Chapters/04 - Functions/Chapter4
8+
- file: Chapters/05 - Sequences-(Lists-and-Tuples)/Chapter5
9+
- file: Chapters/06 - Dictionaries-and-Sets/Chapter6
10+
- file: Chapters/07 - Array-Oriented-Programming-with-NumPy/Chapter7
11+
- file: Chapters/08 - Strings-(A-Deeper-Look)/Chapter8
12+
- file: Chapters/09 - Files-and-Exceptions/Chapter9
13+
- file: Chapters/10 - Object-Oriented-Programming/Chapter10
14+
# ... add a line for every notebook in the order you want them to appear

0 commit comments

Comments
 (0)