From 4e4760bee9874b5e302d589087d0ba02e07ea0ae Mon Sep 17 00:00:00 2001 From: Johannes Kasimir Date: Fri, 15 May 2026 11:09:43 +0200 Subject: [PATCH 1/3] docs: update old urls --- packages/essdiffraction/docs/_templates/doc_version.html | 2 +- packages/essdiffraction/docs/about/index.md | 4 ++-- packages/essdiffraction/docs/conf.py | 2 +- packages/essdiffraction/docs/index.md | 4 ++-- packages/essdiffraction/pyproject.toml | 6 +++--- packages/essreflectometry/docs/_templates/doc_version.html | 2 +- packages/essreflectometry/docs/about/index.md | 4 ++-- packages/essreflectometry/docs/conf.py | 2 +- packages/essreflectometry/docs/index.md | 4 ++-- packages/essreflectometry/pyproject.toml | 6 +++--- packages/esssans/docs/_templates/doc_version.html | 2 +- packages/esssans/docs/about/index.md | 4 ++-- packages/esssans/docs/conf.py | 2 +- packages/esssans/docs/index.md | 4 ++-- packages/esssans/pyproject.toml | 6 +++--- packages/essspectroscopy/docs/_templates/doc_version.html | 2 +- packages/essspectroscopy/docs/about/index.md | 4 ++-- packages/essspectroscopy/docs/conf.py | 2 +- packages/essspectroscopy/docs/index.md | 4 ++-- packages/essspectroscopy/pyproject.toml | 6 +++--- 20 files changed, 36 insertions(+), 36 deletions(-) diff --git a/packages/essdiffraction/docs/_templates/doc_version.html b/packages/essdiffraction/docs/_templates/doc_version.html index 35ee3b057..8dd382708 100644 --- a/packages/essdiffraction/docs/_templates/doc_version.html +++ b/packages/essdiffraction/docs/_templates/doc_version.html @@ -1,2 +1,2 @@ -Current ESSdiffraction version: {{ version }} (older versions). +Current ESSdiffraction version: {{ version }} (older versions). diff --git a/packages/essdiffraction/docs/about/index.md b/packages/essdiffraction/docs/about/index.md index cccf9f451..d46af2321 100644 --- a/packages/essdiffraction/docs/about/index.md +++ b/packages/essdiffraction/docs/about/index.md @@ -18,12 +18,12 @@ To cite a specific version of ESSdiffraction, select the desired version on Zeno ## Older versions of the documentation -Older versions of the documentation pages can be found under the assets of each [release](https://github.com/scipp/essdiffraction/releases). +Older versions of the documentation pages can be found under the assets of each [release](https://github.com/scipp/ess/releases?q=essdiffraction). Simply download the archive, unzip and view locally in a web browser. ## Source code and development -ESSdiffraction is hosted and developed [on GitHub](https://github.com/scipp/essdiffraction). +ESSdiffraction is hosted and developed [on GitHub](https://github.com/scipp/ess/tree/main/packages/essdiffraction). ```{toctree} --- diff --git a/packages/essdiffraction/docs/conf.py b/packages/essdiffraction/docs/conf.py index 1004b21fa..29988706d 100644 --- a/packages/essdiffraction/docs/conf.py +++ b/packages/essdiffraction/docs/conf.py @@ -191,7 +191,7 @@ "icon_links": [ { "name": "GitHub", - "url": "https://github.com/scipp/essdiffraction", + "url": "https://github.com/scipp/ess/tree/main/packages/essdiffraction", "icon": "fa-brands fa-github", "type": "fontawesome", }, diff --git a/packages/essdiffraction/docs/index.md b/packages/essdiffraction/docs/index.md index 8d71fb4e0..038efadaf 100644 --- a/packages/essdiffraction/docs/index.md +++ b/packages/essdiffraction/docs/index.md @@ -61,8 +61,8 @@ ## Get in touch -- If you have questions that are not answered by these documentation pages, ask on [discussions](https://github.com/scipp/essdiffraction/discussions). Please include a self-contained reproducible example if possible. -- Report bugs (including unclear, missing, or wrong documentation!), suggest features or view the source code [on GitHub](https://github.com/scipp/essdiffraction). +- If you have questions that are not answered by these documentation pages, ask on [discussions](https://github.com/scipp/ess/discussions). Please include a self-contained reproducible example if possible. +- Report bugs (including unclear, missing, or wrong documentation!), suggest features or view the source code [on GitHub](https://github.com/scipp/ess/tree/main/packages/essdiffraction). ```{toctree} --- diff --git a/packages/essdiffraction/pyproject.toml b/packages/essdiffraction/pyproject.toml index d1adbe632..ad956b2a0 100644 --- a/packages/essdiffraction/pyproject.toml +++ b/packages/essdiffraction/pyproject.toml @@ -74,9 +74,9 @@ docs = [ ] [project.urls] -"Bug Tracker" = "https://github.com/scipp/essdiffraction/issues" -"Documentation" = "https://scipp.github.io/essdiffraction" -"Source" = "https://github.com/scipp/essdiffraction" +"Bug Tracker" = "https://github.com/scipp/ess/issues" +"Documentation" = "https://scipp.github.io/ess/diffraction" +"Source" = "https://github.com/scipp/ess/tree/main/packages/essdiffraction" [tool.setuptools_scm] root = "../.." diff --git a/packages/essreflectometry/docs/_templates/doc_version.html b/packages/essreflectometry/docs/_templates/doc_version.html index 5737020b5..de9676394 100644 --- a/packages/essreflectometry/docs/_templates/doc_version.html +++ b/packages/essreflectometry/docs/_templates/doc_version.html @@ -1,2 +1,2 @@ -Current ESSreflectometry version: {{ version }} (older versions). +Current ESSreflectometry version: {{ version }} (older versions). diff --git a/packages/essreflectometry/docs/about/index.md b/packages/essreflectometry/docs/about/index.md index 879c4b59a..6d4c9e728 100644 --- a/packages/essreflectometry/docs/about/index.md +++ b/packages/essreflectometry/docs/about/index.md @@ -18,12 +18,12 @@ To cite a specific version of ESSreflectometry, select the desired version on Ze ## Older versions of the documentation -Older versions of the documentation pages can be found under the assets of each [release](https://github.com/scipp/essreflectometry/releases). +Older versions of the documentation pages can be found under the assets of each [release](https://github.com/scipp/ess/releases?q=essreflectometry). Simply download the archive, unzip and view locally in a web browser. ## Source code and development -ESSreflectometry is hosted and developed [on GitHub](https://github.com/scipp/essreflectometry). +ESSreflectometry is hosted and developed [on GitHub](https://github.com/scipp/ess/tree/main/packages/essreflectometry). ```{toctree} diff --git a/packages/essreflectometry/docs/conf.py b/packages/essreflectometry/docs/conf.py index 4d8675cfe..62312339f 100644 --- a/packages/essreflectometry/docs/conf.py +++ b/packages/essreflectometry/docs/conf.py @@ -176,7 +176,7 @@ "icon_links": [ { "name": "GitHub", - "url": "https://github.com/scipp/essreflectometry", + "url": "https://github.com/scipp/ess/tree/main/packages/essreflectometry", "icon": "fa-brands fa-github", "type": "fontawesome", }, diff --git a/packages/essreflectometry/docs/index.md b/packages/essreflectometry/docs/index.md index b953d148f..7a4f2b41a 100644 --- a/packages/essreflectometry/docs/index.md +++ b/packages/essreflectometry/docs/index.md @@ -60,8 +60,8 @@ ## Get in touch -- If you have questions that are not answered by these documentation pages, ask on [discussions](https://github.com/scipp/essreflectometry/discussions). Please include a self-contained reproducible example if possible. -- Report bugs (including unclear, missing, or wrong documentation!), suggest features or view the source code [on GitHub](https://github.com/scipp/essreflectometry). +- If you have questions that are not answered by these documentation pages, ask on [discussions](https://github.com/scipp/ess/discussions). Please include a self-contained reproducible example if possible. +- Report bugs (including unclear, missing, or wrong documentation!), suggest features or view the source code [on GitHub](https://github.com/scipp/ess/tree/main/packages/essreflectometry). ```{toctree} --- diff --git a/packages/essreflectometry/pyproject.toml b/packages/essreflectometry/pyproject.toml index ef71bd7c4..574a4becb 100644 --- a/packages/essreflectometry/pyproject.toml +++ b/packages/essreflectometry/pyproject.toml @@ -81,9 +81,9 @@ all = [ ] [project.urls] -"Bug Tracker" = "https://github.com/scipp/essreflectometry/issues" -"Documentation" = "https://scipp.github.io/essreflectometry" -"Source" = "https://github.com/scipp/essreflectometry" +"Bug Tracker" = "https://github.com/scipp/ess/issues" +"Documentation" = "https://scipp.github.io/ess/reflectometry" +"Source" = "https://github.com/scipp/ess/tree/main/packages/essreflectometry" [tool.setuptools_scm] root = "../.." diff --git a/packages/esssans/docs/_templates/doc_version.html b/packages/esssans/docs/_templates/doc_version.html index 395dc60a0..ced3f98cb 100644 --- a/packages/esssans/docs/_templates/doc_version.html +++ b/packages/esssans/docs/_templates/doc_version.html @@ -1,2 +1,2 @@ -Current ESSsans version: {{ version }} (older versions). +Current ESSsans version: {{ version }} (older versions). diff --git a/packages/esssans/docs/about/index.md b/packages/esssans/docs/about/index.md index bfd101e39..3725b7832 100644 --- a/packages/esssans/docs/about/index.md +++ b/packages/esssans/docs/about/index.md @@ -18,9 +18,9 @@ To cite a specific version of ESSsans, select the desired version on Zenodo to g ## Older versions of the documentation -Older versions of the documentation pages can be found under the assets of each [release](https://github.com/scipp/esssans/releases). +Older versions of the documentation pages can be found under the assets of each [release](https://github.com/scipp/ess/releases?q=esssans). Simply download the archive, unzip and view locally in a web browser. ## Source code and development -ESSsans is hosted and developed [on GitHub](https://github.com/scipp/esssans). +ESSsans is hosted and developed [on GitHub](https://github.com/scipp/ess/tree/main/packages/esssans). diff --git a/packages/esssans/docs/conf.py b/packages/esssans/docs/conf.py index 66946a84e..0a467759b 100644 --- a/packages/esssans/docs/conf.py +++ b/packages/esssans/docs/conf.py @@ -176,7 +176,7 @@ "icon_links": [ { "name": "GitHub", - "url": "https://github.com/scipp/esssans", + "url": "https://github.com/scipp/ess/tree/main/packages/esssans", "icon": "fa-brands fa-github", "type": "fontawesome", }, diff --git a/packages/esssans/docs/index.md b/packages/esssans/docs/index.md index 124842d01..c05f86c99 100644 --- a/packages/esssans/docs/index.md +++ b/packages/esssans/docs/index.md @@ -55,8 +55,8 @@ ## Get in touch -- If you have questions that are not answered by these documentation pages, ask on [discussions](https://github.com/scipp/esssans/discussions). Please include a self-contained reproducible example if possible. -- Report bugs (including unclear, missing, or wrong documentation!), suggest features or view the source code [on GitHub](https://github.com/scipp/esssans). +- If you have questions that are not answered by these documentation pages, ask on [discussions](https://github.com/scipp/ess/discussions). Please include a self-contained reproducible example if possible. +- Report bugs (including unclear, missing, or wrong documentation!), suggest features or view the source code [on GitHub](https://github.com/scipp/ess/tree/main/packages/esssans). ```{toctree} --- diff --git a/packages/esssans/pyproject.toml b/packages/esssans/pyproject.toml index 843a55ede..21bf95c5a 100644 --- a/packages/esssans/pyproject.toml +++ b/packages/esssans/pyproject.toml @@ -66,9 +66,9 @@ docs = [ ] [project.urls] -"Bug Tracker" = "https://github.com/scipp/esssans/issues" -"Documentation" = "https://scipp.github.io/esssans" -"Source" = "https://github.com/scipp/esssans" +"Bug Tracker" = "https://github.com/scipp/ess/issues" +"Documentation" = "https://scipp.github.io/ess/sans" +"Source" = "https://github.com/scipp/ess/tree/main/packages/esssans" [project.entry-points."beamlime.workflow_plugin"] ess-loki-monitor = "ess.loki.live:LokiMonitorTestWorkflow" diff --git a/packages/essspectroscopy/docs/_templates/doc_version.html b/packages/essspectroscopy/docs/_templates/doc_version.html index 005018ac3..399d8d342 100644 --- a/packages/essspectroscopy/docs/_templates/doc_version.html +++ b/packages/essspectroscopy/docs/_templates/doc_version.html @@ -1,2 +1,2 @@ -Current ESSspectroscopy version: {{ version }} (older versions). +Current ESSspectroscopy version: {{ version }} (older versions). diff --git a/packages/essspectroscopy/docs/about/index.md b/packages/essspectroscopy/docs/about/index.md index 20b55ae6c..583f30a61 100644 --- a/packages/essspectroscopy/docs/about/index.md +++ b/packages/essspectroscopy/docs/about/index.md @@ -18,9 +18,9 @@ To cite a specific version of ESSspectroscopy, select the desired version on Zen ## Older versions of the documentation -Older versions of the documentation pages can be found under the assets of each [release](https://github.com/scipp/essspectroscopy/releases). +Older versions of the documentation pages can be found under the assets of each [release](https://github.com/scipp/ess/releases?q=essspectroscopy). Simply download the archive, unzip and view locally in a web browser. ## Source code and development -ESSspectroscopy is hosted and developed [on GitHub](https://github.com/scipp/essspectroscopy). +ESSspectroscopy is hosted and developed [on GitHub](https://github.com/scipp/ess/tree/main/packages/essspectroscopy). diff --git a/packages/essspectroscopy/docs/conf.py b/packages/essspectroscopy/docs/conf.py index f17535407..d29d38be6 100644 --- a/packages/essspectroscopy/docs/conf.py +++ b/packages/essspectroscopy/docs/conf.py @@ -179,7 +179,7 @@ "icon_links": [ { "name": "GitHub", - "url": "https://github.com/scipp/essspectroscopy", + "url": "https://github.com/scipp/ess/tree/main/packages/essspectroscopy", "icon": "fa-brands fa-github", "type": "fontawesome", }, diff --git a/packages/essspectroscopy/docs/index.md b/packages/essspectroscopy/docs/index.md index fc93fa8a0..bf854bcf2 100644 --- a/packages/essspectroscopy/docs/index.md +++ b/packages/essspectroscopy/docs/index.md @@ -45,8 +45,8 @@ ## Get in touch -- If you have questions that are not answered by these documentation pages, ask on [discussions](https://github.com/scipp/essspectroscopy/discussions). Please include a self-contained reproducible example if possible. -- Report bugs (including unclear, missing, or wrong documentation!), suggest features or view the source code [on GitHub](https://github.com/scipp/essspectroscopy). +- If you have questions that are not answered by these documentation pages, ask on [discussions](https://github.com/scipp/ess/discussions). Please include a self-contained reproducible example if possible. +- Report bugs (including unclear, missing, or wrong documentation!), suggest features or view the source code [on GitHub](https://github.com/scipp/ess/tree/main/packages/essspectroscopy). ```{toctree} --- diff --git a/packages/essspectroscopy/pyproject.toml b/packages/essspectroscopy/pyproject.toml index bb661c2c3..e40f97c74 100644 --- a/packages/essspectroscopy/pyproject.toml +++ b/packages/essspectroscopy/pyproject.toml @@ -65,9 +65,9 @@ docs = [ ] [project.urls] -"Bug Tracker" = "https://github.com/scipp/essspectroscopy/issues" -"Documentation" = "https://scipp.github.io/essspectroscopy" -"Source" = "https://github.com/scipp/essspectroscopy" +"Bug Tracker" = "https://github.com/scipp/ess/issues" +"Documentation" = "https://scipp.github.io/ess/spectroscopy" +"Source" = "https://github.com/scipp/ess/tree/main/packages/essspectroscopy" [tool.setuptools_scm] root = "../.." From f3f306a737bdbd0943971775b1335113a968d2f8 Mon Sep 17 00:00:00 2001 From: Johannes Kasimir Date: Fri, 15 May 2026 11:26:05 +0200 Subject: [PATCH 2/3] docs: correct links --- packages/essreduce/docs/conf.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/packages/essreduce/docs/conf.py b/packages/essreduce/docs/conf.py index d97364360..5ed8b46a4 100644 --- a/packages/essreduce/docs/conf.py +++ b/packages/essreduce/docs/conf.py @@ -168,13 +168,16 @@ "image_dark": "_static/logo-dark.svg", }, "external_links": [ - {"name": "ESSdiffraction", "url": "https://scipp.github.io/essdiffraction"}, + {"name": "ESSdiffraction", "url": "https://scipp.github.io/ess/diffraction"}, {"name": "ESSimaging", "url": "https://scipp.github.io/ess/imaging"}, {"name": "ESSnmx", "url": "https://scipp.github.io/ess/nmx"}, {"name": "ESSpolarization", "url": "https://scipp.github.io/esspolarization"}, - {"name": "ESSreflectometry", "url": "https://scipp.github.io/essreflectometry"}, - {"name": "ESSsans", "url": "https://scipp.github.io/esssans"}, - {"name": "ESSspectroscopy", "url": "https://scipp.github.io/essspectroscopy"}, + { + "name": "ESSreflectometry", + "url": "https://scipp.github.io/ess/reflectometry", + }, + {"name": "ESSsans", "url": "https://scipp.github.io/ess/sans"}, + {"name": "ESSspectroscopy", "url": "https://scipp.github.io/ess/spectroscopy"}, ], "icon_links": [ { From 435f08c69143f9df16a946196ec85efab8e2a198 Mon Sep 17 00:00:00 2001 From: Johannes Kasimir Date: Fri, 15 May 2026 11:27:19 +0200 Subject: [PATCH 3/3] docs: more url fixes --- .../docs/user-guide/dream/dream-powder-reduction.ipynb | 2 +- packages/essdiffraction/tests/dream/geant4_reduction_test.py | 2 +- .../docs/user-guide/amor/amor-reduction-advanced.ipynb | 2 +- .../essreflectometry/docs/user-guide/amor/amor-reduction.ipynb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/essdiffraction/docs/user-guide/dream/dream-powder-reduction.ipynb b/packages/essdiffraction/docs/user-guide/dream/dream-powder-reduction.ipynb index 0ef9be017..8811df9f0 100644 --- a/packages/essdiffraction/docs/user-guide/dream/dream-powder-reduction.ipynb +++ b/packages/essdiffraction/docs/user-guide/dream/dream-powder-reduction.ipynb @@ -165,7 +165,7 @@ "source": [ "cif_data.comment = \"\"\"This file was generated with the basic DREAM data reduction user guide\n", "in the documentation of ESSdiffraction.\n", - "See https://scipp.github.io/essdiffraction/\n", + "See https://scipp.github.io/ess/diffraction/\n", "\"\"\"\n", "cif_data.save(\"reduced.cif\")" ] diff --git a/packages/essdiffraction/tests/dream/geant4_reduction_test.py b/packages/essdiffraction/tests/dream/geant4_reduction_test.py index bb71eaa7b..5664afd02 100644 --- a/packages/essdiffraction/tests/dream/geant4_reduction_test.py +++ b/packages/essdiffraction/tests/dream/geant4_reduction_test.py @@ -307,7 +307,7 @@ def test_pipeline_save_data_to_disk(output_folder: Path): result = wf.compute(ReducedTofCIF) result.comment = """This file was generated with the DREAM data reduction user guide in the documentation of ESSdiffraction. - See https://scipp.github.io/essdiffraction/ + See https://scipp.github.io/ess/diffraction/ """ result.save(output_folder / "dream_reduced.cif") diff --git a/packages/essreflectometry/docs/user-guide/amor/amor-reduction-advanced.ipynb b/packages/essreflectometry/docs/user-guide/amor/amor-reduction-advanced.ipynb index 993f508f2..f607b34f7 100644 --- a/packages/essreflectometry/docs/user-guide/amor/amor-reduction-advanced.ipynb +++ b/packages/essreflectometry/docs/user-guide/amor/amor-reduction-advanced.ipynb @@ -472,7 +472,7 @@ "source": [ "for ds in iofq_datasets.values():\n", " ds.info.reduction.script = (\n", - " 'https://scipp.github.io/essreflectometry/user-guide/amor/amor-reduction.html'\n", + " 'https://scipp.github.io/ess/reflectometry/user-guide/amor/amor-reduction-advanced.html'\n", " )" ] }, diff --git a/packages/essreflectometry/docs/user-guide/amor/amor-reduction.ipynb b/packages/essreflectometry/docs/user-guide/amor/amor-reduction.ipynb index d3b00b010..c0e70bde1 100644 --- a/packages/essreflectometry/docs/user-guide/amor/amor-reduction.ipynb +++ b/packages/essreflectometry/docs/user-guide/amor/amor-reduction.ipynb @@ -261,7 +261,7 @@ "source": [ "for ds in iofq_datasets.values():\n", " ds.info.reduction.script = (\n", - " 'https://scipp.github.io/essreflectometry/user-guide/amor/amor-reduction-simple.html'\n", + " 'https://scipp.github.io/ess/reflectometry/user-guide/amor/amor-reduction.html'\n", " )" ] },