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 633f0b9 commit 5da8260Copy full SHA for 5da8260
docs/source/styles.rst
@@ -1,3 +1,5 @@
1
+.. _styles:
2
+
3
Preset styles
4
-------------
5
table2ascii/preset_style.py
@@ -5,8 +5,7 @@ class PresetStyle:
"""
6
Importable preset styles for more easily selecting a table style
7
8
- See the `Style List <https://github.com/DenverCoder1/table2ascii/blob/main/style_list/README.md>`_
9
- for more information on the available styles.
+ See the :ref:`styles` for more information on the available styles.
10
11
12
thin = TableStyle.from_string("┌─┬─┐││ ├─┼─┤├─┼─┤└┴─┘")
0 commit comments