clarify description of tabulary (no "rescaling" of contents)

This commit is contained in:
jfbu 2017-02-24 15:42:30 +01:00
parent 63470a8578
commit f0df6cff9b

View File

@ -233,8 +233,9 @@ following directive exists:
|``J``| justified column with automatic width | |``J``| justified column with automatic width |
+-----+------------------------------------------+ +-----+------------------------------------------+
The automatic width is determined by rendering the content in the table, and The automatic widths of the ``LRCJ`` columns are attributed by ``tabulary``
scaling them according to their share of the total width. in proportion to the observed shares in a first pass where the table cells
are rendered at their natural "horizontal" widths.
By default, Sphinx uses a table layout with ``L`` for every column. By default, Sphinx uses a table layout with ``L`` for every column.