Skip to content

Commit c6dfcbf

Browse files
committed
Fix TOC
1 parent 72fde10 commit c6dfcbf

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

03_Dictionaries.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,9 @@
263263
"name": "python",
264264
"nbconvert_exporter": "python",
265265
"pygments_lexer": "ipython3",
266-
"version": "3.7.10"
266+
"version": "3.8.8"
267267
}
268268
},
269269
"nbformat": 4,
270-
"nbformat_minor": 2
270+
"nbformat_minor": 4
271271
}

_toc.yml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
# - file: README
2-
- file: README.md
3-
sections:
4-
- file: 01_basics
5-
- file: 02_lists_loops
6-
- file: 03_Dictionaries
7-
- file: 04_library_catalogue
8-
- file: 04_caselaw
9-
- file: 05_if
10-
- file: 06_functions
11-
- file: 07_Strings
12-
- file: machine_learning
13-
- file: 08_exercises
14-
- file: 09_library_data_exercises
15-
- file: 10_case_law_exercises
16-
1+
format: jb-book
2+
root: README.md
3+
chapters:
4+
- file: 01_basics
5+
- file: 02_lists_loops
6+
- file: 03_Dictionaries
7+
- file: 04_library_catalogue
8+
- file: 04_caselaw
9+
- file: 05_if
10+
- file: 06_functions
11+
- file: 07_Strings
12+
- file: machine_learning
13+
- file: 08_exercises
14+
- file: 09_library_data_exercises
15+
- file: 10_case_law_exercises

0 commit comments

Comments
 (0)