RST¶
-
class
astropy.io.ascii.RST[source]¶ Bases:
astropy.io.ascii.FixedWidthreStructuredText simple format table.
See: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#simple-tables
Example:
==== ===== ====== Col1 Col2 Col3 ==== ===== ====== 1 2.3 Hello 2 4.5 Worlds ==== ===== ======
Currently there is no support for reading tables which utilize continuation lines, or for ones which define column spans through the use of an additional line of dashes in the header.
Methods Summary
write(lines)Write tableas list of strings.Methods Documentation