From 913db8346ce727b86f544b598e79c6b3ec1980c7 Mon Sep 17 00:00:00 2001 From: Isabel Fenton Date: Thu, 19 Oct 2023 17:47:48 +0100 Subject: [PATCH 1/5] Fixing broken hyperlink for Turing website --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 1644012f..cf60a699 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,7 +30,7 @@ If you are new to Scivision, visit `our main project website `_, as an open software community that: +The Scivision project was conceived at `The Alan Turing Institute `_, as an open software community that: - Empowers scientific domain experts to easily access and integrate the latest computer vision tools - Provides a bridge between computer vision algorithms and datasets from different academic disciplines From a2cf2de5c2d65e3e250cb243aba3ce85716365c0 Mon Sep 17 00:00:00 2001 From: Isabel Fenton Date: Thu, 19 Oct 2023 17:48:49 +0100 Subject: [PATCH 2/5] Correcting typo --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index cf60a699..b15e6fed 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,7 +30,7 @@ If you are new to Scivision, visit `our main project website `_, as an open software community that: +The Scivision project was conceived at `The Alan Turing Institute `_, as an open software community that: - Empowers scientific domain experts to easily access and integrate the latest computer vision tools - Provides a bridge between computer vision algorithms and datasets from different academic disciplines From 02f89251eff4ccc868bec60e5d1782f6ba7dcd05 Mon Sep 17 00:00:00 2001 From: Isabel Fenton Date: Fri, 20 Oct 2023 11:19:22 +0100 Subject: [PATCH 3/5] Adding sphinx_rtd_theme to the doc dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6af4ce3f..2be675f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ doc = [ "pydata-sphinx-theme", "readthedocs-sphinx-search", "m2r2" + "sphinx_rtd_theme" ] gcs = [ "gcsfs>=2022.02" From c1085f1266a04f72c1cb3110c2f40df37191b61c Mon Sep 17 00:00:00 2001 From: Isabel Fenton Date: Fri, 20 Oct 2023 11:21:40 +0100 Subject: [PATCH 4/5] Correcting missing comma --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2be675f4..034aad9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ doc = [ "sphinx", "pydata-sphinx-theme", "readthedocs-sphinx-search", - "m2r2" + "m2r2", "sphinx_rtd_theme" ] gcs = [ From a4d0a37c5fdc094e0d1cecb0e5e3bed114138acf Mon Sep 17 00:00:00 2001 From: Isabel Fenton Date: Fri, 20 Oct 2023 17:23:23 +0100 Subject: [PATCH 5/5] reordering doc dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 034aad9b..038c2e4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,10 +35,10 @@ test = [ ] doc = [ "sphinx", + "sphinx_rtd_theme", "pydata-sphinx-theme", "readthedocs-sphinx-search", - "m2r2", - "sphinx_rtd_theme" + "m2r2" ] gcs = [ "gcsfs>=2022.02"