Metadata-Version: 1.1
Name: django-sphinxdoc
Version: 1.1
Summary: Easily integrate Sphinx documentation into your website.
Home-page: http://stefan.sofa-rockers.org/django-sphinxdoc/
Author: Stefan Scherfke
Author-email: stefan at sofa-rockers.org
License: BSD
Download-URL: http://bitbucket.org/scherfke/django-sphinxdoc/downloads/
Description: 
        Django and Sphinx documentation
        ===============================
        
        This Django application allows you to integrate any `Sphinx
        <http://sphinx.pocoo.org/>`_ documentation directly into your Django powered
        website instead of just serving the static files.
        
        Django-sphinxdoc can handle multiple Sphinx projects and offers a `Haystack
        <http://haystacksearch.org/>`_ powered search. Future versions will enable
        comments and add RSS feeds.
        
        
        Requirements
        ------------
        
        This app is tested with Django >= 1.1. You also need `Sphinx
        <http://sphinx.pocoo.org/>`_ >= 1.0 and `Haystack
        <http://haystacksearch.org/>`_.
        
        
        Installation
        ------------
        
        You can either install this app with `PIP <http://pypi.python.org/pypi/pip>`_::
        
            $ pip install django-sphinxdoc
        
        or download and install it manually::
        
            $ cd where/you/put/django-sphinxdoc/
            $ python setup.py install
        
        Use `this URL <http://bitbucket.org/scherfke/django-sphinxdoc/>`_ for cloning
        if you want to install this app in development mode.
        
        
        Usage
        -----
        
        The Documentation can be found in the *docs/* directory or
        `online <http://stefan.sofa-rockers.org/docs/django-sphinxdoc/>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
