Skip to content

Commit 017c59c

Browse files
fix: rename tutorial and update to use template (#527)
* fix: rename tutorial and update to use template * typos * Update tutorials/create-python-package.md Co-authored-by: Jonny Saunders <sneakers-the-rat@protonmail.com> * Update tutorials/create-python-package.md Co-authored-by: Jonny Saunders <sneakers-the-rat@protonmail.com> * fix: small typos * Fix: review comments --------- Co-authored-by: Jonny Saunders <sneakers-the-rat@protonmail.com>
1 parent 1a0f041 commit 017c59c

16 files changed

+662
-747
lines changed

documentation/write-user-documentation/document-your-code-api-docstrings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
(api-docstrings)=
12
# Document the code in your package's API using docstrings
23

34
## What is an API?

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The first round of our community-developed, how to create a Python package tutor
7070
:class-card: left-aligned
7171

7272
* [What is a Python package?](/tutorials/intro)
73-
* [Create a Python package](/tutorials/installable-code)
73+
* [Create a Python package](/tutorials/create-python-package)
7474
* [Publish your package to (test) PyPI](/tutorials/publish-pypi)
7575
* [Publish your package to conda-forge](/tutorials/publish-conda-forge)
7676

locales/es/LC_MESSAGES/index.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ msgid "[What is a Python package?](/tutorials/intro)"
197197
msgstr "[¿Que es un paquete de Python?](/tutorials/intro)"
198198

199199
#: ../../index.md:76
200-
msgid "[Make your code installable](/tutorials/installable-code)"
201-
msgstr "[Como hacer que tu código sea instalable](/tutorials/installable-code)"
200+
msgid "[Make your code installable](/tutorials/create-python-package)"
201+
msgstr "[Como hacer que tu código sea instalable](/tutorials/create-python-package)"
202202

203203
#: ../../index.md:77
204204
msgid "[Publish your package to (test) PyPI](/tutorials/publish-pypi)"

0 commit comments

Comments
 (0)