##// END OF EJS Templates
%magic: -rest argument generates restructuredtext output and returns it. indent mglob docstring
%magic: -rest argument generates restructuredtext output and returns it. indent mglob docstring

File last commit:

r1049:c87d640e
r1143:65cdbdff
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