Metadata-Version: 1.1
Name: jinjaapidoc
Version: 0.1.1
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: =========================================================
        Jinja Api Documentation
        =========================================================
        
        .. image:: http://img.shields.io/pypi/v/jinjaapidoc.png
            :target: https://pypi.python.org/pypi/jinjaapidoc
        
        .. image:: https://travis-ci.org/storax/jinjaapidoc.png?branch=master
            :target: https://travis-ci.org/storax/jinjaapidoc
        
        .. image:: http://img.shields.io/pypi/dm/jinjaapidoc.png
            :target: https://pypi.python.org/pypi/jinjaapidoc
        
        .. image:: https://coveralls.io/repos/storax/jinjaapidoc/badge.png
            :target: https://coveralls.io/r/storax/jinjaapidoc
        
        .. image:: http://img.shields.io/pypi/l/jinjaapidoc.svg
            :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.
        
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
