3.14. sphinx.ext.pngmath

Render math in HTML via dvipng.

copyright:Copyright 2007-2016 by the Sphinx team, see AUTHORS.
license:BSD, see LICENSE for details.

3.14.1. Functions

cd(*args, **kwds)
cleanup_tempdir(app, exc)
ensuredir(path) Ensure that a path exists.
get_tooltip(self, node)
html_visit_displaymath(self, node)
html_visit_math(self, node)
mathbase_setup(app, htmlinlinevisitors, ...)
read_png_depth(filename) Read the special tEXt chunk indicating the depth from a PNG file.
render_math(self, math) Render the LaTeX math expression math using latex and dvipng.
setup(app)
sha1 Returns a sha1 hash object; optionally initialized with a string
wrap_displaymath(math, label)
write_png_depth(filename, depth) Write the special tEXt chunk indicating the depth to a PNG file.

3.14.2. Classes

Popen(args[, bufsize, executable, stdin, ...])
text_type alias of unicode

3.14.3. Exceptions

MathExtError(msg[, stderr, stdout])
SphinxError Base class for Sphinx errors that are shown to the user in a nicer way than normal exceptions.