##// END OF EJS Templates
Fixes for Jorgen's branch in tests to genutils....
Fixes for Jorgen's branch in tests to genutils. - Make sure that tests run correctly with out write access to test dir. - Fix failure in Unix that depended on where the tests were being run from. - Cleanup: uppercase globals and reuse them rather than recomputing hardcoded paths multiple time.

File last commit:

r1677:03e4c53a
r1843:d22048f9
Show More
index.txt
14 lines | 255 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
parallel_multiengine.txt
parallel_task.txt
parallel_mpi.txt
Brian E Granger
More moving around doc files.
r1257