From cb8504f884698401720e65f32c38d80ce67a5195 Mon Sep 17 00:00:00 2001 From: Default user Date: Mon, 12 Aug 2024 16:33:35 +0000 Subject: [PATCH] Try to fix TOC and add cloud computing to tutorials index --- book/_toc.yml | 2 +- book/tutorials/index.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/book/_toc.yml b/book/_toc.yml index e8c8026..3bf3335 100644 --- a/book/_toc.yml +++ b/book/_toc.yml @@ -21,7 +21,7 @@ parts: sections: - file: tutorials/example/tutorial-notebook - file: tutorials/nb-to-package/index.md - - file: tutorials/cloud-computing/00-goals-and-outline.ipynb + - file: tutorials/cloud-computing/00-goals-and-outline - caption: Projects chapters: - file: projects/index diff --git a/book/tutorials/index.md b/book/tutorials/index.md index 576c1d1..7095558 100644 --- a/book/tutorials/index.md +++ b/book/tutorials/index.md @@ -7,3 +7,4 @@ Below you'll find a table keeping track of all tutorials presented at this event | Tutorial | Topics | Datasets | Recording Link | | - | - | - | - | | [Example Notebook](./example/tutorial-notebook.ipynb) | Jupyter Book formatting, ipyleaflet | n/a | Not recorded | +| [Cloud Computing](./cloud-computing/00-goals-and-outline.ipynb) | Cloud Computing Tutorial | n/a | Not recorded |