documenteer.ext¶
documenteer.ext.openapi Module¶
A Sphinx extension for generating the OpenAPI Spec for a FastAPI application.
Functions¶
|
Set up the OpenAPI extension. |
|
Generate the OpenAPI spec from a user-specified generator function. |
documenteer.ext.bibtex Module¶
Support for Rubin BibTeX files for pybtex/sphinxcontrib.bibtex.
Functions¶
|
Add this plugin to the Sphinx application. |
Classes¶
|
Bibtex style that understands |
documenteer.ext.jira Module¶
Rubin JIRA ticket reference roles.
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. |
|
Set up the Jira ticket reference roles. |
documenteer.ext.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¶
|
Process a mock code reference role. |
|
Set up the mock code reference roles. |