@@ -12,11 +12,10 @@ The section does *not* aim to cover best practices for Python project
1212development as a whole. For example, it does not provide guidance or tool
1313recommendations 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
445444that should be copied into the package. The paths are interpreted as relative to
446445the 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