module documentation

Unknown Field: copyright
Copyright 2007-2022 by the Sphinx team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Constant AUTODOC​_DEFAULT​_OPTIONS Undocumented
Constant AUTODOC​_EXTENDABLE​_OPTIONS Undocumented
Variable logger Undocumented
Class ​Autodoc​Directive A directive class for all autodoc directives. It works as a dispatcher of Documenters.
Class ​Documenter​Bridge A parameters container for Documenters.
Class ​Dummy​Option​Spec An option_spec allows any options.
Function parse​_generated​_content Parse an item of content generated by Documenter.
Function process​_documenter​_options Recognize options of Documenter from user input.
AUTODOC_DEFAULT_OPTIONS: list[str] =

Undocumented

Value
['members',
 'undoc-members',
 'inherited-members',
 'show-inheritance',
 'private-members',
 'special-members',
 'ignore-module-all',
...
AUTODOC_EXTENDABLE_OPTIONS: list[str] =

Undocumented

Value
['members', 'private-members', 'special-members', 'exclude-members']
logger =

Undocumented

def parse_generated_content(state, content, documenter):
Parse an item of content generated by Documenter.
Parameters
state:RSTStateUndocumented
content:StringListUndocumented
documenter:DocumenterUndocumented
Returns
List[Node]Undocumented
def process_documenter_options(documenter, config, options):
Recognize options of Documenter from user input.
Parameters
documenter:Type[Documenter]Undocumented
config:ConfigUndocumented
options:DictUndocumented
Returns
OptionsUndocumented