Handlers for additional ReST directives.
Unknown Field: copyright | |
Copyright 2007-2022 by the Sphinx team, see AUTHORS. | |
Unknown Field: license | |
BSD, see LICENSE for details. |
Module | code |
sphinx.directives.code ~~~~~~~~~~~~~~~~~~~~~~ |
Module | other |
sphinx.directives.other ~~~~~~~~~~~~~~~~~~~~~~~ |
Module | patches |
sphinx.directives.patches ~~~~~~~~~~~~~~~~~~~~~~~~~ |
From __init__.py
:
Class | ObjectDescription |
Directive to describe a class, function or similar object. Not used directly, but subclassed (in domain-specific directives) to add custom behavior. |
Constant | T |
Undocumented |
Variable | nl_escape_re |
Undocumented |
Variable | strip_backslash_re |
Undocumented |
Class | DefaultDomain |
Directive to (re-)set the default domain for this source file. |
Class | DefaultRole |
Set the default interpreted text role. Overridden from docutils. |
Function | optional_int |
Check for an integer argument or None value; raise ValueError if not. |
Function | setup |
Undocumented |