[Python-checkins] cpython: Add reST target for Doc/packaging/setupcfg

eric.araujo python-checkins at python.org
Mon Jun 6 17:13:59 CEST 2011


http://hg.python.org/cpython/rev/f9ff27fe9c47
changeset:   70666:f9ff27fe9c47
user:        Éric Araujo <merwok at netwok.org>
date:        Sat Jun 04 18:46:25 2011 +0200
summary:
  Add reST target for Doc/packaging/setupcfg

files:
  Doc/packaging/commandhooks.rst |  5 +++++
  Doc/packaging/setupcfg.rst     |  2 ++
  2 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/Doc/packaging/commandhooks.rst b/Doc/packaging/commandhooks.rst
--- a/Doc/packaging/commandhooks.rst
+++ b/Doc/packaging/commandhooks.rst
@@ -1,3 +1,5 @@
+.. TODO integrate this in commandref and configfile
+
 =============
 Command hooks
 =============
@@ -9,6 +11,9 @@
 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`.
+
+
 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,5 +1,7 @@
 .. highlightlang:: cfg
 
+.. _packaging-setupcfg:
+
 *******************************************
 Specification of the :file:`setup.cfg` file
 *******************************************

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


More information about the Python-checkins mailing list