Skip to content

Commit 60b4c9c

Browse files
committed
Fix: edits from review
1 parent 71b4605 commit 60b4c9c

File tree

4 files changed

+143
-129
lines changed

4 files changed

+143
-129
lines changed

index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,12 @@ Tutorials <tutorials/intro>
209209
210210
```
211211

212+
```{toctree}
213+
:hidden:
214+
:caption: Tutorials
215+
Tutorials <tutorials/intro>
216+
```
217+
212218
```{toctree}
213219
:hidden:
214220
:caption: Documentation

package-structure-code/python-package-distribution-files-sdist-wheel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
You need to build your Python package in order to publish it to PyPI (or Conda). The build process organizes your code and metadata into a distribution format that can be uploaded to PyPI and subsequently downloaded and installed by users. NOTE: you need to publish a sdist to PyPI in order for conda-forge to properly build your package automatically.
77
:::
88

9+
(building-package)=
910
## What is building a Python package?
1011

1112
To [publish your Python package](build_workflow) and make it easy for anyone to install, you first need to build it.

0 commit comments

Comments
 (0)