Metadata-Version: 1.0
Name: sphinxcontrib-epydoc
Version: 0.4.1
Summary: Epydoc cross-referencing for Sphinx
Home-page: http://packages.python.org/sphinxcontrib-epydoc
Author: Sebastian Wiesner
Author-email: lunaryorn@googlemail.com
License: BSD
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-epydoc
Description: ####################
        sphinxcontrib-epydoc
        ####################
        
        http://packages.python.org/sphinxcontrib-epydoc
        
        A Sphinx_ extension to cross-reference epydoc-generated documentation.
        
        Installation
        ------------
        
        This extension can be installed from the Python Package Index::
        
           pip install sphinx-contrib.epydoc
        
        Alternatively, you can clone the sphinx-contrib_ repository from BitBucket,
        and install the extension directly from the repository::
        
           hg clone http://bitbucket.org/birkenfeld/sphinx-contrib
           cd sphinx-contrib/epydoc
           python setup.py install
        
        
        Usage
        -----
        
        Please refer to the documentation_ for further information.
        
        
        .. _`Sphinx`: http://sphinx.pocoo.org/latest
        .. _`sphinx-contrib`: http://bitbucket.org/birkenfeld/sphinx-contrib
        .. _documentation: http://packages.python.org/sphinxcontrib-epydoc
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
