module documentation

Base class of epub2/epub3 builders.

Class EpubBuilder Builder that outputs epub files.
Class Guide Undocumented
Class ManifestItem Undocumented
Class NavPoint Undocumented
Class Spine Undocumented
Function sphinx_smarty_pants Undocumented
Constant COVERPAGE_NAME Undocumented
Constant CSS_LINK_TARGET_CLASS Undocumented
Constant FOOTNOTE_LABEL_TEMPLATE Undocumented
Constant FOOTNOTES_RUBRIC_NAME Undocumented
Constant GUIDE_TITLES Undocumented
Constant LINK_TARGET_TEMPLATE Undocumented
Constant MEDIA_TYPES Undocumented
Constant REFURI_RE Undocumented
Constant TOCTREE_TEMPLATE Undocumented
Constant VECTOR_GRAPHICS_EXTENSIONS Undocumented
Variable logger Undocumented
def sphinx_smarty_pants(t, language='en'): (source)

Undocumented

Parameters
t:strUndocumented
language:strUndocumented
Returns
strUndocumented
COVERPAGE_NAME: str = (source)

Undocumented

Value
'epub-cover.xhtml'
CSS_LINK_TARGET_CLASS: str = (source)

Undocumented

Value
'link-target'
FOOTNOTE_LABEL_TEMPLATE: str = (source)

Undocumented

Value
'#%d'
FOOTNOTES_RUBRIC_NAME: str = (source)

Undocumented

Value
'Footnotes'
GUIDE_TITLES: dict[str, str] = (source)

Undocumented

Value
{'toc': 'Table of Contents', 'cover': 'Cover'}
LINK_TARGET_TEMPLATE: str = (source)

Undocumented

Value
' [%(uri)s]'
MEDIA_TYPES: dict[str, str] = (source)

Undocumented

Value
{'.xhtml': 'application/xhtml+xml',
 '.css': 'text/css',
 '.png': 'image/png',
 '.webp': 'image/webp',
 '.gif': 'image/gif',
 '.svg': 'image/svg+xml',
 '.jpg': 'image/jpeg',
...
REFURI_RE = (source)

Undocumented

Value
re.compile(r'([^#:]*#)(.*)')
TOCTREE_TEMPLATE: str = (source)

Undocumented

Value
'toctree-l%d'
VECTOR_GRAPHICS_EXTENSIONS: tuple[str, ...] = (source)

Undocumented

Value
('.svg')

Undocumented