Metadata-Version: 1.1
Name: sphinx-prompt
Version: 0.2dev2
Summary: 
Sphinx directive to add unselectable prompt

Home-page: http://github.com/sbrunner/sphinx-prompt
Author: Stéphane Brunner
Author-email: stephane.brunner@camptocamp.com
License: BSD
Description: Sphinx Prompt
        =============
        
        .. contents:: Table of contents
        
        Inititlise
        ----------
        
        In ``conf.py`` add ``extensions += ['sphinx-prompt']``.
        
        Syntax
        ------
        
        .. code::
        
            .. prompt:: [<language> [<prompts> [<modifier>]]]
        
               <statements>
        
        Language
        ~~~~~~~~
        
        Supported language:
        
        - ``text`` (no pigments, default)
        - ``bash``
        - ``python``
        - ``scala``
        
        Prompt(s)
        ~~~~~~~~~
        
        If modifier is auto, a coma separated list of prompts to find in the statements.
        
        Else the prompt to add on each statements, for Python and Bash language the end
        ``\`` is supported.
        
        Default to empty, ``$`` for bash language.
        
        Examples
        --------
        
        See: http://sbrunner.github.io/sphinx-prompt/
        
        Build
        -----
        
        .. code::
        
            python bootstrap.py --distribute -v 1.7.1
            ./buildout/bin/buildout
        
Keywords: gis tilecloud chain
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
