##// 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
Brian Granger
Work on documentation....
r2276 .. _developer_guide:
=========================
IPython developer's guide
=========================
Brian E Granger
Beginning to organize the rst documentation.
r1256
.. toctree::
Brian Granger
Major work on the documentation....
r2277 :maxdepth: 1
Brian E Granger
Beginning to organize the rst documentation.
r1256
Brian Granger
Work on documentation....
r2276 contributing.txt
Fernando Perez
More doc updates....
r1754 coding_guide.txt
doc_guide.txt
Brian Granger
Work on documentation....
r2276 testing.txt
release.txt
Brian E Granger
Beginning to organize the rst documentation.
r1256 roadmap.txt
Brian Granger
Created doc describing the module reorganization.
r1798 reorg.txt
Fernando Perez
Added notes with ideas about new design for %magics.
r2466 magic_blueprint.txt
Brian Granger
Major work on the documentation....
r2277 notification_blueprint.txt
Brian Granger
Continuing work on ipcontroller.
r2288 ipgraph.txt
Brian Granger
Cleanup of docs....
r2275