##// END OF EJS Templates
ipy_completers.quick_completer for easy creation of custom completers
ipy_completers.quick_completer for easy creation of custom completers

File last commit:

r0:6f629fcc
r789:c6a84756
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