##// END OF EJS Templates
Reorganization of readline and completion dependent code....
Reorganization of readline and completion dependent code. Better isolation of code that is truly associated with the readline library, vs code for generic text completion, since now we do completion outside of readline (over the network).

File last commit:

r2275:d8b3ced1
r2956:d4964e7a
Show More
index.txt
11 lines | 106 B | text/plain | TextLexer
Brian E Granger
Updated the main introduction to IPython in the Sphinx docs.
r1400 .. _install_index:
Fernando Perez
Documentation updates....
r1753 ============
Brian E Granger
Massive reorganization of the IPython documentation. It is now ready to be hacked on by users. ...
r1258 Installation
Fernando Perez
Documentation updates....
r1753 ============
Brian E Granger
Beginning to organize the rst documentation.
r1256
.. toctree::
:maxdepth: 2
Brian Granger
Merging upstream work, and fixing installation docs....
r1675 install.txt
Brian Granger
Cleanup of docs....
r2275