Skip to content

Commit

Permalink
Fixes...
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanas committed Nov 17, 2023
1 parent 6f142e3 commit 1dad7b1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions source/guides/section-build-and-publish.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _guides-build-and-publish:

=======================
Building and Publishing
=======================
Expand Down
4 changes: 2 additions & 2 deletions source/key_projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -671,8 +671,8 @@ shiv
`GitHub <https://github.com/linkedin/shiv>`__ |
`PyPI <https://pypi.org/project/shiv/>`__

shiv is a command line utility for building fully self contained
Python :doc:`zipapps <python:library/zipapp`, with all their
shiv is a command line utility for building fully self contained Python
:doc:`zipapps <python:library/zipapp>`, with all their
dependencies included. Its primary goal is making distributing Python
applications and command line tools fast & easy.

Expand Down
1 change: 1 addition & 0 deletions source/specifications/declaring-project-metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ specification as the canonical source for the format used.
user-friendly guide to ``pyproject.toml``, see
:ref:`writing-pyproject-toml`.

.. _pyproject-project-table:

Specification
=============
Expand Down
2 changes: 1 addition & 1 deletion source/tutorials/packaging-projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ some things you can do:
* Consider packaging tools that provide a single command-line interface for
project management and packaging, such as :ref:`hatch`, :ref:`flit`,
:ref:`pdm`, and :ref:`poetry`.
* Look at the :ref:`guides <section-build-and-publish>` on building and
* Look at the :ref:`guides <guides-build-and-publish>` on building and
publishing projects, for more detailed information on various specific
topics.

Expand Down

0 comments on commit 1dad7b1

Please sign in to comment.