Skip to content

Commit 5c4fbd5

Browse files
committed
Realign packaging docs with PyPUG changes
1 parent 518e71b commit 5c4fbd5

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Doc/distributing/index.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ installing other Python projects, refer to the
3131
Key terms
3232
=========
3333

34-
* the `Python Package Index <https://pypi.python.org/pypi>`__ is a public
34+
* the `Python Packaging Index <https://pypi.python.org/pypi>`__ is a public
3535
repository of open source licensed packages made available for use by
3636
other Python users
3737
* the `Python Packaging Authority
@@ -119,14 +119,14 @@ involved in creating a project:
119119

120120
* `Project structure`_
121121
* `Building and packaging the project`_
122-
* `Uploading the project to the Python Package Index`_
122+
* `Uploading the project to the Python Packaging Index`_
123123

124124
.. _Project structure: \
125-
http://packaging.python.org/en/latest/tutorial.html#creating-your-own-project
125+
http://packaging.python.org/en/latest/distributing.html#creating-your-own-project
126126
.. _Building and packaging the project: \
127-
http://packaging.python.org/en/latest/tutorial.html#building-packaging-your-project
128-
.. _Uploading the project to the Python Package Index: \
129-
http://packaging.python.org/en/latest/tutorial.html#uploading-your-project-to-pypi
127+
https://packaging.python.org/en/latest/distributing.html#packaging-your-project
128+
.. _Uploading the project to the Python Packaging Index: \
129+
http://packaging.python.org/en/latest/distributing.html#uploading-your-project-to-pypi
130130

131131

132132
How do I...?
@@ -139,7 +139,7 @@ These are quick answers or links for some common tasks.
139139

140140
This isn't an easy topic, but here are a few tips:
141141

142-
* check the Python Package Index to see if the name is already in use
142+
* check the Python Packaging Index to see if the name is already in use
143143
* check popular hosting sites like GitHub, BitBucket, etc to see if there
144144
is already a project with that name
145145
* check what comes up in a web search for the name you're considering

Doc/installing/index.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Key terms
4444
``pyvenv``. It allows virtual environments to be used on versions of
4545
Python prior to 3.4, which either don't provide ``pyvenv`` at all, or
4646
aren't able to automatically install ``pip`` into created environments.
47-
* the `Python Package Index <https://pypi.python.org/pypi>`__ is a public
47+
* the `Python Packaging Index <https://pypi.python.org/pypi>`__ is a public
4848
repository of open source licensed packages made available for use by
4949
other Python users
5050
* the `Python Packaging Authority
@@ -70,7 +70,7 @@ The standard packaging tools are all designed to be used from the command
7070
line.
7171

7272
The following command will install the latest version of a module and its
73-
dependencies from the Python Package Index::
73+
dependencies from the Python Packaging Index::
7474

7575
python -m pip install SomePackage
7676

@@ -103,8 +103,8 @@ into an active virtual environment uses the commands shown above.
103103

104104
.. seealso::
105105

106-
`Python Packaging User Guide: Installing Python packages
107-
<http://packaging.python.org/en/latest/tutorial.html#installing-python-packages>`__
106+
`Python Packaging User Guide: Installing Python Distribution Packages
107+
<https://packaging.python.org/en/latest/installing.html#installing-python-distributions>`__
108108

109109

110110
How do I ...?
@@ -121,8 +121,8 @@ User Guide.
121121

122122
.. seealso::
123123

124-
`Python Packaging User Guide: Installing the Tools
125-
<http://packaging.python.org/en/latest/tutorial.html#installing-the-tools>`__
124+
`Python Packaging User Guide: Setup for Installing Distribution Packages
125+
<https://packaging.python.org/en/latest/installing.html#setup-for-installing-distributions>`__
126126

127127

128128
.. installing-per-user-installation:
@@ -205,7 +205,7 @@ the installation process.
205205

206206
With the introduction of support for the binary ``wheel`` format, and the
207207
ability to publish wheels for at least Windows and Mac OS X through the
208-
Python Package Index, this problem is expected to diminish over time,
208+
Python Packaging Index, this problem is expected to diminish over time,
209209
as users are more regularly able to install pre-built extensions rather
210210
than needing to build them themselves.
211211

0 commit comments

Comments
 (0)