From 2a159e20b9c5a294271ac7d914cb5703ab5df03f Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Mon, 30 May 2016 20:34:10 -0700 Subject: [PATCH] update docs for examples to point to the correct path --- docs/content/examples/DC_Analytic_Dipole.rst | 2 +- docs/content/examples/DC_Forward_PseudoSection.rst | 2 +- docs/content/examples/EM_FDEM_1D_Inversion.rst | 2 +- docs/content/examples/EM_FDEM_Analytic_MagDipoleWholespace.rst | 2 +- docs/content/examples/EM_Schenkel_Morrison_Casing.rst | 2 +- docs/content/examples/EM_TDEM_1D_Inversion.rst | 2 +- docs/content/examples/FLOW_Richards_1D_Celia1990.rst | 2 +- docs/content/examples/Inversion_Linear.rst | 2 +- docs/content/examples/MT_1D_ForwardAndInversion.rst | 2 +- docs/content/examples/MT_3D_Foward.rst | 2 +- docs/content/examples/Mesh_Basic_ForwardDC.rst | 2 +- docs/content/examples/Mesh_Basic_PlotImage.rst | 2 +- docs/content/examples/Mesh_Basic_Types.rst | 2 +- docs/content/examples/Mesh_Operators_CahnHilliard.rst | 2 +- docs/content/examples/Mesh_QuadTree_Creation.rst | 2 +- docs/content/examples/Mesh_QuadTree_FaceDiv.rst | 2 +- docs/content/examples/Mesh_QuadTree_HangingNodes.rst | 2 +- docs/content/examples/Mesh_Tensor_Creation.rst | 2 +- docs/content/examples/Utils_surface2ind_topo.rst | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/content/examples/DC_Analytic_Dipole.rst b/docs/content/examples/DC_Analytic_Dipole.rst index f3d06058..9f895944 100644 --- a/docs/content/examples/DC_Analytic_Dipole.rst +++ b/docs/content/examples/DC_Analytic_Dipole.rst @@ -16,6 +16,6 @@ DC Analytic Dipole from SimPEG import Examples Examples.DC_Analytic_Dipole.run() -.. literalinclude:: ../../SimPEG/Examples/DC_Analytic_Dipole.py +.. literalinclude:: ../../../../SimPEG/Examples/DC_Analytic_Dipole.py :language: python :linenos: diff --git a/docs/content/examples/DC_Forward_PseudoSection.rst b/docs/content/examples/DC_Forward_PseudoSection.rst index 4231e944..2afb4a34 100644 --- a/docs/content/examples/DC_Forward_PseudoSection.rst +++ b/docs/content/examples/DC_Forward_PseudoSection.rst @@ -31,6 +31,6 @@ Created by @fourndo from SimPEG import Examples Examples.DC_Forward_PseudoSection.run() -.. literalinclude:: ../../SimPEG/Examples/DC_Forward_PseudoSection.py +.. literalinclude:: ../../../../SimPEG/Examples/DC_Forward_PseudoSection.py :language: python :linenos: diff --git a/docs/content/examples/EM_FDEM_1D_Inversion.rst b/docs/content/examples/EM_FDEM_1D_Inversion.rst index acbc8cdc..c087d81a 100644 --- a/docs/content/examples/EM_FDEM_1D_Inversion.rst +++ b/docs/content/examples/EM_FDEM_1D_Inversion.rst @@ -21,6 +21,6 @@ Here we will create and run a FDEM 1D inversion. from SimPEG import Examples Examples.EM_FDEM_1D_Inversion.run() -.. literalinclude:: ../../SimPEG/Examples/EM_FDEM_1D_Inversion.py +.. literalinclude:: ../../../../SimPEG/Examples/EM_FDEM_1D_Inversion.py :language: python :linenos: diff --git a/docs/content/examples/EM_FDEM_Analytic_MagDipoleWholespace.rst b/docs/content/examples/EM_FDEM_Analytic_MagDipoleWholespace.rst index 0e1b2d93..418175db 100644 --- a/docs/content/examples/EM_FDEM_Analytic_MagDipoleWholespace.rst +++ b/docs/content/examples/EM_FDEM_Analytic_MagDipoleWholespace.rst @@ -21,6 +21,6 @@ Here we plot the magnetic flux density from a harmonic dipole in a wholespace. from SimPEG import Examples Examples.EM_FDEM_Analytic_MagDipoleWholespace.run() -.. literalinclude:: ../../SimPEG/Examples/EM_FDEM_Analytic_MagDipoleWholespace.py +.. literalinclude:: ../../../../SimPEG/Examples/EM_FDEM_Analytic_MagDipoleWholespace.py :language: python :linenos: diff --git a/docs/content/examples/EM_Schenkel_Morrison_Casing.rst b/docs/content/examples/EM_Schenkel_Morrison_Casing.rst index 5ff3432e..e845105b 100644 --- a/docs/content/examples/EM_Schenkel_Morrison_Casing.rst +++ b/docs/content/examples/EM_Schenkel_Morrison_Casing.rst @@ -56,6 +56,6 @@ citation would be much appreciated! from SimPEG import Examples Examples.EM_Schenkel_Morrison_Casing.run() -.. literalinclude:: ../../SimPEG/Examples/EM_Schenkel_Morrison_Casing.py +.. literalinclude:: ../../../../SimPEG/Examples/EM_Schenkel_Morrison_Casing.py :language: python :linenos: diff --git a/docs/content/examples/EM_TDEM_1D_Inversion.rst b/docs/content/examples/EM_TDEM_1D_Inversion.rst index 53f6f9ef..7619305b 100644 --- a/docs/content/examples/EM_TDEM_1D_Inversion.rst +++ b/docs/content/examples/EM_TDEM_1D_Inversion.rst @@ -21,6 +21,6 @@ Here we will create and run a TDEM 1D inversion. from SimPEG import Examples Examples.EM_TDEM_1D_Inversion.run() -.. literalinclude:: ../../SimPEG/Examples/EM_TDEM_1D_Inversion.py +.. literalinclude:: ../../../../SimPEG/Examples/EM_TDEM_1D_Inversion.py :language: python :linenos: diff --git a/docs/content/examples/FLOW_Richards_1D_Celia1990.rst b/docs/content/examples/FLOW_Richards_1D_Celia1990.rst index d2e01c13..cb4c0e02 100644 --- a/docs/content/examples/FLOW_Richards_1D_Celia1990.rst +++ b/docs/content/examples/FLOW_Richards_1D_Celia1990.rst @@ -47,6 +47,6 @@ Here we reproduce the results from Celia1990_ demonstrating the head-based formu from SimPEG import Examples Examples.FLOW_Richards_1D_Celia1990.run() -.. literalinclude:: ../../SimPEG/Examples/FLOW_Richards_1D_Celia1990.py +.. literalinclude:: ../../../../SimPEG/Examples/FLOW_Richards_1D_Celia1990.py :language: python :linenos: diff --git a/docs/content/examples/Inversion_Linear.rst b/docs/content/examples/Inversion_Linear.rst index d635d8e1..83109128 100644 --- a/docs/content/examples/Inversion_Linear.rst +++ b/docs/content/examples/Inversion_Linear.rst @@ -21,6 +21,6 @@ Here we go over the basics of creating a linear problem and inversion. from SimPEG import Examples Examples.Inversion_Linear.run() -.. literalinclude:: ../../SimPEG/Examples/Inversion_Linear.py +.. literalinclude:: ../../../../SimPEG/Examples/Inversion_Linear.py :language: python :linenos: diff --git a/docs/content/examples/MT_1D_ForwardAndInversion.rst b/docs/content/examples/MT_1D_ForwardAndInversion.rst index bc834215..d137bcb0 100644 --- a/docs/content/examples/MT_1D_ForwardAndInversion.rst +++ b/docs/content/examples/MT_1D_ForwardAndInversion.rst @@ -22,6 +22,6 @@ Setup and run a MT 1D inversion. from SimPEG import Examples Examples.MT_1D_ForwardAndInversion.run() -.. literalinclude:: ../../SimPEG/Examples/MT_1D_ForwardAndInversion.py +.. literalinclude:: ../../../../SimPEG/Examples/MT_1D_ForwardAndInversion.py :language: python :linenos: diff --git a/docs/content/examples/MT_3D_Foward.rst b/docs/content/examples/MT_3D_Foward.rst index 142a62a4..916c47cd 100644 --- a/docs/content/examples/MT_3D_Foward.rst +++ b/docs/content/examples/MT_3D_Foward.rst @@ -21,6 +21,6 @@ Forward model 3D MT data. from SimPEG import Examples Examples.MT_3D_Foward.run() -.. literalinclude:: ../../SimPEG/Examples/MT_3D_Foward.py +.. literalinclude:: ../../../../SimPEG/Examples/MT_3D_Foward.py :language: python :linenos: diff --git a/docs/content/examples/Mesh_Basic_ForwardDC.rst b/docs/content/examples/Mesh_Basic_ForwardDC.rst index df18050e..fe158027 100644 --- a/docs/content/examples/Mesh_Basic_ForwardDC.rst +++ b/docs/content/examples/Mesh_Basic_ForwardDC.rst @@ -20,6 +20,6 @@ Mesh: Basic Forward 2D DC Resistivity from SimPEG import Examples Examples.Mesh_Basic_ForwardDC.run() -.. literalinclude:: ../../SimPEG/Examples/Mesh_Basic_ForwardDC.py +.. literalinclude:: ../../../../SimPEG/Examples/Mesh_Basic_ForwardDC.py :language: python :linenos: diff --git a/docs/content/examples/Mesh_Basic_PlotImage.rst b/docs/content/examples/Mesh_Basic_PlotImage.rst index a730f303..63d8c93b 100644 --- a/docs/content/examples/Mesh_Basic_PlotImage.rst +++ b/docs/content/examples/Mesh_Basic_PlotImage.rst @@ -22,6 +22,6 @@ You can use M.PlotImage to plot images on all of the Meshes. from SimPEG import Examples Examples.Mesh_Basic_PlotImage.run() -.. literalinclude:: ../../SimPEG/Examples/Mesh_Basic_PlotImage.py +.. literalinclude:: ../../../../SimPEG/Examples/Mesh_Basic_PlotImage.py :language: python :linenos: diff --git a/docs/content/examples/Mesh_Basic_Types.rst b/docs/content/examples/Mesh_Basic_Types.rst index 9bbce0e8..b77e7a6f 100644 --- a/docs/content/examples/Mesh_Basic_Types.rst +++ b/docs/content/examples/Mesh_Basic_Types.rst @@ -21,6 +21,6 @@ Here we show SimPEG used to create three different types of meshes. from SimPEG import Examples Examples.Mesh_Basic_Types.run() -.. literalinclude:: ../../SimPEG/Examples/Mesh_Basic_Types.py +.. literalinclude:: ../../../../SimPEG/Examples/Mesh_Basic_Types.py :language: python :linenos: diff --git a/docs/content/examples/Mesh_Operators_CahnHilliard.rst b/docs/content/examples/Mesh_Operators_CahnHilliard.rst index 9786e911..ece0eef9 100644 --- a/docs/content/examples/Mesh_Operators_CahnHilliard.rst +++ b/docs/content/examples/Mesh_Operators_CahnHilliard.rst @@ -52,6 +52,6 @@ field separating as the time increases. from SimPEG import Examples Examples.Mesh_Operators_CahnHilliard.run() -.. literalinclude:: ../../SimPEG/Examples/Mesh_Operators_CahnHilliard.py +.. literalinclude:: ../../../../SimPEG/Examples/Mesh_Operators_CahnHilliard.py :language: python :linenos: diff --git a/docs/content/examples/Mesh_QuadTree_Creation.rst b/docs/content/examples/Mesh_QuadTree_Creation.rst index 5db5a982..0e8e1a2d 100644 --- a/docs/content/examples/Mesh_QuadTree_Creation.rst +++ b/docs/content/examples/Mesh_QuadTree_Creation.rst @@ -26,6 +26,6 @@ on an 8x8 mesh (2^3). from SimPEG import Examples Examples.Mesh_QuadTree_Creation.run() -.. literalinclude:: ../../SimPEG/Examples/Mesh_QuadTree_Creation.py +.. literalinclude:: ../../../../SimPEG/Examples/Mesh_QuadTree_Creation.py :language: python :linenos: diff --git a/docs/content/examples/Mesh_QuadTree_FaceDiv.rst b/docs/content/examples/Mesh_QuadTree_FaceDiv.rst index 6bfdd47f..ac1b6fb8 100644 --- a/docs/content/examples/Mesh_QuadTree_FaceDiv.rst +++ b/docs/content/examples/Mesh_QuadTree_FaceDiv.rst @@ -21,6 +21,6 @@ Mesh: QuadTree: FaceDiv from SimPEG import Examples Examples.Mesh_QuadTree_FaceDiv.run() -.. literalinclude:: ../../SimPEG/Examples/Mesh_QuadTree_FaceDiv.py +.. literalinclude:: ../../../../SimPEG/Examples/Mesh_QuadTree_FaceDiv.py :language: python :linenos: diff --git a/docs/content/examples/Mesh_QuadTree_HangingNodes.rst b/docs/content/examples/Mesh_QuadTree_HangingNodes.rst index 93875478..829632d3 100644 --- a/docs/content/examples/Mesh_QuadTree_HangingNodes.rst +++ b/docs/content/examples/Mesh_QuadTree_HangingNodes.rst @@ -26,6 +26,6 @@ on an 8x8 mesh (2^3). from SimPEG import Examples Examples.Mesh_QuadTree_HangingNodes.run() -.. literalinclude:: ../../SimPEG/Examples/Mesh_QuadTree_HangingNodes.py +.. literalinclude:: ../../../../SimPEG/Examples/Mesh_QuadTree_HangingNodes.py :language: python :linenos: diff --git a/docs/content/examples/Mesh_Tensor_Creation.rst b/docs/content/examples/Mesh_Tensor_Creation.rst index e6cc5b67..90c94d43 100644 --- a/docs/content/examples/Mesh_Tensor_Creation.rst +++ b/docs/content/examples/Mesh_Tensor_Creation.rst @@ -38,6 +38,6 @@ notation:: from SimPEG import Examples Examples.Mesh_Tensor_Creation.run() -.. literalinclude:: ../../SimPEG/Examples/Mesh_Tensor_Creation.py +.. literalinclude:: ../../../../SimPEG/Examples/Mesh_Tensor_Creation.py :language: python :linenos: diff --git a/docs/content/examples/Utils_surface2ind_topo.rst b/docs/content/examples/Utils_surface2ind_topo.rst index 7ff007d1..ef08eae8 100644 --- a/docs/content/examples/Utils_surface2ind_topo.rst +++ b/docs/content/examples/Utils_surface2ind_topo.rst @@ -23,6 +23,6 @@ a topographic surface. from SimPEG import Examples Examples.Utils_surface2ind_topo.run() -.. literalinclude:: ../../SimPEG/Examples/Utils_surface2ind_topo.py +.. literalinclude:: ../../../../SimPEG/Examples/Utils_surface2ind_topo.py :language: python :linenos: