rst
Restructured Text Support Module
The rst module is accessible via the pudge module.
This module is used internally to transform docstrings and Restructured Text documents to HTML.
Attributes
Functions
f parts(file) ...
Parse file and return a dictionary containing transformed parts.
This uses the docutils.core.publish_parts function internally. Interesting parts include the following:
- fragment
- The body without the header, title, or footer.
- title
- The document title.
See the source for more information.