grid_table
A borderless table for simple grid layouts.
Re-styles the Sphinx built-in list-table
directive.
Note
Extension is automatically loaded when added to extensions, no directives or configurations required.
.. list-table::
:class: grid-table
* - .. rubric:: Col1 Header
- .. rubric:: Col2 Header
* -
.. code-block:: none
Col 1 Row 1
-
.. code-block:: none
Col 2 Row 1
Col1 Header |
Col2 Header |
Col 1 Row 1
|
Col 2 Row 1
|