Metadata-Version: 1.0
Name: sphinxcontrib.infrae
Version: 1.0
Summary: Add-ons to sphinx to document Zope event and interfaces (and buildout configuration).
Home-page: http://infrae.com
Author: Infrae
Author-email: info@infrae.com
License: BSD
Description: ====================
        sphinxcontrib.infrae
        ====================
        
        Infrae extension for Sphinx. This add:
        
        - Color scheme for Buildout, because the Ini scheme doesn't work for
          multiple line option values.
        
          It defines the code type ``buildout`` for the directive ``code-block``.
        
        - An directive ``autointerface`` to document Zope interfaces.
        
          Example: ``autointerface:: module.name.to.your.interface``.
        
          This create extra documentation if ``zope.schema`` fields are
          encountered on the interface.
        
        - An directive ``autoevent`` to document Zope events.
        
          Example: ``autoevent:: module.name.to.your.event``.
        
        
        Changes
        =======
        
        1.0 (30/04/2012)
        ----------------
        
        - Initial release
        
Keywords: sphinx color buildout zope interface
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
