Skip to content

Commit

Permalink
link python-packaging into toc
Browse files Browse the repository at this point in the history
  • Loading branch information
ucodery authored and lwasser committed Dec 11, 2024
1 parent d766573 commit dfa9398
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ TODO: let's merge this with the conditional lesson
:::
::::

::::{grid-item}
:::{card} [✿ Package Code ✿](python-packaging/intro)
:class-card: left-aligned

* [Execute a Python Package](execute-package)
* [Execute a Python Script](execute-script)

:::
::::

::::{grid-item}
:::{card} [✿ Share Code ✿](publish-share-code/intro)
:class-card: left-aligned
Expand Down Expand Up @@ -86,6 +96,15 @@ Clean Code <clean-modular-code/intro-clean-code>
Optimize Code <code-workflow-logic/intro>
:::

:::{toctree}
:hidden:
:caption: Package Code
:maxdepth: 2

Package Code <python-packaging/intro>
:::


:::{toctree}
:hidden:
:caption: Share Code
Expand Down

0 comments on commit dfa9398

Please sign in to comment.