##// END OF EJS Templates
Fix latex formatting of docstrings, patch by Stefan van der Walt...
Fix latex formatting of docstrings, patch by Stefan van der Walt <stefan-AT-sun.ac.za>.

File last commit:

r0:6f629fcc
r67:d002c3d0
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