Skip to content

Commit 492ddfe

Browse files
committed
Fix: edits from review
Edits from review Fix: edits from review Fi:
1 parent 7e6685f commit 492ddfe

File tree

4 files changed

+152
-129
lines changed

4 files changed

+152
-129
lines changed

index.md

+6
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,12 @@ If you have questions about our peer review process or packaging in general, you
167167
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.
168168

169169

170+
```{toctree}
171+
:hidden:
172+
:caption: Tutorials
173+
Tutorials <tutorials/intro>
174+
```
175+
170176
```{toctree}
171177
:hidden:
172178
:caption: Documentation

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

+1
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)