@@ -26,6 +26,8 @@ setup script). Indirectly provides the :class:`distutils.dist.Distribution` and
2626 The setup function takes a large number of arguments. These are laid out in the
2727 following table.
2828
29+ .. tabularcolumns :: |l|L|L|
30+
2931 +--------------------+--------------------------------+-------------------------------------------------------------+
3032 | argument name | value | type |
3133 +====================+================================+=============================================================+
@@ -125,6 +127,8 @@ setup script). Indirectly provides the :class:`distutils.dist.Distribution` and
125127
126128 *stop_after * tells :func: `setup ` when to stop processing; possible values:
127129
130+ .. tabularcolumns :: |l|L|
131+
128132 +---------------+---------------------------------------------+
129133 | value | description |
130134 +===============+=============================================+
@@ -165,6 +169,8 @@ the full reference.
165169 The Extension class describes a single C or C++extension module in a setup
166170 script. It accepts the following keyword arguments in its constructor:
167171
172+ .. tabularcolumns :: |l|L|l|
173+
168174 +------------------------+--------------------------------+---------------------------+
169175 | argument name | value | type |
170176 +========================+================================+===========================+
@@ -1562,6 +1568,8 @@ lines, and joining lines with backslashes.
15621568
15631569 The options are all boolean, and affect the values returned by :meth: `readline `
15641570
1571+ .. tabularcolumns :: |l|L|l|
1572+
15651573 +------------------+--------------------------------+---------+
15661574 | option name | description | default |
15671575 +==================+================================+=========+
0 commit comments