package documentation

Contains Sphinx features not activated by default.

Module apidoc Creates reST files corresponding to Python modules for code documentation.
Package autodoc Extension to create automatic documentation from code docstrings.
Module autosectionlabel Allow reference sections by :ref: role using its title.
Package autosummary Extension that adds an autosummary:: directive.
Module coverage Check Python modules and C API for coverage.
Module doctest Mimic doctest in Sphinx.
Module duration Measure durations of Sphinx processing.
Module extlinks Extension to save typing and prevent hard-coding of base URLs in reST files.
Module githubpages To publish HTML docs at GitHub Pages, create .nojekyll file.
Module graphviz Allow graphviz-formatted graphs to be included inline in generated documents.
Module ifconfig Provides the ``ifconfig`` directive.
Module imgconverter Image converter extension for Sphinx
Module imgmath Render math in HTML via dvipng or dvisvgm.
Module inheritance_diagram Defines a docutils directive for inserting inheritance diagrams.
Module intersphinx Insert links to objects documented in remote Sphinx documentation.
Module linkcode Add external links to module code in Python object descriptions.
Module mathjax Allow `MathJax`_ to be used to display math in Sphinx's HTML writer.
Package napoleon Support for NumPy and Google style docstrings.
Module todo Allow todos to be inserted into your documentation.
Module viewcode Add links to module code in Python object descriptions.