##// END OF EJS Templates
Fixed numerous bugs with tab completion, including the one recently reported by fperez.
Fixed numerous bugs with tab completion, including the one recently reported by fperez.

File last commit:

r2347:ef857c5c
r2939:6d047e62
Show More
index.txt
19 lines | 350 B | text/plain | TextLexer
Brian E Granger
Updated the main introduction to IPython in the Sphinx docs.
r1400 .. _parallel_index:
Brian E Granger
Massive reorganization of the IPython documentation. It is now ready to be hacked on by users. ...
r1258 ====================================
Brian Granger
Updating the Sphinx docs in preparation for the release....
r1677 Using IPython for parallel computing
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::
:maxdepth: 2
parallel_intro.txt
Brian Granger
Updated the docs for using MPI with IPython.
r1778 parallel_process.txt
Brian E Granger
Beginning to organize the rst documentation.
r1256 parallel_multiengine.txt
parallel_task.txt
parallel_mpi.txt
Brian Granger
Adding a complete description of the IPython security model.
r1756 parallel_security.txt
Brian Granger
Final work on the Win HPC whitepaper.
r2347 parallel_winhpc.txt
parallel_demos.txt
Brian Granger
Cleanup of docs....
r2275