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 1cb0c63 commit af6c0ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
11 changes: 3 additions & 8 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

:::
::::
Expand Down Expand Up @@ -188,20 +189,14 @@ 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 <tutorials/intro>
```

```{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 af6c0ac

Please sign in to comment.