Metadata-Version: 1.0
Name: docutils-aafigure
Version: 0.3
Summary: ASCII art figures for reStructuredText
Home-page: UNKNOWN
Author: Chris Liechti
Author-email: cliechti@gmx.net
License: UNKNOWN
Description: This package provides a docutils directive that allows to integrate ASCII art
        figures directly into the text.
        
        reST example::
        
        .. aafigure::
        
        +-----+   ^
        |     |   |
        --->+     +---o--->
        |     |   |
        +-----+   V
        
        Please see README.txt for examples.
        
        requires docutils (>= 0.5).
        
        
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
