Convert a reStructuredText source into an existing document.
If the document contains its own TOC, you can ignore others with “skip_toc”.
Arguments:
document – odf_document
doctree – docutils node (reST str accepted)
heading_level – int
skip_toc – bool
Return: odf_document
Convert a list of term/definition pairs to styled paragraphs.
The “Definition List Term” style is looked for term paragraphs, and the “Definition List Definition” style is looked for definition paragraphs.
Convert a reStructuredText source to a new document.
The template is a document to reuse instead of the default lpOD template.
Arguments:
rst_body – reST str (docutils node accepted)
template – odf_document
Return: odf_document