##// END OF EJS Templates
fix mcpricer example...
fix mcpricer example The meshgrid used for plotting was completely wrong Use regular x,y plot instead, and add figure() calls, so that it isn't broken everywhere but the notebook with inline backend and default config. figures in parallel docs are regenerated with the changes

File last commit:

r1261:a818e11a merge
r5486:79538b03
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