New Examples

- Put all examples in same directory
   - Make a single test
   - use __init__.py to create the docs automatically
This commit is contained in:
Rowan Cockett
2015-11-25 16:03:08 -08:00
parent bcfe904015
commit be3667b4ab
30 changed files with 543 additions and 154 deletions
@@ -73,5 +73,4 @@ def run(plotIt=True):
if __name__ == '__main__':
Utils._makeExample(__file__)
run()