Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions package-structure-code/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ src layout, flat layout and where should tests folders live? No matter what your

::::{grid-item}
:::{card} ✨ 2. Learn about building your package ✨
:link: python-package-structure
:link: python-package-distribution-files-sdist-wheel
:link-type: doc

To publish your Python package on PyPI, you will need to first build it. The act
Expand All @@ -52,7 +52,7 @@ your Python package.


::::{grid-item}
:::{card} ✨ 4. Add metadata ✨
:::{card} ✨ 3. Add metadata ✨
:link: pyproject-toml-python-package-metadata
:link-type: doc

Expand All @@ -63,7 +63,7 @@ build and install your package.
::::

::::{grid-item}
:::{card} ✨ 3. What Python package tool should you use? ✨
:::{card} ✨ 4. What Python package tool should you use? ✨
:link: python-package-build-tools
:link-type: doc

Expand All @@ -73,8 +73,8 @@ And learn which tool might be best for you.
::::

::::{grid-item}
:::{card} ✨ 4. Publish to PyPI and Conda ✨
:link: python-package-build-tools
:::{card} ✨ 5. Publish to PyPI and Conda ✨
:link: publish-python-package-pypi-conda
:link-type: doc

If you have a pure Python package, it's a straight forward
Expand All @@ -84,7 +84,7 @@ conda-forge. Learn more here.
::::

::::{grid-item}
:::{card} ✨ 5. Setup package versioning ✨
:::{card} ✨ 6. Setup package versioning ✨
:link: python-package-versions
:link-type: doc

Expand All @@ -94,7 +94,7 @@ common ways to version a package. Which one should you pick? Learn more here.
::::

::::{grid-item}
:::{card} ✨ 6. Code style & linters ✨
:::{card} ✨ 7. Code style & linters ✨
:link: code-style-linting-format
:link-type: doc

Expand Down
Loading