##// END OF EJS Templates
Removing various references to the threaded shells and -pylab....
Removing various references to the threaded shells and -pylab. For now, the -pylab and -*thread command line options are no-ops, meaning that they are accepted as valid, but don't do anything. In the future we need to add messages describing how they are deprecated.

File last commit:

r1261:a818e11a merge
r2072:fa1f4203
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