docs and import for DC_PseudoSection_Simulation.rst

This commit is contained in:
Lindsey Heagy
2016-02-03 20:12:55 -08:00
parent 3eeb5dbd3c
commit 433457f649
2 changed files with 30 additions and 1 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
# Run this file to add imports.
##### AUTOIMPORTS #####
import DC_PseudoSection_Simulation
import EM_FDEM_Analytic_MagDipoleWholespace
import EM_TDEM_1D_Inversion
import FLOW_Richards_1D_Celia1990
@@ -14,7 +15,7 @@ import Mesh_QuadTree_FaceDiv
import Mesh_QuadTree_HangingNodes
import Mesh_Tensor_Creation
__examples__ = ["EM_FDEM_Analytic_MagDipoleWholespace", "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"]
__examples__ = ["DC_PseudoSection_Simulation", "EM_FDEM_Analytic_MagDipoleWholespace", "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 #####
@@ -0,0 +1,28 @@
.. _examples_DC_PseudoSection_Simulation:
.. --------------------------------- ..
.. ..
.. THIS FILE IS AUTO GENEREATED ..
.. ..
.. SimPEG/Examples/__init__.py ..
.. ..
.. --------------------------------- ..
orward Simulation
ard model conductive spheres in a half-space and plot a pseudo-section
ted on Mon Feb 01 19:28:06 2016
rndo
.. plot::
from SimPEG import Examples
Examples.DC_PseudoSection_Simulation.run()
.. literalinclude:: ../../SimPEG/Examples/DC_PseudoSection_Simulation.py
:language: python
:linenos: