##// END OF EJS Templates
Small fixes to get a cleaner doc build, and junk removal....
Small fixes to get a cleaner doc build, and junk removal. Cleaned miscellaneous warnings raised by the doc build by fixing little reST compliance issues, and removed the testing/attic directory which was unused by now.

File last commit:

r1261:a818e11a merge
r2109:93b5c4cd
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