Closed oruebel closed 2 years ago
RSTFigure
RSTDocument.add_figure
RSTToc
RSTDocment.add_toc
RSTDocument.__add__
+
RSTDocument.__iadd__
+=
RSTDocument.__str__
RSTTable.__str__
Fix #76
RSTFigure
helper class to simplify creating figures in RST documents and update API forRSTDocument.add_figure
RSTToc
helper class to simplify creating table of contents in an RST document and adRSTDocment.add_toc
RSTDocument.__add__
to combine documents via+
RSTDocument.__iadd__
to add to a document vis+=
RSTDocument.__str__
RSTTable.__str__
so simplify print and conversion to string