module documentation

Base class of epub2/epub3 builders.

Unknown Field: copyright
Copyright 2007-2022 by the Sphinx team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
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 ​Image Undocumented
Variable logger Undocumented
Class ​Epub​Builder Builder that outputs epub files.
Class ​Guide Undocumented
Class ​Manifest​Item Undocumented
Class ​Nav​Point Undocumented
Class ​Spine Undocumented
Function sphinx​_smarty​_pants Undocumented
COVERPAGE_NAME: str =

Undocumented

Value
'epub-cover.xhtml'
CSS_LINK_TARGET_CLASS: str =

Undocumented

Value
'link-target'
FOOTNOTE_LABEL_TEMPLATE: str =

Undocumented

Value
'#%d'
FOOTNOTES_RUBRIC_NAME: str =

Undocumented

Value
'Footnotes'
GUIDE_TITLES: dict[str, str] =

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

Value
('.svg')
Image =

Undocumented

logger =

Undocumented

def sphinx_smarty_pants(t, language='en'):

Undocumented

Parameters
t:strUndocumented
language:strUndocumented
Returns
strUndocumented