diff --git a/index.md b/index.md index 5abdaafe..bb97c24d 100644 --- a/index.md +++ b/index.md @@ -71,7 +71,8 @@ by the community now! Join our community review process or watch development of :::{card} ✿ Tutorials ✿ :class-card: left-aligned -[What is a Python package?](/tutorials/intro) +* [What is a Python package?](/tutorials/intro) +* [Make your code installable](/tutorials/1-installable-code) ::: :::: @@ -188,13 +189,6 @@ If you have questions about our peer review process or packaging in general, you This is a living guide that is updated as tools and best practices evolve in the Python packaging ecosystem. We will be adding new content over the next year. -```{toctree} -:hidden: -:caption: Testing - -Tutorials - -``` ```{toctree} :hidden: @@ -202,6 +196,7 @@ Tutorials Tutorials ``` + ```{toctree} :hidden: :caption: Documentation diff --git a/tutorials/intro.md b/tutorials/intro.md index f6fdcbc9..31a1154a 100644 --- a/tutorials/intro.md +++ b/tutorials/intro.md @@ -29,6 +29,7 @@ understanding the steps involved in creating a Python package. :caption: Python Packaging 101 What is a Python package? +Make your code installable. <1-installable-code> ::: :::{admonition} Learning Objectives