[Python-checkins] cpython: Change reST targets in setup.cfg spec.

eric.araujo python-checkins at python.org
Mon Jun 6 17:14:12 CEST 2011


http://hg.python.org/cpython/rev/b10c5f550145
changeset:   70678:b10c5f550145
user:        Éric Araujo <merwok at netwok.org>
date:        Mon Jun 06 01:54:54 2011 +0200
summary:
  Change reST targets in setup.cfg spec.

I chose “setupcfg” as prefix instead of “packaging-setupcfg” because the scope
of the spec is not limited to packaging: it’s intended as a language-agnostic
document for packaging tools developers as well as Python authors.

files:
  Doc/packaging/commandhooks.rst |  2 +-
  Doc/packaging/setupcfg.rst     |  6 +++---
  2 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Doc/packaging/commandhooks.rst b/Doc/packaging/commandhooks.rst
--- a/Doc/packaging/commandhooks.rst
+++ b/Doc/packaging/commandhooks.rst
@@ -11,7 +11,7 @@
 processed), but before it is run. The post-hooks are run after the command
 itself. Both types of hooks receive an instance of the command object.
 
-See also global setup hooks in :ref:`packaging-setupcfg`.
+See also global setup hooks in :ref:`setupcfg-spec`.
 
 
 Sample usage of hooks
diff --git a/Doc/packaging/setupcfg.rst b/Doc/packaging/setupcfg.rst
--- a/Doc/packaging/setupcfg.rst
+++ b/Doc/packaging/setupcfg.rst
@@ -1,6 +1,6 @@
 .. highlightlang:: cfg
 
-.. _packaging-setupcfg:
+.. _setupcfg-spec:
 
 *******************************************
 Specification of the :file:`setup.cfg` file
@@ -387,7 +387,7 @@
 **destination**. In the previous example, **doc/doc.man** will be placed in
 **destination_doc/doc/doc.man** and **scripts/foo.sh** will be placed in
 **destination_scripts/scripts/foo.sh**. (If you want more control on the final
-path, take a look at base_prefix_).
+path, take a look at :ref:`setupcfg-resources-base-prefix`).
 
 The **destination** part of resources declaration are paths with categories.
 Indeed, it's generally a bad idea to give absolute path as it will be cross
@@ -511,7 +511,7 @@
 More control on destination part
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-.. _base_prefix:
+.. _setupcfg-resources-base-prefix:
 
 Defining a base prefix
 """"""""""""""""""""""

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list