From 4144fcd75dbbb5791ddb30ca37e11ec0e3466a4d Mon Sep 17 00:00:00 2001 From: Landung 'Don' Setiawan Date: Tue, 23 Jul 2024 09:19:43 -0700 Subject: [PATCH] feat: Add TOC to tutorial and warning text --- book/_toc.yml | 1 + book/tutorials/nb-to-package/index.md | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/book/_toc.yml b/book/_toc.yml index 2d66127..29a056a 100644 --- a/book/_toc.yml +++ b/book/_toc.yml @@ -21,6 +21,7 @@ parts: - file: tutorials/index sections: - file: tutorials/example/tutorial-notebook + - file: tutorials/nb-to-package/index.md - caption: Projects chapters: - file: projects/list_of_projects diff --git a/book/tutorials/nb-to-package/index.md b/book/tutorials/nb-to-package/index.md index 6b940f7..b95f96b 100644 --- a/book/tutorials/nb-to-package/index.md +++ b/book/tutorials/nb-to-package/index.md @@ -1,6 +1,15 @@ # From notebooks to packages +```{warning} +This tutorial is still under development. +More content will be added soon. +``` + In this tutorial, we will learn about the workflow of development most seen in the Research Community. This workflow often starts with a collection of Jupyter notebooks that are then later transformed into a Python package. + +```{tableofcontents} + +```