package documentation

This package contains Docutils parser modules.

Module commonmark_wrapper An interface for parsing CommonMark input.
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
_parser_aliases: dict[str, str] = (source)

Undocumented

def get_parser_class(parser_name): (source)

Return the Parser class from the `parser_name` module.