Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 680 Bytes

File metadata and controls

26 lines (17 loc) · 680 Bytes

Sphinx extensions

This page gives the API for the custom Sphinx extensions used in Astropy.

automodapi Extension

.. automodule:: astropy.sphinx.ext.automodapi


automodsumm Extension

.. automodule:: astropy.sphinx.ext.automodsumm


Numpydoc Extension

This extension is a port of the numpydoc extentension written by the numpy and scipy projects, with some tweaks for Astropy. See the code for details, as it is quite complex and includes a variety of interrelated extensions.