Skip to content

Commit

Permalink
Fix: TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Jan 3, 2024
1 parent 8c96316 commit 770be99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
11 changes: 9 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_

:::
::::
Expand Down Expand Up @@ -188,20 +191,24 @@ 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
Tutorials <tutorials/intro>
```
=======
>>>>>>> af6c0ac (Fix: TOC)
```{toctree}
:hidden:
:caption: Tutorials
Tutorials <tutorials/intro>
```


```{toctree}
:hidden:
:caption: Documentation
Expand Down
1 change: 1 addition & 0 deletions tutorials/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ understanding the steps involved in creating a Python package.
:caption: Python Packaging 101

What is a Python package? <self>
Make your code installable. <1-installable-code>
:::

:::{admonition} Learning Objectives
Expand Down

0 comments on commit 770be99

Please sign in to comment.