module documentation

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

Class HTML5Translator Our custom HTML translator.
Function multiply_length Multiply *length* (width or height) by *scale*.
Variable logger Undocumented
def multiply_length(length, scale): (source)

Multiply *length* (width or height) by *scale*.

Parameters
length:strUndocumented
scale:intUndocumented
Returns
strUndocumented

Undocumented