From fcd0146c26a9d7b96cc90823d6312d93520e6838 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Mon, 5 Aug 2024 23:07:26 +0200 Subject: [PATCH 1/2] Fix links in Python README.md files --- python/ribasim/README.md | 4 ++-- python/ribasim_api/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/ribasim/README.md b/python/ribasim/README.md index feac02bb8..ad2a47e10 100644 --- a/python/ribasim/README.md +++ b/python/ribasim/README.md @@ -13,8 +13,8 @@ setup is fully reproducible. The package is [registered in PyPI](https://pypi.org/project/ribasim/) and can therefore be installed with `pip install ribasim`. -For documentation please see the [examples](https://deltares.github.io/Ribasim/python/examples.html) and [API reference](https://deltares.github.io/Ribasim/python/reference/). +For documentation please see the https://deltares.github.io/Ribasim/. # Contributing -For the developer docs please have a look at https://deltares.github.io/Ribasim/python/developer.html +For the developer docs please have a look at https://deltares.github.io/Ribasim/dev/. diff --git a/python/ribasim_api/README.md b/python/ribasim_api/README.md index 8dd3c97a7..f18cc6f81 100644 --- a/python/ribasim_api/README.md +++ b/python/ribasim_api/README.md @@ -20,4 +20,4 @@ conda install -c conda-forge ribasim-api # Contributing -For the developer docs please have a look at https://deltares.github.io/Ribasim/contribute/python.html +For the developer docs please have a look at https://deltares.github.io/Ribasim/dev/. From 7ebb17a2c40368b148c2d0f03a0095c19fc04580 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Tue, 6 Aug 2024 13:04:37 +0200 Subject: [PATCH 2/2] Add API links Co-authored-by: Jingru923 <47444880+Jingru923@users.noreply.github.com> --- python/ribasim/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ribasim/README.md b/python/ribasim/README.md index ad2a47e10..f424089ac 100644 --- a/python/ribasim/README.md +++ b/python/ribasim/README.md @@ -13,7 +13,7 @@ setup is fully reproducible. The package is [registered in PyPI](https://pypi.org/project/ribasim/) and can therefore be installed with `pip install ribasim`. -For documentation please see the https://deltares.github.io/Ribasim/. +For documentation please see the https://deltares.github.io/Ribasim/ and [API reference](https://deltares.github.io/Ribasim/reference/python/) # Contributing