mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-11 11:26:01 +08:00
Moved testing code to the test directory. added __init__.py and some documentation.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
.. _api_GaussNewton:
|
||||
|
||||
Gauss Newton
|
||||
************
|
||||
|
||||
.. automodule:: SimPEG.GaussNewton
|
||||
:members:
|
||||
:undoc-members:
|
||||
@@ -0,0 +1,8 @@
|
||||
.. _api_Inverse:
|
||||
|
||||
Optimize
|
||||
********
|
||||
|
||||
.. automodule:: SimPEG.inverse.Optimize
|
||||
:members:
|
||||
:undoc-members:
|
||||
@@ -0,0 +1,8 @@
|
||||
.. _api_Tests:
|
||||
|
||||
Testing SimPEG
|
||||
**************
|
||||
|
||||
.. automodule:: SimPEG.tests.TestUtils
|
||||
:members:
|
||||
:undoc-members:
|
||||
+16
-8
@@ -30,14 +30,6 @@ Meshing & Operators
|
||||
api_DiffOperators
|
||||
api_InnerProducts
|
||||
|
||||
Inversion
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
api_GaussNewton
|
||||
|
||||
Forward Problems
|
||||
================
|
||||
|
||||
@@ -46,6 +38,22 @@ Forward Problems
|
||||
|
||||
api_Problem
|
||||
|
||||
Inversion
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
api_Optimize
|
||||
|
||||
Testing SimPEG
|
||||
==============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
api_Tests
|
||||
|
||||
|
||||
Project Index & Search
|
||||
======================
|
||||
|
||||
Reference in New Issue
Block a user