Skip to content

Commit af6c0ac

Browse files
committed
Fix: TOC
1 parent 1cb0c63 commit af6c0ac

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

index.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ by the community now! Join our community review process or watch development of
7171
:::{card} ✿ Tutorials ✿
7272
:class-card: left-aligned
7373

74-
[What is a Python package?](/tutorials/intro)
74+
* [What is a Python package?](/tutorials/intro)
75+
* [Make your code installable](/tutorials/1-installable-code)
7576

7677
:::
7778
::::
@@ -188,20 +189,14 @@ If you have questions about our peer review process or packaging in general, you
188189

189190
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.
190191

191-
```{toctree}
192-
:hidden:
193-
:caption: Testing
194-
195-
Tutorials <tutorials/intro>
196-
197-
```
198192

199193
```{toctree}
200194
:hidden:
201195
:caption: Tutorials
202196
Tutorials <tutorials/intro>
203197
```
204198

199+
205200
```{toctree}
206201
:hidden:
207202
:caption: Documentation

tutorials/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ understanding the steps involved in creating a Python package.
2929
:caption: Python Packaging 101
3030

3131
What is a Python package? <self>
32+
Make your code installable. <1-installable-code>
3233
:::
3334

3435
:::{admonition} Learning Objectives

0 commit comments

Comments
 (0)