Skip to content

Commit fefe86b

Browse files
authored
Fix: update create package url (#674)
1 parent bd4d544 commit fefe86b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_pages/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ header:
1313
- label: "Submit a Package For Review"
1414
url: "https://www.pyopensci.org/how-to-submit-a-package-to-pyopensci.html"
1515
- label: "Learn to Create a Python Package"
16-
url: "https://www.pyopensci.org/python-package-guide/tutorials/installable-code.html"
16+
url: "https://www.pyopensci.org/python-package-guide/tutorials/create-python-package.html"
1717
mission:
1818
- excerpt: "pyOpenSci broadens participation in scientific open source by breaking down social and technical barriers. Join our global community."
1919
peer-review:

_posts/2024-08-30-pyopensci-monumental-growth-2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ hope that this will make packaging less confusing and more accessible to more pe
178178

179179
In addition to the ecosystem overview provided in the guide, I knew that we needed to have opinionated, complete Python packaging tutorials that guided users through the entire packaging process including:
180180

181-
* [creating a package](https://www.pyopensci.org/python-package-guide/tutorials/installable-code.html),
181+
* [creating a package](https://www.pyopensci.org/python-package-guide/tutorials/create-python-package.html),
182182
* publishing it on [PyPI](https://www.pyopensci.org/python-package-guide/tutorials/publish-pypi.html), and
183183
* [conda-forge](https://www.pyopensci.org/python-package-guide/tutorials/publish-conda-forge.html).
184184

_posts/2025-03-05-pyOpenSci-first-open-science-festival.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ On Day 2, participants learned how to turn their code into reusable, installable
161161

162162
The packaging day covered:
163163
- [An overview of Python packaging for beginners](https://www.pyopensci.org/python-package-guide/tutorials/intro.html#what-is-a-python-package),
164-
- Making code [installable in Python environments](https://www.pyopensci.org/python-package-guide/tutorials/installable-code.html) with tools like [Hatch](https://www.pyopensci.org/python-package-guide/tutorials/get-to-know-hatch.html),
164+
- Making code [installable in Python environments](https://www.pyopensci.org/python-package-guide/tutorials/create-python-package.html) with tools like [Hatch](https://www.pyopensci.org/python-package-guide/tutorials/get-to-know-hatch.html),
165165
- Adding package metadata using a [pyproject.toml file](https://www.pyopensci.org/python-package-guide/tutorials/pyproject-toml.html),
166166
- Including a [license](https://www.pyopensci.org/python-package-guide/tutorials/add-license-coc.html) to define how others can use and share your Python package.
167167

_tutorials/2-make-code-installable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ excerpt: "
44
Learn how to create the most basic version of a Python package which can then be installed into a Python environment."
55
learning_objectives:
66
- "Understand what a Python package is"
7-
link: https://www.pyopensci.org/python-package-guide/tutorials/installable-code.html
7+
link: https://www.pyopensci.org/python-package-guide/tutorials/create-python-package.html
88
btn_label: View Tutorial
99
btn_class: btn--success btn--large
1010
---

0 commit comments

Comments
 (0)