Metadata-Version: 1.1
Name: sphinxcontrib-proceduralimage
Version: 0.2
Summary: proceduralimage Sphinx extension
Home-page: https://github.com/timo/sphinxcontrib-proceduralimage
Author: Timo Paulssen
Author-email: timonator@perpetuum-immobile.de
License: BSD
Description: This package adds the proceduralimage directive to Sphinx_.
        
        .. _Sphinx: http://sphinx.pocoo.org/
        
        It allows a python code snippet to be supplied, that generates an image, that
        will be included in the documentation.
        
        It adds a single directive, `proceduralimage`. It takes a block of python
        code, executes the code and extracts the local variables `image_data` and
        `alt`. image_data will be saved to a .png in _images and embedded and
        the alt variable will be used as the images alt tag.
        
        Acknowledgements
        ----------------
        
        The code is based almost entirely on sphinx.ext.graphviz.
        
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Utilities
