make_gallery.py.html CLAWPACK  
 Source file:   make_gallery.py
 Directory:   /Users/rjl/git/rjleveque/clawpack-4.6.2/python
 Converted:   Wed May 30 2012 at 13:02:53   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 
"""
Create gallery files for local viewing.

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

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

import gallery

gallery.make_all()

# Instead you can just make smaller galleries, e.g.
# gallery.make_1d()