make_gallery.py.html CLAWPACK  
 Source file:   make_gallery.py
 Directory:   /Users/rjl/git/rjleveque/clawpack-4.6.3/python
 Converted:   Mon Jan 21 2013 at 20:16:06   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()