From b24c521c447272afd1b209745b24d16794cdb85a Mon Sep 17 00:00:00 2001 From: Jesper Dramsch Date: Thu, 19 Dec 2024 17:56:24 +0000 Subject: [PATCH] docs: Tidy for core --- graphs/.readthedocs.yaml | 3 +-- graphs/README.md | 2 ++ models/.readthedocs.yaml | 2 +- models/README.md | 2 ++ training/.readthedocs.yaml | 3 +-- training/README.md | 7 ------- 6 files changed, 7 insertions(+), 12 deletions(-) diff --git a/graphs/.readthedocs.yaml b/graphs/.readthedocs.yaml index c03429e5..983e704b 100644 --- a/graphs/.readthedocs.yaml +++ b/graphs/.readthedocs.yaml @@ -10,8 +10,7 @@ sphinx: python: install: - - requirements: docs/requirements.txt - method: pip - path: . + path: graphs/ extra_requirements: - docs diff --git a/graphs/README.md b/graphs/README.md index 21b32486..16da85c1 100644 --- a/graphs/README.md +++ b/graphs/README.md @@ -1,5 +1,7 @@ # anemoi-graphs +[![Documentation Status](https://readthedocs.org/projects/anemoi-graphs/badge/?version=latest)](https://anemoi-graphs.readthedocs.io/en/latest/?badge=latest) + **DISCLAIMER** This project is **BETA** and will be **Experimental** for the foreseeable future. Interfaces and functionality are likely to change, and the project itself may be scrapped. diff --git a/models/.readthedocs.yaml b/models/.readthedocs.yaml index 06c8ab40..c19e8fab 100644 --- a/models/.readthedocs.yaml +++ b/models/.readthedocs.yaml @@ -11,6 +11,6 @@ sphinx: python: install: - method: pip - path: . + path: models/ extra_requirements: - docs diff --git a/models/README.md b/models/README.md index cb578946..fa87d2a5 100644 --- a/models/README.md +++ b/models/README.md @@ -1,5 +1,7 @@ # anemoi-models +[![Documentation Status](https://readthedocs.org/projects/anemoi-models/badge/?version=latest)](https://anemoi-models.readthedocs.io/en/latest/?badge=latest) + **DISCLAIMER** This project is **BETA** and will be **Experimental** for the foreseeable future. Interfaces and functionality are likely to change, and the project itself may be scrapped. diff --git a/training/.readthedocs.yaml b/training/.readthedocs.yaml index c03429e5..97038ae9 100644 --- a/training/.readthedocs.yaml +++ b/training/.readthedocs.yaml @@ -10,8 +10,7 @@ sphinx: python: install: - - requirements: docs/requirements.txt - method: pip - path: . + path: training/ extra_requirements: - docs diff --git a/training/README.md b/training/README.md index d690ee8c..c3e8468d 100644 --- a/training/README.md +++ b/training/README.md @@ -1,10 +1,3 @@ -> [!IMPORTANT] -> **Repository Migration Notice** -> > -> This repository has been migrated to our new consolidated Anemoi Core mono-repository. All future development, including new features and bug fixes, will take place in the new repository. Please update your references to use the new location: -> -> 🔗 [@ecmwf/anemoi-core](https://github.com/ecmwf/anemoi-core) - # anemoi-training [![Documentation Status](https://readthedocs.org/projects/anemoi-training/badge/?version=latest)](https://anemoi-training.readthedocs.io/en/latest/?badge=latest)