Skip to content

Commit

Permalink
strip remove from publish from toc
Browse files Browse the repository at this point in the history
  • Loading branch information
rlanzafame committed Jun 8, 2024
1 parent c3d8d2a commit ca11d90
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,45 +37,34 @@ parts:
title: Getting Started
- file: year2/programs/git/cli/remote
title: Remote Repositories
# START REMOVE-FROM-PUBLISH
- file: year2/programs/git/cli/branch_merge
- file: year2/programs/git/cli/merge_conflicts
- file: year2/programs/git/cli/git_the_rest
title: The Rest
# END REMOVE-FROM-PUBLISH
- file: year2/programs/debugging/overview
title: Debugging and Testing
sections:
- file: year2/programs/debugging/errors
title: Error Types
- file: year2/programs/debugging/traceback
title: Traceback
# START REMOVE-FROM-PUBLISH
- file: year2/programs/debugging/errors_raise_handle
- file: year2/programs/debugging/assertions
- file: year2/programs/debugging/logging
- file: year2/programs/debugging/exercises
# END REMOVE-FROM-PUBLISH
# Python Topics ADDED OCTOBER 2023 (REVISE FOR 2024)
- file: year2/python_topics/overview
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
- 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:
Expand All @@ -86,7 +75,8 @@ parts:
title: Using `ndarray`
- file: programming/code/numpy_2
title: Doing math
# END PART FROM OLD BRANCH
- file: programming/code/numpy_3
title: Optional Exercises

# TO BE ADDED LATER: NUMPY ADVANCED, PANDAS, PYTHONIC, ETC.
# REMOVED OCTOBER 2023 TO REORGGANIZE IN "Python Topics"
Expand Down

0 comments on commit ca11d90

Please sign in to comment.