package documentation
(source)

This package contains Docutils parser modules.
Package rst This is docutils.parsers.rst package. It exports a single class, Parser, the reStructuredText parser.
Module null A do-nothing parser.
Module recommonmark​_wrapper A parser for CommonMark MarkDown text using `recommonmark`__.

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
_parser_aliases: dict[str, str] = (source)

Undocumented

def get_parser_class(parser_name): (source)
Return the Parser class from the parser_name module.