Skip to content

Commit

Permalink
updated examples init to also update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lheagy committed Jan 15, 2016
1 parent 7a4aa4d commit 0b971f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions SimPEG/Examples/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Run this file to add imports.

##### AUTOIMPORTS #####
import EM_FDEM_1D_Inversion
import EM_TDEM_1D_Inversion
import FLOW_Richards_1D_Celia1990
import Forward_BasicDirectCurrent
import Inversion_Linear
Expand All @@ -13,7 +13,7 @@
import Mesh_QuadTree_HangingNodes
import Mesh_Tensor_Creation

__examples__ = ["EM_FDEM_1D_Inversion", "FLOW_Richards_1D_Celia1990", "Forward_BasicDirectCurrent", "Inversion_Linear", "Mesh_Basic_PlotImage", "Mesh_Basic_Types", "Mesh_Operators_CahnHilliard", "Mesh_QuadTree_Creation", "Mesh_QuadTree_FaceDiv", "Mesh_QuadTree_HangingNodes", "Mesh_Tensor_Creation"]
__examples__ = ["EM_TDEM_1D_Inversion", "FLOW_Richards_1D_Celia1990", "Forward_BasicDirectCurrent", "Inversion_Linear", "Mesh_Basic_PlotImage", "Mesh_Basic_Types", "Mesh_Operators_CahnHilliard", "Mesh_QuadTree_Creation", "Mesh_QuadTree_FaceDiv", "Mesh_QuadTree_HangingNodes", "Mesh_Tensor_Creation"]

##### AUTOIMPORTS #####

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _examples_EM_FDEM_1D_Inversion:
.. _examples_EM_TDEM_1D_Inversion:

.. --------------------------------- ..
.. ..
Expand All @@ -9,18 +9,18 @@
.. --------------------------------- ..
EM: FDEM: 1D: Inversion
EM: TDEM: 1D: Inversion
=======================

Here we will create and run a FDEM 1D inversion.
Here we will create and run a TDEM 1D inversion.



.. plot::

from SimPEG import Examples
Examples.EM_FDEM_1D_Inversion.run()
Examples.EM_TDEM_1D_Inversion.run()

.. literalinclude:: ../../SimPEG/Examples/EM_FDEM_1D_Inversion.py
.. literalinclude:: ../../SimPEG/Examples/EM_TDEM_1D_Inversion.py
:language: python
:linenos:

0 comments on commit 0b971f4

Please sign in to comment.