Skip to content

Commit 2a88ece

Browse files
authored
add link to transform (#82)
1 parent 98a60da commit 2a88ece

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Keep it human-readable, your future self will thank you!
1010

1111
## [Unreleased](https://github.com/ecmwf/anemoi-datasets/compare/0.5.7...HEAD)
1212

13+
### Added
14+
15+
- Add anemoi-transform link to documentation
16+
1317
## [0.5.7](https://github.com/ecmwf/anemoi-datasets/compare/0.5.6...0.5.7) - 2024-10-09
1418

1519
## [Allow for unknown CF coordinates](https://github.com/ecmwf/anemoi-datasets/compare/0.5.5...0.5.6) - 2024-10-04

docs/conf.py

+4
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@
107107
"https://anemoi-registry.readthedocs.io/en/latest/",
108108
("../../anemoi-registry/docs/_build/html/objects.inv", None),
109109
),
110+
"anemoi-transform": (
111+
"https://anemoi-transform.readthedocs.io/en/latest/",
112+
("../../anemoi-transform/docs/_build/html/objects.inv", None),
113+
),
110114
}
111115

112116

docs/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ datasets <building-introduction>`.
121121
*****************
122122

123123
- :ref:`anemoi-utils <anemoi-utils:index-page>`
124+
- :ref:`anemoi-transform <anemoi-transform:index-page>`
124125
- :ref:`anemoi-datasets <anemoi-datasets:index-page>`
125126
- :ref:`anemoi-models <anemoi-models:index-page>`
126127
- :ref:`anemoi-graphs <anemoi-graphs:index-page>`

0 commit comments

Comments
 (0)