##// END OF EJS Templates
Reverted decorators_trial.py and added command line docs....
Reverted decorators_trial.py and added command line docs. * Reverted :mod:`IPython.testing.decorators_trial.py` and everything that uses it. * Updated the command line usage information for ipcluster.

File last commit:

r1261:a818e11a merge
r2510:fe93ed21
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx