Updates to examples and documentation.

This commit is contained in:
Rowan Cockett
2015-11-24 22:09:50 -08:00
parent 109340c645
commit 56d5019b94
15 changed files with 201 additions and 41 deletions
@@ -0,0 +1,17 @@
.. _examples_Forward_BasicDirectCurrent:
.. ------------------------------ ..
.. THIS FILE IS AUTO GENEREATED ..
.. ------------------------------ ..
Forward BasicDirectCurrent
==========================
.. plot::
from SimPEG import Examples
Examples.Forward_BasicDirectCurrent.run()
.. literalinclude:: ../../SimPEG/Examples/Forward_BasicDirectCurrent.py
:language: python
:linenos:
+17
View File
@@ -0,0 +1,17 @@
.. _examples_Inversion_Linear:
.. ------------------------------ ..
.. THIS FILE IS AUTO GENEREATED ..
.. ------------------------------ ..
Inversion Linear
================
.. plot::
from SimPEG import Examples
Examples.Inversion_Linear.run()
.. literalinclude:: ../../SimPEG/Examples/Inversion_Linear.py
:language: python
:linenos:
+17
View File
@@ -0,0 +1,17 @@
.. _examples_Mesh_QuadTree_Create:
.. ------------------------------ ..
.. THIS FILE IS AUTO GENEREATED ..
.. ------------------------------ ..
Mesh QuadTree Create
====================
.. plot::
from SimPEG import Examples
Examples.Mesh_QuadTree_Create.run()
.. literalinclude:: ../../SimPEG/Examples/Mesh_QuadTree_Create.py
:language: python
:linenos:
+17
View File
@@ -0,0 +1,17 @@
.. _examples_Mesh_ThreeMeshes:
.. ------------------------------ ..
.. THIS FILE IS AUTO GENEREATED ..
.. ------------------------------ ..
Mesh ThreeMeshes
================
.. plot::
from SimPEG import Examples
Examples.Mesh_ThreeMeshes.run()
.. literalinclude:: ../../SimPEG/Examples/Mesh_ThreeMeshes.py
:language: python
:linenos: