17 lines
334 B
ReStructuredText
17 lines
334 B
ReStructuredText
|
.. _asciitable:
|
||
|
|
||
|
==========
|
||
|
AsciiTable
|
||
|
==========
|
||
|
|
||
|
AsciiTable is the simplest table. It uses ``+``, ``|``, and ``-`` characters to build the borders.
|
||
|
|
||
|
.. image:: asciitable.png
|
||
|
:target: _images/asciitable.png
|
||
|
|
||
|
API
|
||
|
===
|
||
|
|
||
|
.. autoclass:: terminaltables.AsciiTable
|
||
|
:members: column_max_width, column_widths, ok, table_width, table
|