Skip to content

Commit 49e26d7

Browse files
fixes links and ordering on package structure intro page (#541)
Co-authored-by: Tetsuo Koyama <tkoyama010@gmail.com>
1 parent 12c6f7f commit 49e26d7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package-structure-code/intro.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ src layout, flat layout and where should tests folders live? No matter what your
4040

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

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

5353

5454
::::{grid-item}
55-
:::{card} ✨ 4. Add metadata ✨
55+
:::{card} ✨ 3. Add metadata ✨
5656
:link: pyproject-toml-python-package-metadata
5757
:link-type: doc
5858

@@ -63,7 +63,7 @@ build and install your package.
6363
::::
6464

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

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

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

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

8686
::::{grid-item}
87-
:::{card} ✨ 5. Setup package versioning ✨
87+
:::{card} ✨ 6. Setup package versioning ✨
8888
:link: python-package-versions
8989
:link-type: doc
9090

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

9696
::::{grid-item}
97-
:::{card} ✨ 6. Code style & linters ✨
97+
:::{card} ✨ 7. Code style & linters ✨
9898
:link: code-style-linting-format
9999
:link-type: doc
100100

0 commit comments

Comments
 (0)