From 9945d1c6e185cf201f9aaf3de914cc0577d80916 Mon Sep 17 00:00:00 2001 From: Landung 'Don' Setiawan Date: Tue, 23 Jul 2024 09:14:48 -0700 Subject: [PATCH 1/3] feat: Initialize nb-to-package tutorial --- book/tutorials/nb-to-package/index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 book/tutorials/nb-to-package/index.md diff --git a/book/tutorials/nb-to-package/index.md b/book/tutorials/nb-to-package/index.md new file mode 100644 index 0000000..6b940f7 --- /dev/null +++ b/book/tutorials/nb-to-package/index.md @@ -0,0 +1,6 @@ +# From notebooks to packages + +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. From 4144fcd75dbbb5791ddb30ca37e11ec0e3466a4d Mon Sep 17 00:00:00 2001 From: Landung 'Don' Setiawan Date: Tue, 23 Jul 2024 09:19:43 -0700 Subject: [PATCH 2/3] 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} + +``` From 52f63b0183f5c5c5aa3d26e74eaa72b283c5d5e6 Mon Sep 17 00:00:00 2001 From: Don Setiawan Date: Thu, 25 Jul 2024 09:07:28 -0700 Subject: [PATCH 3/3] refactor: Remove tableofcontents for now --- book/tutorials/nb-to-package/index.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/book/tutorials/nb-to-package/index.md b/book/tutorials/nb-to-package/index.md index b95f96b..97f9575 100644 --- a/book/tutorials/nb-to-package/index.md +++ b/book/tutorials/nb-to-package/index.md @@ -10,6 +10,3 @@ 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} - -```