summaryrefslogtreecommitdiff
path: root/docs/userguide/datafiles.rst
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-10-16 01:14:51 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-10-16 02:16:12 +0200
commitedfa441febf6c5d8af8973ce952b3a0c19b7b575 (patch)
treeb28e099e3fe17d6c9607608d9d79dc96eb5305a2 /docs/userguide/datafiles.rst
parentb170eac3e00f65c3d56d48d5aa8ee18f00a7baf9 (diff)
downloadpython-setuptools-git-edfa441febf6c5d8af8973ce952b3a0c19b7b575.tar.gz
📝 Recover interdoc links & correct broken syntax
Diffstat (limited to 'docs/userguide/datafiles.rst')
-rw-r--r--docs/userguide/datafiles.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/userguide/datafiles.rst b/docs/userguide/datafiles.rst
index 315ec724..69cf36e6 100644
--- a/docs/userguide/datafiles.rst
+++ b/docs/userguide/datafiles.rst
@@ -20,8 +20,8 @@ e.g.::
This tells setuptools to install any data files it finds in your packages.
The data files must be specified via the distutils' ``MANIFEST.in`` file.
(They can also be tracked by a revision control system, using an appropriate
-plugin. See the section below on `Adding Support for Revision Control
-Systems`_ for information on how to write such plugins.)
+plugin. See the section below on :ref:`Adding Support for Revision
+Control Systems` for information on how to write such plugins.)
If you want finer-grained control over what files are included (for example,
if you have documentation files in your package directories and want to exclude
@@ -144,6 +144,9 @@ if they track intermediate revisions of your project using Subversion; be sure
to let them know when you make changes that remove files from inclusion so they
can run ``setup.py clean --all``.
+
+.. _Accessing Data Files at Runtime:
+
Accessing Data Files at Runtime
-------------------------------
@@ -171,4 +174,4 @@ fall back to the platform-specific location for installing data files, there is
no supported facility to reliably retrieve these resources.
Instead, the PyPA recommends that any data files you wish to be accessible at
-run time be included in the package. \ No newline at end of file
+run time be included in the package.