We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb9c0e commit b9b1c96Copy full SHA for b9b1c96
docs/source/index.rst
@@ -5,13 +5,23 @@ table2ascii
5
6
Module for converting 2D Python lists to fancy ASCII/Unicode tables
7
8
+Check out the :doc:`usage` section for further information
9
+
10
Installation
11
--------------
12
13
``pip install -U table2ascii``
14
15
**Requirements:** ``Python 3.7+``
16
17
+Contents
18
+--------
19
20
+.. toctree::
21
22
+ usage
23
+ api
24
25
26
.. |build| image:: https://img.shields.io/github/workflow/status/DenverCoder1/table2ascii/Python%20application/main
27
:target: https://github.com/DenverCoder1/table2ascii/actions/workflows/python-app.yml
0 commit comments