##// END OF EJS Templates
The input object can now be passed to the constructor of ibrowse/igrid....
The input object can now be passed to the constructor of ibrowse/igrid. This makes it possible to use them with objects that implement __or__.

File last commit:

r0:6f629fcc
r951:e3d7ba5e
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