Skip to content

Commit 8801aeb

Browse files
Create new chapter for Debugging and shift the chapter numbering afterwards
1 parent dde5e5a commit 8801aeb

27 files changed

+175
-418
lines changed

book/_toc.yml

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,33 @@ parts:
3434
- file: notebook_2_smart_coding/PythonNotebook2_conditions.ipynb
3535
- file: exercise_notebooks/exercise_notebook_2_smart_coding.ipynb
3636

37-
- file: notebook_3_structures_loops_debugging/PythonNotebook3_first_page.ipynb
37+
- file: notebook_3_structures_loops/PythonNotebook3_first_page.ipynb
3838
sections:
39-
- file: notebook_3_structures_loops_debugging/PythonNotebook3_data_structures.ipynb
40-
- file: notebook_3_structures_loops_debugging/PythonNotebook3_loops.ipynb
41-
# - file: notebook_3_structures_loops_debugging/PythonNotebook3_debugging.ipynb
39+
- file: notebook_3_structures_loops/PythonNotebook3_data_structures.ipynb
40+
- file: notebook_3_structures_loops/PythonNotebook3_loops.ipynb
41+
# - file: notebook_3_structures_loops/PythonNotebook3_debugging.ipynb
4242
- file: exercise_notebooks/exercise_notebook_3_structures_loops.ipynb
4343
# - file: exercise_notebooks/exercise_notebook_3_loops_debugging.ipynb
4444

45-
# - file: notebook_4_figures/PythonNotebook4_first_page.ipynb
45+
# - file: notebook_4_debugging/PythonNotebook4_first_page.ipynb
46+
# sections:
47+
# - file: notebook_4_debugging/PythonNotebook4_debugging.ipynb
48+
# - file: exercise_notebooks/exercise_notebook_4_debugging.ipynb
49+
50+
# - file: notebook_5_figures/PythonNotebook5_first_page.ipynb
4651
# sections:
47-
# - file: notebook_4_figures/PythonNotebook4_matplotlib.ipynb
48-
# - file: exercise_notebooks/exercise_notebook_4_figures.ipynb
52+
# - file: notebook_5_figures/PythonNotebook5_matplotlib.ipynb
53+
# - file: exercise_notebooks/exercise_notebook_5_figures.ipynb
4954

50-
# - file: notebook_5_numpy/PythonNotebook5_first_page.ipynb
55+
# - file: notebook_6_numpy/PythonNotebook6_first_page.ipynb
5156
# sections:
52-
# - file: notebook_5_numpy/PythonNotebook5_vectors_and_plotting_with_numpy.ipynb
53-
# - file: notebook_5_numpy/PythonNotebook5_loading_data.ipynb
54-
# - file: exercise_notebooks/exercise_notebook_5_numpy.ipynb
57+
# - file: notebook_6_numpy/PythonNotebook6_vectors_and_plotting_with_numpy.ipynb
58+
# - file: notebook_6_numpy/PythonNotebook6_loading_data.ipynb
59+
# - file: exercise_notebooks/exercise_notebook_6_numpy.ipynb
5560

56-
# - file: notebook_6_files/PythonNotebook6_first_page.ipynb
61+
# - file: notebook_7_files/PythonNotebook7_first_page.ipynb
5762
# sections:
58-
# - file: exercise_notebooks/exercise_notebook_6_files.ipynb
63+
# - file: exercise_notebooks/exercise_notebook_7_files.ipynb
5964

6065

6166
# - caption: References
-1.85 KB
Binary file not shown.

book/exercise_notebooks/exercise_notebook_3_structures_loops.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"\n",
1919
"You can download this notebook and the additional files by clicking the download button({fa}`download`) in the top right and selecting \"Exercise notebook\". \n",
2020
"\n",
21-
"```{custom_download_link} exercise_notebook_3_structures_loops_debugging.zip\n",
21+
"```{custom_download_link} exercise_notebook_3_structures_loops.zip\n",
2222
":text: \"Exercise notebook\"\n",
2323
":replace_default: \"True\"\n",
2424
"```"

0 commit comments

Comments
 (0)