##// END OF EJS Templates
Skip doctesting of module docstring....
Skip doctesting of module docstring. In this case it is just an illustrative example and not an actual doctest.

File last commit:

r1261:a818e11a merge
r4866:5c6c629f
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