From e4221fb9ceb685a84683c85e8a2da261c58673ca Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Mon, 19 Aug 2024 13:20:17 +0200 Subject: [PATCH] Use the new URLs --- README.md | 12 ++++++++---- docs/index.qmd | 2 +- src/hydamo/pyproject.toml | 4 ++-- src/peilbeheerst_model/pyproject.toml | 4 ++-- src/ribasim_lumping/README.md | 2 +- src/ribasim_nl/pyproject.toml | 4 ++-- 6 files changed, 16 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4b0039c2..c5a4f42c 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,19 @@ # Ribasim-NL -**Documentation: https://deltares.github.io/Ribasim-NL/** +**Documentation: https://ribasim.nl/** -[Ribasim](https://deltares.github.io/Ribasim/) is a water resources model. It includes the Python package [`ribasim`](https://deltares.github.io/Ribasim/python/), which aims to make it easy to build, update and analyze Ribasim models programmatically. +[Ribasim](https://ribasim.org/) is a water resources model. +It includes the Python package `ribasim`, which aims to make it easy to build, update and analyze Ribasim models programmatically. -For the application of Ribasim in the Netherlands, specific tools need to be developed, to work with existing databases and models. This repository exists to collaborate on such tools. It aims to integrate and share existing efforts by Sweco, HKV and D2Hydro: +For the application of Ribasim in the Netherlands, specific tools need to be developed, to work with existing databases and models. +This repository exists to collaborate on such tools. +It aims to integrate and share existing efforts by Sweco, HKV and D2Hydro: - [harm-nomden-sweco/ribasim_lumping](https://github.com/harm-nomden-sweco/ribasim_lumping) - [rbruijnshkv/TKI-ribasim](https://github.com/rbruijnshkv/TKI-ribasim) - [d2hydro/lhm-ribasim](https://github.com/d2hydro/lhm-ribasim) -The approach is to identify common functionalities, and add them one-by-one, directly adding documentation and tests. The goal is to be able to run entire workflows from base data to Ribasim model using the functions from Ribasim-NL. +The approach is to identify common functionalities, and add them one-by-one, directly adding documentation and tests. +The goal is to be able to run entire workflows from base data to Ribasim model using the functions from Ribasim-NL. Where needed developments will be coordinated with the generic functionality in [Deltares/Ribasim](https://github.com/Deltares/Ribasim). diff --git a/docs/index.qmd b/docs/index.qmd index b4f396f9..98273589 100644 --- a/docs/index.qmd +++ b/docs/index.qmd @@ -3,4 +3,4 @@ title: "Ribasim-NL" --- Ribasim-NL facilitates Ribasim water resources modeling in the Netherlands. -For more informantion on Ribasim itself please see the [Ribasim documentation](https://deltares.github.io/Ribasim/). +For more informantion on Ribasim itself please see the [Ribasim documentation](https://ribasim.org/). diff --git a/src/hydamo/pyproject.toml b/src/hydamo/pyproject.toml index de2b8134..82c62dbb 100644 --- a/src/hydamo/pyproject.toml +++ b/src/hydamo/pyproject.toml @@ -24,5 +24,5 @@ tests = ["pytest"] path = "hydamo/__init__.py" [project.urls] -Documentation = "https://deltares.github.io/Ribasim-NL/HyDAMO" -Source = "https://github.com/Deltares/Ribasim-nl" +Documentation = "https://ribasim.nl/" +Source = "https://github.com/Deltares/Ribasim-NL" diff --git a/src/peilbeheerst_model/pyproject.toml b/src/peilbeheerst_model/pyproject.toml index 641b0292..a2770e4e 100644 --- a/src/peilbeheerst_model/pyproject.toml +++ b/src/peilbeheerst_model/pyproject.toml @@ -24,5 +24,5 @@ tests = ["pytest"] path = "peilbeheerst_model/__init__.py" [project.urls] -Documentation = "https://deltares.github.io/Ribasim-NL/Peilbeheerst-model" -Source = "https://github.com/Deltares/Ribasim-nl" +Documentation = "https://ribasim.nl/" +Source = "https://github.com/Deltares/Ribasim-NL" diff --git a/src/ribasim_lumping/README.md b/src/ribasim_lumping/README.md index de8ca0d2..64b9f72c 100644 --- a/src/ribasim_lumping/README.md +++ b/src/ribasim_lumping/README.md @@ -1,6 +1,6 @@ # ribasim-lumping -This python package is used to develop an aggregated Ribasim network (Deltares, https://github.com/Deltares/Ribasim). Documentation: https://deltares.github.io/Ribasim/ +This python package is used to develop an aggregated Ribasim network (Deltares, https://github.com/Deltares/Ribasim). Documentation: https://ribasim.org/ This code was integrated into the Ribasim-NL repository after development in https://github.com/harm-nomden-sweco/ribasim_lumping. diff --git a/src/ribasim_nl/pyproject.toml b/src/ribasim_nl/pyproject.toml index e87168bf..e2a6c822 100644 --- a/src/ribasim_nl/pyproject.toml +++ b/src/ribasim_nl/pyproject.toml @@ -25,5 +25,5 @@ tests = ["pytest"] path = "ribasim_nl/__init__.py" [project.urls] -Documentation = "https://deltares.github.io/Ribasim-NL" -Source = "https://github.com/Deltares/Ribasim-nl" +Documentation = "https://ribasim.nl/" +Source = "https://github.com/Deltares/Ribasim-NL"