documenteer.ext#
documenteer.ext.autocppapi Module#
Sphinx extension to generate a list of doxylink-based links to C++ APIs in a namespace.
Functions#
|
Set up the |
|
Filter the entries in a symbol map to only those that match a certain API type or name regular expression. |
Classes#
|
The |
Class Inheritance Diagram#
documenteer.ext.autodocreset Module#
Sphinx extension to reset autodoc enhancements made by sphinx-automodapi that may be incompatible with LSST Science Pipelines API documentation.
Specifically, the automodapi autodoc enhancement that replaces the attr
getter for type
is incompatible with pybind11 static properties. This
extension should be used after sphinx_automodapi.automodapi to
reset the autodoc attr getter for type
to the one built into autodoc.
Functions#
|
Set up the |