Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 18 additions & 13 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,33 @@ parts:
- file: notebook_2_smart_coding/PythonNotebook2_conditions.ipynb
- file: exercise_notebooks/exercise_notebook_2_smart_coding.ipynb

- file: notebook_3_structures_loops_debugging/PythonNotebook3_first_page.ipynb
- file: notebook_3_structures_loops/PythonNotebook3_first_page.ipynb
sections:
- file: notebook_3_structures_loops_debugging/PythonNotebook3_data_structures.ipynb
- file: notebook_3_structures_loops_debugging/PythonNotebook3_loops.ipynb
# - file: notebook_3_structures_loops_debugging/PythonNotebook3_debugging.ipynb
- file: notebook_3_structures_loops/PythonNotebook3_data_structures.ipynb
- file: notebook_3_structures_loops/PythonNotebook3_loops.ipynb
# - file: notebook_3_structures_loops/PythonNotebook3_debugging.ipynb
- file: exercise_notebooks/exercise_notebook_3_structures_loops.ipynb
# - file: exercise_notebooks/exercise_notebook_3_loops_debugging.ipynb

# - file: notebook_4_figures/PythonNotebook4_first_page.ipynb
# - file: notebook_4_debugging/PythonNotebook4_first_page.ipynb
# sections:
# - file: notebook_4_debugging/PythonNotebook4_debugging.ipynb
# - file: exercise_notebooks/exercise_notebook_4_debugging.ipynb

# - file: notebook_5_figures/PythonNotebook5_first_page.ipynb
# sections:
# - file: notebook_4_figures/PythonNotebook4_matplotlib.ipynb
# - file: exercise_notebooks/exercise_notebook_4_figures.ipynb
# - file: notebook_5_figures/PythonNotebook5_matplotlib.ipynb
# - file: exercise_notebooks/exercise_notebook_5_figures.ipynb

# - file: notebook_5_numpy/PythonNotebook5_first_page.ipynb
# - file: notebook_6_numpy/PythonNotebook6_first_page.ipynb
# sections:
# - file: notebook_5_numpy/PythonNotebook5_vectors_and_plotting_with_numpy.ipynb
# - file: notebook_5_numpy/PythonNotebook5_loading_data.ipynb
# - file: exercise_notebooks/exercise_notebook_5_numpy.ipynb
# - file: notebook_6_numpy/PythonNotebook6_vectors_and_plotting_with_numpy.ipynb
# - file: notebook_6_numpy/PythonNotebook6_loading_data.ipynb
# - file: exercise_notebooks/exercise_notebook_6_numpy.ipynb

# - file: notebook_6_files/PythonNotebook6_first_page.ipynb
# - file: notebook_7_files/PythonNotebook7_first_page.ipynb
# sections:
# - file: exercise_notebooks/exercise_notebook_6_files.ipynb
# - file: exercise_notebooks/exercise_notebook_7_files.ipynb


# - caption: References
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"\n",
"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",
"\n",
"```{custom_download_link} exercise_notebook_3_structures_loops_debugging.zip\n",
"```{custom_download_link} exercise_notebook_3_structures_loops.zip\n",
":text: \"Exercise notebook\"\n",
":replace_default: \"True\"\n",
"```"
Expand Down
Loading