From cefaf69bbf7ffebfcff4c068aa587509e22d2f21 Mon Sep 17 00:00:00 2001 From: MJ Rossetti Date: Fri, 3 Jan 2025 19:37:35 -0500 Subject: [PATCH] Mega parts --- docs/_quarto.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/_quarto.yml b/docs/_quarto.yml index 0500301..6c6bd00 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -77,6 +77,11 @@ book: text: "Google Colab Notebooks" - notes/dev-tools/google-colab/pip.ipynb + + - "-----------------" + - part: "Part I: Python Programming" + - "-----------------" + - part: "Language Basics" #href: notes/python-lang/overview.ipynb chapters: @@ -137,6 +142,11 @@ book: - href: notes/data-processing/sorting.qmd text: "List Sorting" + + - "-----------------" + - part: "Part II: Python Applications" + - "-----------------" + - part: "Data Visualization" chapters: - href: notes/dataviz/overview.qmd