From f57876eed875d008e059abbfc9971e5dc3dd47d9 Mon Sep 17 00:00:00 2001 From: mishaschwartz <4380924+mishaschwartz@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:47:35 -0500 Subject: [PATCH 1/3] fix docs link on README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9d0da46..1bd8dee 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ rook :alt: Build Status .. image:: https://readthedocs.org/projects/rook/badge/?version=latest - :target: https://rook.readthedocs.io/en/latest/?version=latest + :target: https://rook-wps.readthedocs.io/en/latest/?version=latest :alt: Documentation Status .. image:: https://img.shields.io/github/license/roocs/rook.svg @@ -31,7 +31,7 @@ available in the daops_ library based on xarray. Documentation ------------- -Learn more about rook in its official documentation at https://rook.readthedocs.io. +Learn more about rook in its official documentation at https://rook-wps.readthedocs.io. Submit bug reports, questions and feature requests at https://github.com/roocs/rook/issues From 2d1e5d5cd64061b13e0b627c5a3643f12bbe2d1e Mon Sep 17 00:00:00 2001 From: mishaschwartz <4380924+mishaschwartz@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:49:55 -0500 Subject: [PATCH 2/3] fix docs link in default.cfg --- src/rook/default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rook/default.cfg b/src/rook/default.cfg index 598a1fd..4f84a8b 100644 --- a/src/rook/default.cfg +++ b/src/rook/default.cfg @@ -4,7 +4,7 @@ identification_abstract = Rook is a Web Processing Service (WPS) of the roocs pr identification_keywords = PyWPS, WPS, OGC, processing, birdhouse, roocs, copernicus identification_keywords_type = theme provider_name = rook -provider_url=http://rook.readthedocs.org/en/latest/ +provider_url=http://rook-wps.readthedocs.org/en/latest/ [server] url = http://localhost:5000/wps From edb0c1361d46b18f0c68be41d4ed1fea1118d827 Mon Sep 17 00:00:00 2001 From: mishaschwartz <4380924+mishaschwartz@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:50:31 -0500 Subject: [PATCH 3/3] fix docs link in CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index fd95abe..786b2a5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -3,4 +3,4 @@ Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given. Please read the Birdhouse [Developer Guide](https://birdhouse.readthedocs.io/en/latest/dev_guide.html) -and the [rook Documentation](https://rook.readthedocs.io/en/latest/) to get started. +and the [rook Documentation](https://rook-wps.readthedocs.io/en/latest/) to get started.