Skip to content

Commit

Permalink
Added user reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Gomez-Dans committed Oct 31, 2018
1 parent 6f5c979 commit 52ac16d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Welcome to gp_emulator's documentation!
introduction.rst
quickstart.rst
emulating_rt_model.rst
user_reference.rst


Indices and tables
Expand Down
24 changes: 24 additions & 0 deletions docs/user_reference.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.. automodule:: sar_pre_processing.sar_pre_processor
:members:
:undoc-members:
:show-inheritance:


User Reference
=================

The `GaussianProcess` class
-----------------------------

.. automodule:: gp_emulator.GaussianProcess
:members:
:undoc-members:
:show-inheritance:

The `MultivariateEmulator` class
-----------------------------

.. automodule:: gp_emulator.MultivariateEmulator
:members:
:undoc-members:
:show-inheritance:

0 comments on commit 52ac16d

Please sign in to comment.