Skip to content

Commit 0bf1014

Browse files
committed
Remove the guide from its own Intersphinx mapping
Fixes #1438 Also replace a few hyperlinks inside packaging.python.org with normal references.
1 parent 4be5230 commit 0bf1014

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@
145145
"nox": ("https://nox.thea.codes/en/latest/", None),
146146
"openstack": ("https://docs.openstack.org/glance/latest/", None),
147147
"packaging": ("https://packaging.pypa.io/en/latest/", None),
148-
"packaging.python.org": ("https://packaging.python.org/en/latest/", None),
149148
"pip": ("https://pip.pypa.io/en/latest/", None),
150149
"pipenv": ("https://pipenv.pypa.io/en/latest/", None),
151150
"piwheels": ("https://piwheels.readthedocs.io/en/latest/", None),

source/guides/distributing-packages-using-setuptools.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,7 @@ the front-page lists of trending projects and new releases, and the list of
233233
projects you maintain within your account profile (such as
234234
https://pypi.org/user/jaraco/).
235235

236-
A `content type
237-
<https://packaging.python.org/specifications/core-metadata/#description-content-type-optional>`_
236+
A :ref:`content type <core-metadata-description-content-type>`
238237
can be specified with the ``long_description_content_type`` argument, which can
239238
be one of ``text/plain``, ``text/x-rst``, or ``text/markdown``, corresponding
240239
to no formatting, `reStructuredText (reST)

source/key_projects.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ causing dependency conflicts with other packages installed on the system.
244244
Python Packaging User Guide
245245
===========================
246246

247-
:doc:`Docs <packaging.python.org:index>` |
247+
:doc:`Docs <index>` |
248248
`Issues <https://github.com/pypa/packaging.python.org/issues>`__ |
249249
`GitHub <https://github.com/pypa/packaging.python.org>`__
250250

@@ -292,8 +292,7 @@ trove-classifiers
292292

293293
trove-classifiers is the canonical source for `classifiers on PyPI
294294
<https://pypi.org/classifiers/>`_, which project maintainers use to
295-
`systematically describe their projects
296-
<https://packaging.python.org/specifications/core-metadata/#classifier-multiple-use>`_
295+
:ref:`systematically describe their projects <core-metadata-classifier>`
297296
so that users can better find projects that match their needs on the PyPI.
298297

299298
The trove-classifiers package contains a list of valid classifiers and

0 commit comments

Comments
 (0)