Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: Adjust _toc.yml to adopt jb-book format structure #194

Merged
merged 2 commits into from
Oct 22, 2021
Merged
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
93 changes: 49 additions & 44 deletions lectures/_toc.yml
Original file line number Diff line number Diff line change
@@ -1,45 +1,50 @@
format: jb-article
format: jb-book
root: index
sections:
- file: introduction/index
sections:
- file: introduction/overview
- file: introduction/getting_started
- file: introduction/cloud_setup
- file: introduction/local_install
- file: introduction/troubleshooting
- file: python_fundamentals/index
sections:
- file: python_fundamentals/basics
- file: python_fundamentals/collections
- file: python_fundamentals/control_flow
- file: python_fundamentals/functions
- file: scientific/index
sections:
- file: scientific/numpy_arrays
- file: scientific/plotting
- file: scientific/applied_linalg
- file: scientific/randomness
- file: scientific/optimization
- file: pandas/index
sections:
- file: pandas/intro
- file: pandas/basics
- file: pandas/the_index
- file: pandas/storage_formats
- file: pandas/data_clean
- file: pandas/reshape
- file: pandas/merge
- file: pandas/groupby
- file: pandas/timeseries
- file: pandas/matplotlib
- file: applications/index
sections:
- file: applications/visualization_rules
- file: applications/regression
- file: applications/recidivism
- file: applications/maps
- file: applications/classification
- file: applications/working_with_text
- file: applications/ml_in_economics
- file: applications/heterogeneity
parts:
- caption: Introduction
chapters:
- file: introduction/index
- file: introduction/overview
- file: introduction/getting_started
- file: introduction/cloud_setup
- file: introduction/local_install
- file: introduction/troubleshooting
- caption: Python Fundamentals
chapters:
- file: python_fundamentals/index
- file: python_fundamentals/basics
- file: python_fundamentals/collections
- file: python_fundamentals/control_flow
- file: python_fundamentals/functions
- caption: Scientific Computing
chapters:
- file: scientific/index
- file: scientific/numpy_arrays
- file: scientific/plotting
- file: scientific/applied_linalg
- file: scientific/randomness
- file: scientific/optimization
- caption: Pandas
chapters:
- file: pandas/index
- file: pandas/intro
- file: pandas/basics
- file: pandas/the_index
- file: pandas/storage_formats
- file: pandas/data_clean
- file: pandas/reshape
- file: pandas/merge
- file: pandas/groupby
- file: pandas/timeseries
- file: pandas/matplotlib
- caption: Applications
chapters:
- file: applications/index
- file: applications/visualization_rules
- file: applications/regression
- file: applications/recidivism
- file: applications/maps
- file: applications/classification
- file: applications/working_with_text
- file: applications/ml_in_economics
- file: applications/heterogeneity