forward problem combined in docs

This commit is contained in:
rowanc1
2014-05-17 23:41:05 -07:00
parent bdb62e8046
commit 176ca05351
3 changed files with 17 additions and 16 deletions
@@ -1,8 +1,11 @@
.. _api_Problem:
.. _api_ForwardProblem:
Problem
*******
Forward Problem
***************
Problem Class
=============
The problem is a partial differential equation of the form:
@@ -62,10 +65,20 @@ This can often be computed given a vector (i.e. \\(J(v)\\)) rather than stored,
u(m)
The API
=======
Problem
-------
.. automodule:: SimPEG.Problem
:members:
:undoc-members:
Survey
------
.. automodule:: SimPEG.Survey
:members:
-11
View File
@@ -1,11 +0,0 @@
.. _api_Survey:
Survey
======
.. automodule:: SimPEG.Survey
:show-inheritance:
:members:
:undoc-members:
:inherited-members:
+1 -2
View File
@@ -56,8 +56,7 @@ Forward Problems
.. toctree::
:maxdepth: 2
api_Problem
api_Survey
api_ForwardProblem
Inversion
*********