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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"- Audience: Instrument (data) scientists, instrument users\n",
"- Prerequisites: Basic knowledge of [Scipp](https://scipp.github.io/), [Sciline](https://scipp.github.io/sciline/)\n",
"\n",
"This notebook builds on the [basic powder workflow](./dream-data-reduction.rst) and demonstrates how the workflow can be used to compute different results and how alternative steps can be used.\n",
"This notebook builds on the [basic powder workflow](./dream-powder-reduction.rst) and demonstrates how the workflow can be used to compute different results and how alternative steps can be used.\n",
"\n",
"This notebook uses the same data as the basic notebook, a McStas + GEANT4 simulation.\n",
"The data is available through the ESSdiffraction package but accessing it requires the `pooch` package.\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/dream/workflow-widget-dream.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"# Workflow widgets example\n",
"\n",
"This notebook illustrates how we can use ESSreduce’s [workflow widgets](https://scipp.github.io/essreduce/user-guide/widget.html) to generate a graphical interface for running the [DREAM GEANT4 workflow](./dream-data-reduction.rst).\n",
"This notebook illustrates how we can use ESSreduce’s [workflow widgets](https://scipp.github.io/essreduce/user-guide/widget.html) to generate a graphical interface for running the [DREAM GEANT4 workflow](./dream-powder-reduction.rst).\n",
"\n",
"## Initializing the GUI\n",
"\n",
Expand Down
Loading