##// END OF EJS Templates
%autocall fixes...
%autocall fixes %autoindent fixes, though I had to disable pasting of code while autoindent is on. Will try to restore it later.

File last commit:

r0:6f629fcc
r106:4a43bd8d
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