From 770be9907fad655d70b05a0c4a16c458028eef7b Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Wed, 3 Jan 2024 14:01:17 -0700 Subject: [PATCH] Fix: TOC --- index.md | 11 +++++++++-- tutorials/intro.md | 1 + 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 7a5bc967..897305e9 100644 --- a/index.md +++ b/index.md @@ -72,9 +72,12 @@ by the community now! Join our community review process or watch development of :class-card: left-aligned * [What is a Python package?](/tutorials/intro) -* How to make your code installable (coming next!) +* [Make your code installable](/tutorials/1-installable-code) +* *How to add a README and LICENSE to support publication (coming next!)* +* *How to add metadata to a pyproject.toml file for publication to PyPI.* + +_The third lesson is currently under review in our [GitHub Repo here](https://github.com/pyOpenSci/python-package-guide/pulls). It will be live by the end of Feb 2024_ -_The second lesson is currently under review in our [GitHub Repo here](https://github.com/pyOpenSci/python-package-guide/pulls). It will be live by the end of January 2024_ ::: :::: @@ -188,6 +191,7 @@ 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. +<<<<<<< HEAD ```{toctree} :hidden: :caption: Tutorials @@ -195,6 +199,8 @@ This is a living guide that is updated as tools and best practices evolve in the Tutorials ``` +======= +>>>>>>> af6c0ac (Fix: TOC) ```{toctree} :hidden: @@ -202,6 +208,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