##// END OF EJS Templates
with -pylab_import_all, put all names to user_config_ns in order to not clutter %whos
with -pylab_import_all, put all names to user_config_ns in order to not clutter %whos

File last commit:

r1032:4aabf05c
r1048:200c756c
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