##// END OF EJS Templates
Restored major default completer functionality (cd, import, run)....
Restored major default completer functionality (cd, import, run). These completers had been put in quarantine, I've done a substantial amount of cleanup and restructuring of this code and put it in core.completerlib. There's still a lot to improve there (in particular adding unittests) but at least now it's much more readable and cleanly structured. This gives us back completion for cd, import and run that 0.10 had and which we had lost since the restructuring when the code was quarantined. Also removed the ipy_stock_completers file, the loading of these completers is now done in the init_completer method.

File last commit:

r2276:cdecc6d2
r2959:4a4ea220
Show More
index.txt
33 lines | 496 B | text/plain | TextLexer
Brian E Granger
Massive reorganization of the IPython documentation. It is now ready to be hacked on by users. ...
r1258 =====================
Brian E Granger
Beginning to organize the rst documentation.
r1256 IPython Documentation
=====================
Fernando Perez
Small fix so docs are generated with a better layout and index.
r1673 .. htmlonly::
Fernando Perez
Final doc updates for release 0.9.1.
r1725 :Release: |release|
Fernando Perez
Small fix so docs are generated with a better layout and index.
r1673 :Date: |today|
Brian Granger
Work on documentation....
r2276 Welcome to the official IPython documentation.
Brian Granger
Cleanup of docs....
r2275
Contents
========
Brian E Granger
Massive reorganization of the IPython documentation. It is now ready to be hacked on by users. ...
r1258
Brian E Granger
Beginning to organize the rst documentation.
r1256 .. toctree::
Brian Granger
Cleanup of docs....
r2275 :maxdepth: 1
Brian E Granger
Beginning to organize the rst documentation.
r1256
Brian E Granger
Massive reorganization of the IPython documentation. It is now ready to be hacked on by users. ...
r1258 overview.txt
Brian Granger
Cleanup of docs....
r2275 whatsnew/index.txt
Brian E Granger
Massive reorganization of the IPython documentation. It is now ready to be hacked on by users. ...
r1258 install/index.txt
interactive/index.txt
parallel/index.txt
config/index.txt
Fernando Perez
Update docs for automatic API building.
r1850 development/index.txt
api/index.txt
Brian Granger
Cleanup of docs....
r2275 faq.txt
about/index.txt
Brian E Granger
Beginning to organize the rst documentation.
r1256
Fernando Perez
Small fix so docs are generated with a better layout and index.
r1673 .. htmlonly::
Brian Granger
Update of docs to reflect the new ipcluster version....
r1788 * :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
Brian Granger
Cleanup of docs....
r2275