forked from gost-engine/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
rst tables
Vitalio edited this page Feb 7, 2020
·
13 revisions
https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html
1 | 2 | 3 |
Header 1 | Header 2 | Header 3 |
---|---|---|
body row 1 | column 2 | column 3 |
body row 2 | Cells may span columns. | |
body row 3 | Cells may span rows. |
|
body row 4 |
Inputs | Output | |
---|---|---|
A | B | A or B |
False | False | False |
True | False | True |
.. tabularcolumns:: |l|c|p{5cm}|
simple text | 2 | 3 |
name | firstname | age |
---|---|---|
Smith | John | 40 |
Smith | John, Junior | 20 |
Tables | Are | Cool |
------------- |:-------------:| -----:|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |