Skip to content

Commit 6df00c3

Browse files
committed
Merge PR #807 and PR #834 into main
This change updates the links to setuptools by replacing them with intersphinx references.
3 parents 9909dc7 + a3f4cf1 + 2501507 commit 6df00c3

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ The section does *not* aim to cover best practices for Python project
1212
development as a whole. For example, it does not provide guidance or tool
1313
recommendations for version control, documentation, or testing.
1414

15-
For more reference material, see `Building and Distributing Packages
16-
<https://setuptools.readthedocs.io/en/latest/setuptools.html>`_ in the
17-
:ref:`setuptools` docs, but note that some advisory content there may be
18-
outdated. In the event of conflicts, prefer the advice in the Python
19-
Packaging User Guide.
15+
For more reference material, see :std:doc:`Building and Distributing
16+
Packages <userguide/index>` in the :ref:`setuptools` docs, but note
17+
that some advisory content there may be outdated. In the event of
18+
conflicts, prefer the advice in the Python Packaging User Guide.
2019

2120
.. contents:: Contents
2221
:local:
@@ -445,9 +444,9 @@ The value must be a mapping from package name to a list of relative path names
445444
that should be copied into the package. The paths are interpreted as relative to
446445
the directory containing the package.
447446

448-
For more information, see `Including Data Files
449-
<https://setuptools.readthedocs.io/en/latest/setuptools.html#including-data-files>`_
450-
from the `setuptools docs <https://setuptools.readthedocs.io>`_.
447+
For more information, see :std:doc:`Including Data Files
448+
<setuptools:userguide/datafiles>` from the
449+
:std:doc:`setuptools docs <setuptools:index>`.
451450

452451

453452
.. _`Data Files`:

0 commit comments

Comments
 (0)