Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
docs: add distributed
Browse files Browse the repository at this point in the history
  • Loading branch information
theissenhelen committed May 30, 2024
1 parent 98b7ba5 commit d72a86a
Showing 1 changed file with 59 additions and 1 deletion.
60 changes: 59 additions & 1 deletion docs/modules/distributed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,68 @@
Distributed
#############

*******
graph
*******

.. automodule:: anemoi.models.distributed.graph
:members:
:no-undoc-members:
:show-inheritance:

************
khop_edges
************

.. automodule:: anemoi.models.distributed.khop_edges
:members:
:no-undoc-members:
:show-inheritance:

..
*************
..
primitives
..
*************
..
.. automodule:: anemoi.models.distributed.primitives
..
:members:
..
:no-undoc-members:
..
:show-inheritance:
********
shapes
********

.. automodule:: anemoi.models.distributed.shapes
:members:
:no-undoc-members:
:show-inheritance:

*************
transformer
*************

.. automodule:: anemoi.models.distributed.transformer
:members:
:no-undoc-members:
:show-inheritance:

*******
utils
*******

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

0 comments on commit d72a86a

Please sign in to comment.