Skip to content

Commit 91b8d6f

Browse files
author
Jon Wayne Parrott
authored
Add pypi.org term (pypa#365)
1 parent 6b2eb9d commit 91b8d6f

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

source/glossary.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,17 @@ Glossary
137137

138138
Python Package Index (PyPI)
139139

140-
`PyPI <https://pypi.python.org/pypi>`_ is the default :term:`Package
140+
`PyPI <https://pypi.org>`_ is the default :term:`Package
141141
Index` for the Python community. It is open to all Python developers to
142142
consume and distribute their distributions.
143143

144+
pypi.org
145+
146+
`pypi.org <https://pypi.org>`_ is the domain name for the
147+
:term:`Python Package Index (PyPI)`. It replaced the legacy index
148+
domain name, `pypi.python.org`, in 2017. It is powered by
149+
:ref:`warehouse`.
150+
144151
Release
145152

146153
A snapshot of a :term:`Project` at a particular point in time, denoted

source/guides/migrating-to-pypi-org.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
Migrating to PyPI.org
44
=====================
55

6-
PyPI.org is a new, rewritten version of PyPI that is replacing the legacy code
7-
base located at pypi.python.org. As it becomes the default, and eventually only,
8-
version of PyPI people are expected to interact with, there will be a transition
9-
period where tooling and processes are expected to need to update to deal with
10-
the new location.
6+
:term:`PyPI.org` is a new, rewritten version of PyPI that is replacing the
7+
legacy code base located at `pypi.python.org`. As it becomes the default, and
8+
eventually only, version of PyPI people are expected to interact with, there
9+
will be a transition period where tooling and processes are expected to need to
10+
update to deal with the new location.
1111

1212
This section covers how to migrate to the new PyPI.org for different tasks.
1313

source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ happily accept any :doc:`contributions and feedback <contribute>`. 😊
2525
.. _GitHub: https://github.com/pypa/python-packaging-user-guide
2626
.. _Python Packaging Authority: https://pypa.io
2727

28-
.. note:: Looking for guidance on migrating from legacy PyPI to pypi.org? Please see :doc:`guides/migrating-to-pypi-org`.
28+
.. note:: Looking for guidance on migrating from legacy PyPI to :term:`pypi.org`? Please see :doc:`guides/migrating-to-pypi-org`.
2929

3030
Get started
3131
===========

source/key_projects.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ Warehouse
158158
Dev irc:#pypa-dev
159159

160160

161-
The new unreleased PyPI application which can be previewed at https://pypi.org/.
161+
The current codebase powering :term:`PyPI`. It is hosted at
162+
`pypi.org <https://pypi.org/>`_.
162163

163164

164165
.. _wheel:

0 commit comments

Comments
 (0)