Skip to content

Commit

Permalink
Fix: link fixes and fresh pr
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Jan 3, 2024
1 parent 770be99 commit 30103b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/1-installable-code.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Make your Python code installable

:::{admonition} What we previously covered
[In the previous lesson](tutorials/intro.html), you learned about what a Python package is. You also learned about the [benefits of creating a Python
package](tutorials/intro.html#why-create-a-python-package).
[In the previous lesson](intro), you learned about what a Python package is. You also learned about the [benefits of creating a Python
package](package-benefits).
:::

Your next step in our packaging tutorial series is
Expand Down
1 change: 1 addition & 0 deletions tutorials/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Installing a package into an environment makes it easier
to manage and reuse your code across different projects.
Structuring your code as a package is the first step you need to take so you can share the tools in the toolbox you've created and let others build with it.

(package-benefits)=
## Why create a Python package?

You might create a Python package because you want to:
Expand Down

0 comments on commit 30103b2

Please sign in to comment.