##// END OF EJS Templates
Update output streams so we can redirect stdout with only stats to a file....
Update output streams so we can redirect stdout with only stats to a file. Previously, input prompts (like username/pwd) were going to stdout, effectively breaking the tool if used as directed in the instructions.

File last commit:

r22658:83b460be
r22673:83f65acb
Show More
index.rst
27 lines | 722 B | text/x-rst | RstLexer

Guide for IPython core Developers

This guide documents the development of IPython itself. Alternatively, developers of third party tools and libraries that use IPython should see the :doc:`../development/index`.

For instruction on how to make a developer install see :ref:`devinstall`.

Old Documentation

Out of date documentation is still available and have been kept for archival purposes.

Developers working on IPython should also consult the developer information on the IPython GitHub wiki.