##// END OF EJS Templates
restore interactive/shell doc with warning...
restore interactive/shell doc with warning * pysh profile code is in deathrow, and needs to be updated to new APIs, and once that is done, the shell doc needs to be updated to match. * also remove `pysh` entry from Start menu until the profile is useful again

File last commit:

r1261:a818e11a merge
r4148:ef06aa71
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