mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 01:18:00 +03:00
docs: Document list-tables as recommended
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
f42be8a2ef
commit
673cde43d4
@ -77,6 +77,26 @@ which allows for 6 levels of headings
|
|||||||
Heading 6
|
Heading 6
|
||||||
^^^^^^^^^
|
^^^^^^^^^
|
||||||
|
|
||||||
|
Tables
|
||||||
|
======
|
||||||
|
|
||||||
|
Tables should be created using the ``list-table`` directive whenever
|
||||||
|
possible, as in
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
.. list-table::
|
||||||
|
:header-rows: 1
|
||||||
|
|
||||||
|
* - Option
|
||||||
|
- Description
|
||||||
|
|
||||||
|
* - ``foo_enabled``
|
||||||
|
- Whether or not ``foo`` should be enabled
|
||||||
|
|
||||||
|
* - ``bar_user``
|
||||||
|
- Which user to run ``bar`` as
|
||||||
|
|
||||||
Manual pages
|
Manual pages
|
||||||
============
|
============
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user