=================
ipython_doctester
=================

Lets you run the doctests of a single class or function at a time.  Useful for 
tutorials based on the IPython Notebook, using doctests for student feeback.

Navigate to this directory and run::

    python setup.py install

See the docstring in ipython_doctester.py for usage.

Thanks to
=========

Brian Granger for technical advice