Skip to content

Commit

Permalink
docs: initialise docstring automodule
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed May 29, 2024
1 parent eb7a642 commit 7ae7c00
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/modules/data_indices.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
##############
Data Indices
##############

.. automodule:: anemoi.models.data_indices
:members:
:no-undoc-members:
:show-inheritance:
8 changes: 8 additions & 0 deletions docs/modules/distributed.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#############
Distributed
#############

.. automodule:: anemoi.models.distributed
:members:
:no-undoc-members:
:show-inheritance:
8 changes: 8 additions & 0 deletions docs/modules/interface.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
###########
Interface
###########

.. automodule:: anemoi.models.interface
:members:
:no-undoc-members:
:show-inheritance:
8 changes: 8 additions & 0 deletions docs/modules/layers.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
########
Layers
########

.. automodule:: anemoi.models.layers
:members:
:no-undoc-members:
:show-inheritance:
8 changes: 8 additions & 0 deletions docs/modules/models.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
########
Models
########

.. automodule:: anemoi.models.models
:members:
:no-undoc-members:
:show-inheritance:
8 changes: 8 additions & 0 deletions docs/modules/preprocessing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
###############
Preprocessing
###############

.. automodule:: anemoi.models.preprocessing
:members:
:no-undoc-members:
:show-inheritance:
8 changes: 8 additions & 0 deletions docs/modules/utils.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#######
Utils
#######

.. automodule:: anemoi.models.utils
:members:
:no-undoc-members:
:show-inheritance:

0 comments on commit 7ae7c00

Please sign in to comment.