Skip to content

Commit

Permalink
Merge pull request #1439 from jeanas/ouroboros
Browse files Browse the repository at this point in the history
Remove the guide from its own Intersphinx mapping
  • Loading branch information
pradyunsg committed Dec 5, 2023
2 parents 9265361 + 0bf1014 commit 9b735c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
"nox": ("https://nox.thea.codes/en/latest/", None),
"openstack": ("https://docs.openstack.org/glance/latest/", None),
"packaging": ("https://packaging.pypa.io/en/latest/", None),
"packaging.python.org": ("https://packaging.python.org/en/latest/", None),
"pip": ("https://pip.pypa.io/en/latest/", None),
"pipenv": ("https://pipenv.pypa.io/en/latest/", None),
"piwheels": ("https://piwheels.readthedocs.io/en/latest/", None),
Expand Down
3 changes: 1 addition & 2 deletions source/guides/distributing-packages-using-setuptools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ the front-page lists of trending projects and new releases, and the list of
projects you maintain within your account profile (such as
https://pypi.org/user/jaraco/).

A `content type
<https://packaging.python.org/specifications/core-metadata/#description-content-type-optional>`_
A :ref:`content type <core-metadata-description-content-type>`
can be specified with the ``long_description_content_type`` argument, which can
be one of ``text/plain``, ``text/x-rst``, or ``text/markdown``, corresponding
to no formatting, `reStructuredText (reST)
Expand Down
5 changes: 2 additions & 3 deletions source/key_projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ causing dependency conflicts with other packages installed on the system.
Python Packaging User Guide
===========================

:doc:`Docs <packaging.python.org:index>` |
:doc:`Docs <index>` |
`Issues <https://github.com/pypa/packaging.python.org/issues>`__ |
`GitHub <https://github.com/pypa/packaging.python.org>`__

Expand Down Expand Up @@ -292,8 +292,7 @@ trove-classifiers

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

The trove-classifiers package contains a list of valid classifiers and
Expand Down

0 comments on commit 9b735c9

Please sign in to comment.