module documentation

Experimental docutils writers for HTML5 handling Sphinx's custom nodes.

Unknown Field: copyright
Copyright 2007-2022 by the Sphinx team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Variable logger Undocumented
Class ​HTML5​Translator Our custom HTML translator.
Function multiply​_length Multiply length (width or height) by scale.
logger =

Undocumented

def multiply_length(length, scale):
Multiply length (width or height) by scale.
Parameters
length:strUndocumented
scale:intUndocumented
Returns
strUndocumented