Skip to content

Commit

Permalink
Move API outside manual (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae authored May 29, 2024
1 parent bfee468 commit 8222d19
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 27 deletions.
6 changes: 6 additions & 0 deletions docs/api/data_assimilation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Data Assimilation
-----------------

.. automodapi:: resmda.data_assimilation
:no-inheritance-diagram:
:no-heading:
21 changes: 21 additions & 0 deletions docs/api/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. _api:

#############
API reference
#############

:Release: |version|
:Date: |today|

----

.. module:: resmda


.. toctree::
:maxdepth: 2
:hidden:

data_assimilation
reservoir_simulator
utils
6 changes: 6 additions & 0 deletions docs/api/reservoir_simulator.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Reservoir Simulator
-------------------

.. automodapi:: resmda.reservoir_simulator
:no-inheritance-diagram:
:no-heading:
6 changes: 6 additions & 0 deletions docs/api/utils.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Utilities
---------

.. automodapi:: resmda.utils
:no-inheritance-diagram:
:no-heading:
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ resmda Documentation

manual/index
gallery/index
api/index


**TODOs**
Expand Down
26 changes: 0 additions & 26 deletions docs/manual/api.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/manual/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ User Guide
about
installation
references
api

0 comments on commit 8222d19

Please sign in to comment.