Skip to content

Commit c582636

Browse files
committed
Add some more PEP links
1 parent 0dfce9c commit c582636

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

source/guides/hosting-your-own-index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ all repositories using a valid HTTPS setup.
2626

2727
The directory layout is fairly simple, within a root directory you need to
2828
create a directory for each project. This directory should be the normalized
29-
name (as defined by PEP 503) of the project. Within each of these directories
29+
name (as defined by :pep:`503`) of the project. Within each of these directories
3030
simply place each of the downloadable files. If you have the projects "Foo"
3131
(with the versions 1.0 and 2.0) and "bar" (with the version 0.1) You should
3232
end up with a structure that looks like::
@@ -46,7 +46,7 @@ instruct users to add the URL to their installer's configuration.
4646
----
4747

4848
.. [1] For complete documentation of the simple repository protocol, see
49-
PEP 503.
49+
:pep:`503`.
5050
5151
5252
.. _devpi: http://doc.devpi.net/latest/

source/key_projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ build
4343
User IRC:`#pypa <https://webchat.freenode.net/?channels=%23pypa>`__ |
4444
Dev IRC:`#pypa-dev <https://webchat.freenode.net/?channels=%23pypa-dev>`__
4545

46-
``build`` is a PEP-517 compatible Python package builder. It provides a CLI to
46+
``build`` is a :pep:`517` compatible Python package builder. It provides a CLI to
4747
build packages, as well as a Python API.
4848

4949

0 commit comments

Comments
 (0)