.. PowerConsole documentation master file, created by
   sphinx-quickstart on Tue May 19 14:29:52 2009.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

###########################################
PowerConsole - The Advanced Command Console
###########################################

PowerConsole is enhanced python interpreter that can host user defined commands.
Uses pyparsing-based grammars for user commands to translate them into python calls,
so it has limited support for mixing them with Python code.

Contents:

.. toctree::
   :maxdepth: 2

   concept
   stdcmd
   new-commands.txt
   pwc

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

