Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/essdiffraction/docs/_templates/doc_version.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!-- This will display the version of the docs -->
Current ESSdiffraction version: {{ version }} (<a href="https://github.com/scipp/essdiffraction/releases">older versions</a>).
Current ESSdiffraction version: {{ version }} (<a href="https://github.com/scipp/ess/releases?q=essdiffraction">older versions</a>).
4 changes: 2 additions & 2 deletions packages/essdiffraction/docs/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
---
Expand Down
2 changes: 1 addition & 1 deletion packages/essdiffraction/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down
4 changes: 2 additions & 2 deletions packages/essdiffraction/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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\")"
]
Expand Down
6 changes: 3 additions & 3 deletions packages/essdiffraction/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../.."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
11 changes: 7 additions & 4 deletions packages/essreduce/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/essreflectometry/docs/_templates/doc_version.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!-- This will display the version of the docs -->
Current ESSreflectometry version: {{ version }} (<a href="https://github.com/scipp/essreflectometry/releases">older versions</a>).
Current ESSreflectometry version: {{ version }} (<a href="https://github.com/scipp/ess/releases?q=essreflectometry">older versions</a>).
4 changes: 2 additions & 2 deletions packages/essreflectometry/docs/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion packages/essreflectometry/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down
4 changes: 2 additions & 2 deletions packages/essreflectometry/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
" )"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
" )"
]
},
Expand Down
6 changes: 3 additions & 3 deletions packages/essreflectometry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../.."
Expand Down
2 changes: 1 addition & 1 deletion packages/esssans/docs/_templates/doc_version.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!-- This will display the version of the docs -->
Current ESSsans version: {{ version }} (<a href="https://github.com/scipp/esssans/releases">older versions</a>).
Current ESSsans version: {{ version }} (<a href="https://github.com/scipp/ess/releases?q=esssans">older versions</a>).
4 changes: 2 additions & 2 deletions packages/esssans/docs/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion packages/esssans/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down
4 changes: 2 additions & 2 deletions packages/esssans/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
---
Expand Down
6 changes: 3 additions & 3 deletions packages/esssans/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/essspectroscopy/docs/_templates/doc_version.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!-- This will display the version of the docs -->
Current ESSspectroscopy version: {{ version }} (<a href="https://github.com/scipp/essspectroscopy/releases">older versions</a>).
Current ESSspectroscopy version: {{ version }} (<a href="https://github.com/scipp/ess/releases?q=essspectroscopy">older versions</a>).
4 changes: 2 additions & 2 deletions packages/essspectroscopy/docs/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion packages/essspectroscopy/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down
4 changes: 2 additions & 2 deletions packages/essspectroscopy/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
---
Expand Down
6 changes: 3 additions & 3 deletions packages/essspectroscopy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../.."
Expand Down
Loading