Skip to content

Commit b47aaf0

Browse files
b8raoultgmertes
authored andcommitted
add link to transform
1 parent 79f8a71 commit b47aaf0

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ Please add your functional changes to the appropriate section in the PR.
99
Keep it human-readable, your future self will thank you!
1010

1111
## [Unreleased]
12+
1213
### Added
1314

15+
- Add anemoi-transform link to documentation
16+
1417
### Changed
1518

1619
- Add cos_solar_zenith_angle to list of known forcings

docs/conf.py

+4
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@
103103
"https://anemoi-registry.readthedocs.io/en/latest/",
104104
("../../anemoi-registry/docs/_build/html/objects.inv", None),
105105
),
106+
"anemoi-transform": (
107+
"https://anemoi-transform.readthedocs.io/en/latest/",
108+
("../../anemoi-transform/docs/_build/html/objects.inv", None),
109+
),
106110
}
107111

108112

docs/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ of the *Anemoi* packages.
5959
*****************
6060

6161
- :ref:`anemoi-utils <anemoi-utils:index-page>`
62+
- :ref:`anemoi-transform <anemoi-transform:index-page>`
6263
- :ref:`anemoi-datasets <anemoi-datasets:index-page>`
6364
- :ref:`anemoi-models <anemoi-models:index-page>`
6465
- :ref:`anemoi-graphs <anemoi-graphs:index-page>`

0 commit comments

Comments
 (0)