class RSTParser(docutils.parsers.rst.Parser, Parser):
Method | decorate |
Preprocess reST content before parsing. |
Method | get_transforms |
Sphinx's reST parser replaces a transform class for smart-quotes by its own |
Method | parse |
Parse text and generate a document tree. |
Instance Variable | statemachine |
Undocumented |
Inherited from Parser
:
Method | set_application |
set_application will be called from Sphinx to set app and other instance variables |
Instance Variable | _app |
Undocumented |
Instance Variable | config |
Undocumented |
Instance Variable | env |
Undocumented |
Property | app |
Undocumented |
Parameters | |
content:StringList | Undocumented |
Sphinx's reST parser replaces a transform class for smart-quotes by its own
refs: sphinx.io.SphinxStandaloneReader
Returns | |
List[ | Undocumented |