##// END OF EJS Templates
clarify TaskScheduler.hwm doc...
clarify TaskScheduler.hwm doc changes version inequality to 0.13, where the change happened, and clarifies that the code block is an example for a config file

File last commit:

r1261:a818e11a merge
r8436:c2ef334f
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