reStructuredText Docstring Processor
Docstring processor for restructured text docstring format.
Supported features:
:param <name> <?type>: <?description>directive is added toArgumentssection:type: <?description>directive transformed toType: <type>:returns <?type>: <?description>directive is added toReturnssection:rtype: <?description>directive transformed toType: <type>:raises: <?description>directive is added toRaisessection.. seealso::directive is added toSee alsosection.. note::directive is added toNotessection.. warning:: <version>directive is added toWarningssection.. versionadded:: <version>directive is formatted in Sphinx-style and added toNotessection.. versionchanged:: <version>directive is formatted in Sphinx-style and added toNotessection.. deprecated::directive is formatted in Sphinx-style and added toNotessection.. code-block::directive is formatted as Markdown Python codeblock.. code-block:: <language>directive is formatted as Markdown codeblock.. math::directive is formatted as Markdown Python codeblock.. highlight::directive is formatted as Markdown Python codeblock.. highlight:: <language>directive is formatted as Markdown codeblock
Handsdown API Index / Handsdown / Processors / reStructuredText Docstring Processor
Auto-generated documentation for handsdown.processors.rst module.
RSTDocstringProcessor
Docstring processor for restructured text docstring format.