From 0d1ab5f4093c6c674e9f12713c901e1f76ff2bfb Mon Sep 17 00:00:00 2001 From: AdamTheisen Date: Fri, 30 Aug 2024 07:13:05 -0500 Subject: [PATCH] ENH: Adding intro tutorials to toc file --- _toc.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_toc.yml b/_toc.yml index 4d978202..2f9a1f59 100644 --- a/_toc.yml +++ b/_toc.yml @@ -9,6 +9,17 @@ parts: - file: CONTRIBUTING.md - file: Templates/notebook-template - file: Templates/tutorial-schedule + - caption: Intro Tutorials + chapters: + - file: Tutorials/ACT-Python-Tutorial/README.md + sections: + - file: Tutorials/ACT-Python-Tutorial/1-jupyter_intro.ipynb + - file: Tutorials/ACT-Python-Tutorial/2-Python-Basics.ipynb + - file: Tutorials/ACT-Python-Tutorial/2a-scientific_libraries_numpy.ipynb + - file: Tutorials/ACT-Python-Tutorial/2a-scientific_libraries_pandas.ipynb + - file: Tutorials/ACT-Python-Tutorial/2a-scientific_libraries_xarray.ipynb + - file: Tutorials/ACT-Python-Tutorial/3-ACT-Basics.ipynb + - file: Tutorials/ACT-Python-Tutorial/3a-ACT-TRACER-Dust.ipynb - caption: Value-added Products chapters: - file: VAPs/README.md