##// END OF EJS Templates
Add new testing support machinery with better parametric tests....
Add new testing support machinery with better parametric tests. Also included are new tools for doctests with ipython syntax.

File last commit:

r2347:ef857c5c
r2368:277cf879
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