Metadata-Version: 2.1
Name: sphinxcontrib-shoebot
Version: 1.3.2
Summary: Sphinx extension shoebot
Home-page: https://github.com/shoebot/shoebot/tree/readthedocs/doc/sphinxcontrib_shoebot
Author: Stuart Axon
Author-email: stuaxo2@yahoo.com
License: BSD
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
License-File: LICENSE


This package enables Sphinx documents to render graphics using shoebot.

Example::
  
  .. shoebot::
     
     fill(0, 128, 128)
     rect(0, 0, 40, 40)
      


