##// END OF EJS Templates
Make a global variable out of the color scheme table used for coloring...
Make a global variable out of the color scheme table used for coloring exception tracebacks. Thanks to a patch by pabw, see http://www.scipy.net/roundup/ipython/issue35.

File last commit:

r0:6f629fcc
r4:79c0cdc8
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