make_gallery_web.py.html CLAWPACK  
 Source file:   make_gallery_web.py
 Directory:   /home/rjl/git/rjleveque/clawpack-4.x/python
 Converted:   Tue Jul 26 2011 at 12:59:07   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 
"""
Create gallery files for the documentation on the Clawpack website.

These tools assume that the examples have already been run and the plots
produced using "make .plots".  

You should use the script python/run_examples.py to do this first.
"""

import gallery as G
import os

#G.claw_html_root='http://kingkong.amath.washington.edu/clawpack/trunk'
#G.claw_html_root='http://faculty.washington.edu/rjl/clawpack-4.x'
G.claw_html_root='http://faculty.washington.edu/rjl/clawpack-4.x'
G.gallery_dir_default = os.path.join(G.clawdir_default,'doc','gallery')  
G.remake = True

G.make_all()