Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.

This commit is contained in:
Georg Brandl 2013-03-28 13:28:44 +01:00
parent 6ba6b13e32
commit 44ea77bd81
32 changed files with 129 additions and 30 deletions

View file

@ -448,6 +448,8 @@ Callable types
Special attributes:
.. tabularcolumns:: |l|L|l|
+-------------------------+-------------------------------+-----------+
| Attribute | Meaning | |
+=========================+===============================+===========+

View file

@ -1335,7 +1335,7 @@ groups from right to left).
| :keyword:`not` ``x`` | Boolean NOT |
+-----------------------------------------------+-------------------------------------+
| :keyword:`in`, :keyword:`not in`, | Comparisons, including membership |
| :keyword:`is`, :keyword:`is not`, ``<``, | tests and identity tests, |
| :keyword:`is`, :keyword:`is not`, ``<``, | tests and identity tests |
| ``<=``, ``>``, ``>=``, ``!=``, ``==`` | |
+-----------------------------------------------+-------------------------------------+
| ``|`` | Bitwise OR |

View file

@ -685,8 +685,7 @@ proposed ``__name__`` for semantics :pep:`366` would eventually specify for
:pep:`338` defines executing modules as scripts.
Footnotes
=========
.. rubric:: Footnotes
.. [#fnmo] See :class:`types.ModuleType`.