Add reST target for Doc/packaging/setupcfg

This commit is contained in:
Éric Araujo 2011-06-04 18:46:25 +02:00
parent 088025fc5b
commit 823759e767
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,5 @@
.. TODO integrate this in commandref and configfile
============= =============
Command hooks 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 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. 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 Sample usage of hooks
===================== =====================

View file

@ -1,5 +1,7 @@
.. highlightlang:: cfg .. highlightlang:: cfg
.. _packaging-setupcfg:
******************************************* *******************************************
Specification of the :file:`setup.cfg` file Specification of the :file:`setup.cfg` file
******************************************* *******************************************