Metadata-Version: 1.1
Name: jinjaapidoc
Version: 0.2.0
Summary: Sphinx API Doc with Jinja2 templates
Home-page: https://github.com/storax/jinjaapidoc
Author: David Zuber
Author-email: zuber.david@gmx.de
License: BSD
Description: =========================================================
        Jinjaapidoc Documentation
        =========================================================
        
        .. image:: http://img.shields.io/pypi/v/jinjaapidoc.png?style=flat
            :target: https://pypi.python.org/pypi/jinjaapidoc
        
        .. image:: https://img.shields.io/travis/storax/jinjaapidoc/master.png?style=flat
            :target: https://travis-ci.org/storax/jinjaapidoc
        
        .. image:: http://img.shields.io/pypi/dm/jinjaapidoc.png?style=flat
            :target: https://pypi.python.org/pypi/jinjaapidoc
        
        .. image:: https://img.shields.io/coveralls/storax/jinjaapidoc/master.png?style=flat
            :target: https://coveralls.io/r/storax/jinjaapidoc
        
        .. image:: http://img.shields.io/pypi/l/jinjaapidoc.png?style=flat
            :target: https://pypi.python.org/pypi/jinjaapidoc
        
        
        
        
        Sphinx API Doc with Jinja2 templates
        
        
        Documentation
        -------------
        
        The full documentation is at http://jinjaapidoc.rtfd.org.
        
        
        Features
        --------
        
        * jinjaapidoc is a tool for automatic generation of Sphinx sources that, using the `jinja2 <http://jinja.pocoo.org/docs/dev/>`_ template rendering engine, document a whole package in the style of other automatic API documentation tools. It is based of the builtin `sphinx apidoc <http://sphinx-doc.org/man/sphinx-apidoc.html>`_
        
        
        .. :changelog:
        
        History
        -------
        
        0.1.1 (2015-02-02)
        +++++++++++++++++++++++++++++++++++++++
        
        * First release on PyPI.
        
        0.2.0 (2015-02-03)
        +++++++++++++++++++++++++++++++++++++++
        
        * Add autosummary template
        
        
Keywords: jinjaapidoc
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Documentation :: Sphinx
Classifier: Framework :: Sphinx :: Extension
