Skip to content

Commit 10d2572

Browse files
author
dacoex
committed
testing
1 parent 798796f commit 10d2572

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/sphinx/source/variables_style_rules.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ There is a convention on consistent variable names throughout the library:
1111
:delim: ;
1212
:header-rows: 1
1313
:widths: 5, 7
14+
_stub-columns: 1
1415

1516
For an definition and further help on symbols and units refer to the following sources:
1617

@@ -49,4 +50,23 @@ List Test acc. http://www.sphinx-doc.org/en/stable/rest.html#lists-and-quote-lik
4950
* with a nested list
5051
* and some subitems
5152

52-
* and here the parent list continues
53+
* and here the parent list continues
54+
55+
56+
.. list-table:: Frozen Delights!
57+
:widths: 15 10 30
58+
:header-rows: 1
59+
60+
* - Treat
61+
- Quantity
62+
- Description
63+
* - Albatross
64+
- 2.99
65+
- On a stick!
66+
* - Crunchy Frog
67+
- 1.49
68+
- If we took the bones out, it wouldn't be
69+
crunchy, now would it?
70+
* - Gannet Ripple
71+
- 1.99
72+
- On a stick!

0 commit comments

Comments
 (0)