plasmapy_sphinx.ext.automodsumm
This module is a Sphinx extension
that exposes the functionality of plasmapy_sphinx.automodsumm.
plasmapy_sphinx.automodsumm contains functionality that defines the
automodsumm directive, and the associated automatic
stub file generation
for the documented items in the generated automodsumm tables.
This functionality was highly influenced by and adapted from
sphinx.ext.autosummary and sphinx_automodapi.automodsumm.
Defined Directives
A directive (ref) is a generic block of explicit markup. Along with roles, it is one of the extension mechanisms of reST and, thus, Sphinx.
Directive |
Description |
|---|---|
.. automodsumm:: modname |
A directive that generates and auto-populates
|
Defined Configuration Values
Configuration values are variables that can be defined in the conf.py file
to control the default behavior Sphinx and Sphinx extension packages like
plasmapy_sphinx.
Configuration Value |
Description |
|---|---|
Used to define custom groups to
be displayed by the
|
|
Used to control is stub files are
by default generated to modules
(i.e. sub-packages and |
Connected Sphinx Events
Sphinx events occur at specific points in the Sphinx build that “pauses” the build process, signals connected functionality to do additional processing, and then continues with the processed results.
Event |
Connected |
|---|---|
Functions
|
Sphinx |