diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54d77c6..d1349de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: clear-notebooks-output name: clear-notebooks-output files: tools/.*\.ipynb$ - stages: [Nonepre-commitNone] + stages: [pre-commit] language: python entry: jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace additional_dependencies: [jupyter] diff --git a/CHANGELOG.md b/CHANGELOG.md index 06d4672..0e6576b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,9 @@ Keep it human-readable, your future self will thank you! ## [Unreleased](https://github.com/ecmwf/anemoi-utils/compare/0.3.18...HEAD) -## [0.3.18](https://github.com/ecmwf/anemoi-utils/compare/0.3.17...0.3.18) - 2024-10-09 +### Added + +- Add anemoi-transform link to documentation ## [0.3.17](https://github.com/ecmwf/anemoi-utils/compare/0.3.13...0.3.17) - 2024-10-01 diff --git a/docs/conf.py b/docs/conf.py index 7e23ee6..7760336 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -101,6 +101,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 7be4010..a8f98cd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -45,6 +45,7 @@ of the *Anemoi* packages. ***************** - :ref:`anemoi-utils ` +- :ref:`anemoi-transform ` - :ref:`anemoi-datasets ` - :ref:`anemoi-models ` - :ref:`anemoi-graphs `