From 08341b553775ddfd2c2decbbc4a92c77dae77d90 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 19 Oct 2021 15:04:28 +1100 Subject: [PATCH] MAINT: Adjust _toc.yml to adopt jb-book format structure --- lectures/_toc.yml | 98 ++++++++++++++++++++++++++--------------------- 1 file changed, 54 insertions(+), 44 deletions(-) diff --git a/lectures/_toc.yml b/lectures/_toc.yml index 5e5ec1b9..88a164ad 100644 --- a/lectures/_toc.yml +++ b/lectures/_toc.yml @@ -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