Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 823759e

Browse files
committed
Add reST target for Doc/packaging/setupcfg
1 parent 088025f commit 823759e

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Doc/packaging/commandhooks.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. TODO integrate this in commandref and configfile
2+
13
=============
24
Command hooks
35
=============
@@ -9,6 +11,9 @@ The pre-hooks are run after the command is finalized (its options are
911
processed), but before it is run. The post-hooks are run after the command
1012
itself. Both types of hooks receive an instance of the command object.
1113

14+
See also global setup hooks in :ref:`packaging-setupcfg`.
15+
16+
1217
Sample usage of hooks
1318
=====================
1419

Doc/packaging/setupcfg.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.. highlightlang:: cfg
22

3+
.. _packaging-setupcfg:
4+
35
*******************************************
46
Specification of the :file:`setup.cfg` file
57
*******************************************

0 commit comments

Comments
 (0)