##// END OF EJS Templates
Merging Fernando's trunk (fp-trunk-dev) and Brian's edits (fp-review)....
Merging Fernando's trunk (fp-trunk-dev) and Brian's edits (fp-review). This is a huge merge of months worth of work by Fernando and Brian. Some highlights: * The test suite has been ported to use the new APIs. * The test suite runs and passes on all platforms!!! * The IPython Sphinx directive has been updated to use the new APIs. * %history works again. * New %tb magic for showing last traceback. * Significant design improvements in the config loaders and applications. * Zillions of bugs fixed. * Completely new %pylab implementation that uses the new GUI support. This allows pylab to be enabled *at runtime*. * Many other things.

File last commit:

r2466:d8c93552
r2515:08ca9176 merge
Show More
index.txt
20 lines | 315 B | text/plain | TextLexer
.. _developer_guide:
=========================
IPython developer's guide
=========================
.. toctree::
:maxdepth: 1
contributing.txt
coding_guide.txt
doc_guide.txt
testing.txt
release.txt
roadmap.txt
reorg.txt
magic_blueprint.txt
notification_blueprint.txt
ipgraph.txt