Metadata-Version: 2.0
Name: sphinx-automodapi
Version: 0.7
Summary: Sphinx extension for auto-generating API documentation for entire modules
Home-page: http://astropy.org
Author: The Astropy Developers
Author-email: astropy.team@gmail.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Requires-Dist: sphinx (>1.3)

|Travis Status| |AppVeyor status| |Coverage Status| |PyPI|

About
=====

This is a Sphinx extension to automatically generate API pages for whole
modules. It was originally developed for the Astropy project but is now
available as a standalone package since it can be used for any other
package. The documentation can be found on
`ReadTheDocs <http://sphinx-automodapi.readthedocs.io/en/latest/>`_.

*Note that packages from the Astropy project should continue to use this
extension from the astropy-helpers rather than using this standalone
package.*

.. |Travis Status| image:: https://travis-ci.org/astropy/sphinx-automodapi.svg?branch=master
   :target: https://travis-ci.org/astropy/sphinx-automodapi
.. |AppVeyor status| image:: https://ci.appveyor.com/api/projects/status/warwyfj06t1rkn5p/branch/master?svg=true
   :target: https://ci.appveyor.com/project/Astropy/sphinx-automodapi/branch/master
.. |Coverage Status| image:: https://coveralls.io/repos/github/astropy/sphinx-automodapi/badge.svg?branch=master
   :target: https://coveralls.io/github/astropy/sphinx-automodapi?branch=master
.. |PyPI| image:: https://img.shields.io/pypi/v/sphinx-automodapi.svg
   :target: https://pypi.python.org/pypi/sphinx-automodapi


