Metadata-Version: 1.1
Name: django-docs
Version: 0.1.0
Summary: Allows to serve Sphinx generated docs from django.
Home-page: https://github.com/littlepea/django-docs
Author: Evgeny Demchenko
Author-email: little_pea@list.ru
License: BSD
Description: django-docs
        ========================
        
        .. image:: https://travis-ci.org/littlepea/django-docs.png?branch=master
            :target: http://travis-ci.org/littlepea/django-docs
        
        Welcome to the documentation for django-docs!
        
        
        Running the Tests
        ------------------------------------
        
        You can run the tests with via::
        
            python setup.py test
        
        or::
        
            python docs/tests/runtests.py
        
Platform: UNKNOWN
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Django
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
