package documentation

This package contains Docutils parser modules.

Module null A do-nothing parser.
Module recommonmark_wrapper A parser for CommonMark MarkDown text using recommonmark.
Package rst This is docutils.parsers.rst package. It exports a single class, Parser, the reStructuredText parser.

From __init__.py:

Class Parser No class docstring; 0/2 instance variable, 0/3 class variable, 3/3 methods documented
Function get_parser_class Return the Parser class from the parser_name module.
Variable _parser_aliases Undocumented
def get_parser_class(parser_name): (source)

Return the Parser class from the parser_name module.

_parser_aliases: dict[str, str] = (source)

Undocumented