mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-09 11:34:26 +08:00
Updates to travis and documentation
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
.. _api_DC:
|
||||
.. _api_FDEM:
|
||||
|
||||
|
||||
DC
|
||||
**
|
||||
Base Classes
|
||||
************
|
||||
|
||||
.. automodule:: simpegDC.DC
|
||||
.. automodule:: simpegEM.FDEM
|
||||
:show-inheritance:
|
||||
:members:
|
||||
:undoc-members:
|
||||
@@ -0,0 +1,21 @@
|
||||
.. _api_TDEM:
|
||||
|
||||
|
||||
Base Classes
|
||||
************
|
||||
|
||||
.. automodule:: simpegEM.TDEM.BaseTDEM
|
||||
:show-inheritance:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:inherited-members:
|
||||
|
||||
|
||||
TDEM - B formulation
|
||||
********************
|
||||
|
||||
.. automodule:: simpegEM.TDEM.TDEM_b
|
||||
:show-inheritance:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:inherited-members:
|
||||
@@ -0,0 +1,23 @@
|
||||
.. _api_Utils:
|
||||
|
||||
|
||||
Analytic Functions
|
||||
******************
|
||||
|
||||
.. automodule:: simpegEM.Utils.Ana.TEM
|
||||
:show-inheritance:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:inherited-members:
|
||||
|
||||
|
||||
Sources
|
||||
*******
|
||||
|
||||
.. automodule:: simpegEM.Utils.Sources.magneticDipole
|
||||
:show-inheritance:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:inherited-members:
|
||||
|
||||
|
||||
+21
-6
@@ -7,17 +7,32 @@ SimPEG (Simulation and Parameter Estimation in Geophysics) is a python
|
||||
package for simulation and gradient based parameter estimation in the
|
||||
context of geoscience applications.
|
||||
|
||||
SimPEG-DC uses SimPEG as the framework for the forward and inverse
|
||||
direct current resistivity geophysical problem.
|
||||
SimPEG-EM uses SimPEG as the framework for the forward and inverse
|
||||
electromagnetics geophysical problems.
|
||||
|
||||
|
||||
DC
|
||||
==
|
||||
Time Domian Electromagnetics
|
||||
============================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
api_DC
|
||||
api_TDEM
|
||||
|
||||
Frequency Domian Electromagnetics
|
||||
=================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
api_FDEM
|
||||
|
||||
Utils
|
||||
=====
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
api_Utils
|
||||
|
||||
|
||||
Testing SimPEG
|
||||
|
||||
Reference in New Issue
Block a user