Skip to content

Commit

Permalink
Add subheadings to schema doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
HCookie committed Feb 20, 2025
1 parent b63f1aa commit 7372610
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions training/docs/modules/schemas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,40 @@ yaml matches the BaseSchema.
:no-undoc-members:
:show-inheritance:

The below schemas are organised below identically to the training config
files,

******
Data
******

.. automodule:: anemoi.training.schemas.data
:members:
:no-undoc-members:
:show-inheritance:

************
Dataloader
************

.. automodule:: anemoi.training.schemas.dataloader
:members:
:no-undoc-members:
:show-inheritance:

**********
Hardware
**********

.. automodule:: anemoi.training.schemas.hardware
:members:
:no-undoc-members:
:show-inheritance:

*******
Graph
*******

.. automodule:: anemoi.training.schemas.graphs.basegraph
:members:
:no-undoc-members:
Expand All @@ -41,6 +60,10 @@ yaml matches the BaseSchema.
:no-undoc-members:
:show-inheritance:

*******
Model
*******

.. automodule:: anemoi.training.schemas.models.models
:members:
:no-undoc-members:
Expand All @@ -61,6 +84,10 @@ yaml matches the BaseSchema.
:no-undoc-members:
:show-inheritance:

**********
Training
**********

.. automodule:: anemoi.training.schemas.training
:members:
:no-undoc-members:
Expand Down

0 comments on commit 7372610

Please sign in to comment.