plasmapy_sphinx.automodsumm
This sub-package contains functionality that defines the automodsumm
directive and the
stub file generation
for items listed in 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 |
---|---|
API
Subpackages & Modules
This module contains the functionality used to define the |
|
This module contains functionality for auto-generating the stub files related to the |
Functions
|
Sphinx |