Skip to content

Commit

Permalink
MAINT: Adjust _toc.yml to adopt jb-book format structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Oct 19, 2021
1 parent 55a45cd commit 08341b5
Showing 1 changed file with 54 additions and 44 deletions.
98 changes: 54 additions & 44 deletions lectures/_toc.yml
Original file line number Diff line number Diff line change
@@ -1,45 +1,55 @@
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
numbered: true
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
numbered: true
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
numbered: true
chapters:
- file: scientific/index
- file: scientific/numpy_arrays
- file: scientific/plotting
- file: scientific/applied_linalg
- file: scientific/randomness
- file: scientific/optimization
- caption: Pandas
numbered: true
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
numbered: true
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

1 comment on commit 08341b5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.