module documentation

Docutils transforms used by Sphinx when reading documents.

Unknown Field: copyright
Copyright 2007-2022 by the Sphinx team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Constant EXCLUDED​_PENDING​_XREF​_ATTRIBUTES Undocumented
Constant N Undocumented
Variable logger Undocumented
Class ​Locale Replace translatable nodes with their translated doctree.
Class ​Preserve​Translatable​Messages Preserve original translatable messages before translation
Class ​Remove​Translatable​Inline Remove inline nodes used for translation as placeholders.
Function publish​_msgstr Publish msgstr (single line) into docutils document
Function setup Undocumented
EXCLUDED_PENDING_XREF_ATTRIBUTES: tuple[str, ...] =

Undocumented

Value
('refexplicit')
N =

Undocumented

Value
TypeVar('N',
        bound=nodes.Node)
logger =

Undocumented

def publish_msgstr(app, source, source_path, source_line, config, settings):
Publish msgstr (single line) into docutils document
Parameters
app:SphinxUndocumented
source:strUndocumented
source​_path:strUndocumented
source​_line:intsource line for warning indication
config:ConfigUndocumented
settings:AnyUndocumented
sphinx.application.​Sphinx appsphinx application
str sourcesource text
str source​_pathsource path for warning indication
sphinx.config.​Config configsphinx config
docutils.frontend.​Values settingsdocutils settings
Returns
docutils.nodes.documentdocument
def setup(app):

Undocumented

Parameters
app:SphinxUndocumented
Returns
Dict[str, Any]Undocumented