diff --git a/CHANGELOG.md b/CHANGELOG.md index 4798ac9..aec182d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Keep it human-readable, your future self will thank you! ### Added +- Add anemoi-transform link to documentation - Codeowners file - Pygrep precommit hooks - Docsig precommit hooks diff --git a/docs/conf.py b/docs/conf.py index d7e0ff3..8a5d568 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,6 +100,10 @@ "https://anemoi-registry.readthedocs.io/en/latest/", ("../../anemoi-registry/docs/_build/html/objects.inv", None), ), + "anemoi-transform": ( + "https://anemoi-transform.readthedocs.io/en/latest/", + ("../../anemoi-transform/docs/_build/html/objects.inv", None), + ), } # -- Options for HTML output ------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index fa8f66b..91da8bd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -48,6 +48,7 @@ weather forecasting. ***************** - :ref:`anemoi-utils ` +- :ref:`anemoi-transform ` - :ref:`anemoi-datasets ` - :ref:`anemoi-models ` - :ref:`anemoi-graphs `