Metadata-Version: 1.0
Name: ipython-doctester
Version: 0.1.0
Summary: Run doctests in individual IPython Notebook cells
Home-page: http://pypi.python.org/pypi/ipython_doctester/
Author: Catherine Devlin
Author-email: catherine.devlin@gmail.com
License: MIT
Description: =================
        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
Platform: UNKNOWN
