3.3. sphinx.ext.coverage

Check Python modules and C API for coverage. Mostly written by Josip Dzolonga for the Google Highly Open Participation contest.

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

3.3.1. Functions

compile_regex_list(name, exps, warnfunc)
iteritems(d, **kw) Return an iterator over the (key, value) pairs of a dictionary.
safe_getattr(obj, name, *defargs) A getattr() that turns all exceptions into AttributeErrors.
setup(app)
write_header(f, text[, char])

3.3.2. Classes

Builder(app) Builds target formats from the reST sources.
CoverageBuilder(app)