##// END OF EJS Templates
Updating docs to reflect recent work on ipcluster....
Updating docs to reflect recent work on ipcluster. * Updated changes.txt with descriptions of recent work. * Updated development/index.txt to include new config blueprint. * Added note in ipcluster to say that this is a tech preview.

File last commit:

r1261:a818e11a merge
r1775:b3cf074d
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