]> granicus.if.org Git - python/commitdiff
Add reST target for Doc/packaging/setupcfg
authorÉric Araujo <merwok@netwok.org>
Sat, 4 Jun 2011 16:46:25 +0000 (18:46 +0200)
committerÉric Araujo <merwok@netwok.org>
Sat, 4 Jun 2011 16:46:25 +0000 (18:46 +0200)
Doc/packaging/commandhooks.rst
Doc/packaging/setupcfg.rst

index 8dc233b75838f22e55660c758d73552654a81b07..fd333574b584343c7c98d829c4d8742f2ca12d64 100644 (file)
@@ -1,3 +1,5 @@
+.. TODO integrate this in commandref and configfile
+
 =============
 Command hooks
 =============
@@ -9,6 +11,9 @@ The pre-hooks are run after the command is finalized (its options are
 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
 =====================
 
index 68786b23c33c3bf21cbebff6dd9ad15801fe125a..9af8b63118d434ef77387fd9bed71a185ae3a0c0 100644 (file)
@@ -1,5 +1,7 @@
 .. highlightlang:: cfg
 
+.. _packaging-setupcfg:
+
 *******************************************
 Specification of the :file:`setup.cfg` file
 *******************************************