Metadata-Version: 1.1
Name: sphinx-epytext
Version: 0.0.3
Summary: Sphinx "epytext" extension.
Home-page: https://github.com/jayvdb/sphinx-epytext
Author: John Vandenberg
Author-email: jayvdb@gmail.com
License: MIT
Download-URL: http://pypi.python.org/pypi/sphinx-epytext
Description: Sphinx epytext support
        ======================
        
        Basic support for epytext docstrings.
        
        - Replaces '@' in docstrings with ':' for epydoc fields
        - Replaces L{..} and C{..} with :py:obj:`..`
        - Removes U{..} from around links
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
