make_gallery.py.html | ![]() |
Source file: make_gallery.py | |
Directory: /home/rjl/git/rjleveque/clawpack-4.x/python | |
Converted: Sun May 15 2011 at 19:16:12 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/run_examples.py to do this first. """ import gallery gallery.make_all() # Instead you can just make smaller galleries, e.g. # gallery.make_1d()