documenteer.sphinxext#
documenteer.sphinxext Package#
Sphinx/docutils extensions for LSST DM documentation.
Enable these extension by adding documenteer.sphinxext
to your
extensions list in conf.py
:
extensions = [
# ...
'documenteer.sphinxext'
]
Some extensions require project-specific dependencies and are not automatically enabled. They should be specified individually. They are:
documenteer.sphinxext.bibtex
Functions#
|
Wrapper for the |
documenteer.sphinxext.bibtex Module#
Extensions to support LSST bibliographies with sphinxcontrib-bibtex.
Functions#
|
Add this plugin to the Sphinx application. |
Classes#
|
Bibtex style that understands |
documenteer.sphinxext.jira Module#
JIRA ticket reference roles (for stories, epics, RFCs, etc.).
This module is heavily influenced by sphinx-issue (Steven Loria). See /licenses/sphinx-issue.txt for licensing information.
Functions#
|
Sphinx role for referencing a JIRA ticket with ticket numbers enclosed in braces. |
|
Sphinx role for referencing a JIRA ticket with ticket numbers enclosed in parentheses. |
|
Sphinx role for referencing a JIRA ticket. |
|
documenteer.sphinxext.mockcoderefs Module#
Sphinx extensions to mock Python code reference roles.
These roles are useful for temporarily adding semantically-markedup APIs while waiting for the API reference itself to be added.
Functions#
|
|
|
documenteer.sphinxext.packagetoctree Module#
Sphinx extensions for creating toctrees for packages and modules for the Pipelines documentation.
Functions#
|
Classes#
|
Toctree that automatically displays a list of modules in the Stack documentation. |
|
Toctree that automatically lists packages in the Stack documentation. |