Skip to content

Commit 5561cff

Browse files
author
dacoex
committed
test tables
1 parent 95dbf86 commit 5561cff

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

docs/sphinx/source/variables_style_rules.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There is a convention on consistent variable names throughout the library:
1010
:file: ../../../pvlib/data/variables_style-rules.csv
1111
:delim: ;
1212
:header-rows: 1
13-
:widths: 5, 7
13+
:widths: 5, 5
1414
:stub-columns: 1
1515

1616
For an definition and further help on symbols and units refer to the following sources:
@@ -69,4 +69,18 @@ List Test acc. http://www.sphinx-doc.org/en/stable/rest.html#lists-and-quote-lik
6969
crunchy, now would it?
7070
* - Gannet Ripple
7171
- 1.99
72-
- On a stick!
72+
- On a stick!
73+
74+
75+
.. csv-table::
76+
:header: Header1, Header2, Header3
77+
78+
A, B, "These lines appear as one line,
79+
even though they are written in two lines."
80+
C, D, "| These lines appear as two lines,
81+
| but they are indented, and my OCD will simply not allow it."
82+
E, F, "| If I continue this line in another line,
83+
it will appear in a new line."
84+
G, H, "If there is a blank line between the two lines,
85+
86+
there will be a blank line between the lines."

0 commit comments

Comments
 (0)