Moved testing code to the test directory. added __init__.py and some documentation.

This commit is contained in:
Rowan Cockett
2013-10-03 14:55:22 -07:00
parent bed86b9ce4
commit 7cf8ef2310
14 changed files with 144 additions and 274 deletions
-8
View File
@@ -1,8 +0,0 @@
.. _api_GaussNewton:
Gauss Newton
************
.. automodule:: SimPEG.GaussNewton
:members:
:undoc-members:
+8
View File
@@ -0,0 +1,8 @@
.. _api_Inverse:
Optimize
********
.. automodule:: SimPEG.inverse.Optimize
:members:
:undoc-members:
+8
View File
@@ -0,0 +1,8 @@
.. _api_Tests:
Testing SimPEG
**************
.. automodule:: SimPEG.tests.TestUtils
:members:
:undoc-members:
+16 -8
View File
@@ -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
======================