Metadata-Version: 1.0
Name: sphinxcontrib-aafig
Version: 0.3dev-20090620
Summary: aafig Sphinx extension
Home-page: http://bitbucket.org/birkenfeld/sphinx-contrib
Author: Leandro Lucarella
Author-email: llucax@gmail.com
License: BSD
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-aafig
Description: 
        This package contains the aafigure_ Sphinx_ extension.
        
        .. _aafigure: http://docutils.sourceforge.net/sandbox/aafigure/
        .. _Sphinx: http://sphinx.pocoo.org/
        
        _aafigure is a program and a reStructuredText_ directive to allow embeded ASCII
        art figures to be rendered as nice images in various image formats. The
        aafigure_ directive needs a *hardcoded* image format, so it doesn't goes well
        with Sphinx_ multi-format support.
        
        .. _reStructuredText: http://docutils.sourceforge.net/rst.html
        
        This extension adds the ``aafig`` directive that automatically selects the
        image format to use acording to the Sphinx_ writer used to generate the
        documentation.
        
        Usage example::
        
        .. aafig::
        :scale: 1.5
        :textual:
        
        +-------+         +-----------+
        | Hello +-------->+ aafigure! |
        +-------+         +-----------+
        
        
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
