Skip to content

Commit

Permalink
from branch add-numpy-reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rlanzafame committed Jun 8, 2024
1 parent f4fac2d commit c3d8d2a
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,34 @@ parts:
sections:
- file: year2/python_topics/classes
title: Classes
# START REMOVE-FROM-PUBLISH
- file: programming/python_topics/classes_solution
title: Classes Solution
# END REMOVE-FROM-PUBLISH
- file: year2/python_topics/visualization
title: Advanced Visualization
- file: year2/sympy/sympy.ipynb
# START REMOVE-FROM-PUBLISH
- file: year2/python_topics/modules
title: Modules
# TO BE ADDED LATER: NUMPY ADVANCED, PANDAS, PYTHONIC, ETC.
- file: programming/python_topics/modules_solution
title: Modules Solution
# END REMOVE-FROM-PUBLISH

# THIS SECTION WAS DRAFTED BUT NEVER RELEASED FROM OLD BRANCH
- file: programming/code/overview
title: Computers & Code
sections:
- file: programming/code/numpy_0
title: Numpy
sections:
- file: programming/code/numpy_1
title: Using `ndarray`
- file: programming/code/numpy_2
title: Doing math
# END PART FROM OLD BRANCH

# TO BE ADDED LATER: NUMPY ADVANCED, PANDAS, PYTHONIC, ETC.
# REMOVED OCTOBER 2023 TO REORGGANIZE IN "Python Topics"
# - file: year2/communication/overview
# title: Communication
Expand Down

0 comments on commit c3d8d2a

Please sign in to comment.