-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_toc.yml
More file actions
30 lines (26 loc) · 920 Bytes
/
_toc.yml
File metadata and controls
30 lines (26 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: intro
parts:
- caption: Main Part
chapters:
- file: chapters/intro.ipynb
- file: chapters/variable_and_data_types.ipynb
- file: chapters/control_flow.ipynb
- file: chapters/lists_and_tuples.ipynb
- file: chapters/strings.ipynb
- file: chapters/dict_and_set.ipynb
- file: chapters/funcs.ipynb
- file: chapters/modules.ipynb
- file: chapters/regex.ipynb
- file: chapters/files/files.ipynb
- file: chapters/oop1.ipynb
- file: chapters/oop2.ipynb
- file: chapters/exceptions.ipynb
- file: chapters/iterators.ipynb
- file: chapters/functional_programming.ipynb
- caption: Off topic
chapters:
- file: chapters/offtopic/matrix_multiplication.ipynb
- file: chapters/offtopic/python_and_math.ipynb