Metadata-Version: 1.1
Name: sphinxcontrib-zopeext
Version: 0.2.1.dev20171010
Summary: Sphinx extension zopeext
Home-page: http://bitbucket.org/birkenfeld/sphinx-contrib
Author: Michael McNeil Forbes
Author-email: michael.forbes+pypim@gmail.com
License: BSD
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-zopeext
Description-Content-Type: UNKNOWN
Description: 
        This package contains the zopeext Sphinx extension.
        
        Documentation: http://packages.python.org/sphinxcontrib-zopeext
        
        Install with ``pip install sphinxcontrib-zopeext``.
        
        To use this extension, include `'sphinxcontrib.zopeext.autointerface'` in your
        `extensions` list in the `conf.py` file for your documentation.
        
        This provides some support for Zope interfaces by providing an `autointerface`
        directive that acts like `autoclass` except uses the Zope interface methods for
        attribute and method lookup (the interface mechanism hides the attributes and
        method so the usual `autoclass` directive fails.)  Interfaces are intended
        to be very different beasts than regular python classes, and as a result require
        customized access to documentation, signatures etc.
        
        See Also
        --------
        * http://sphinx.pocoo.org/
        * http://sphinx.pocoo.org/ext/autodoc.html
        * http://docs.zope.org/zope.interface/README.html
        * http://packages.python.org/sphinxcontrib-zopeext/
        
        
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: Framework :: Zope3
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
