##// END OF EJS Templates
Removed outdated dev docs....
Removed outdated dev docs. These things are completey out of date and simply confuse people. We ned to come up with a better organization of our dev docs, but that is a bigger project.

File last commit:

r1261:a818e11a merge
r8187:3100d1ec
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