From 44556c292ff25313027a7608a17b3bab4b84d399 Mon Sep 17 00:00:00 2001 From: woutdenolf Date: Fri, 8 Apr 2022 13:12:24 +0200 Subject: [PATCH] change docs url --- README.md | 2 +- setup.cfg | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d66a8c6..2905ff1 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,5 @@ pytest --pyargs ewoksdask.tests ## Documentation -https://workflow.gitlab-pages.esrf.fr/ewoks/ewoksdask/ +https://ewoksdask.readthedocs.io/ diff --git a/setup.cfg b/setup.cfg index 5365228..2b318ec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,11 +7,11 @@ description = Dask binding for Ewoks long_description = file: README.md long_description_content_type = text/markdown license = MIT -url = https://gitlab.esrf.fr/workflow/ewoks/ewoksdask +url = https://gitlab.esrf.fr/workflow/ewoks/ewoksdask/ project_urls = - Source = https://gitlab.esrf.fr/workflow/ewoks/ewoksdask - Documentation = https://workflow.gitlab-pages.esrf.fr/ewoks/ewoksdask - Tracker = https://gitlab.esrf.fr/workflow/ewoks/ewoksdask/issues + Source = https://gitlab.esrf.fr/workflow/ewoks/ewoksdask/ + Documentation = https://ewoksdask.readthedocs.io/ + Tracker = https://gitlab.esrf.fr/workflow/ewoks/ewoksdask/issues/ classifiers = Intended Audience :: Science/Research License :: OSI Approved :: MIT License -- GitLab