Skip to content

Commit 226a735

Browse files
authored
Merge pull request #702 from scipp/fix-link
Fix links
2 parents 7be4f06 + 192a52b commit 226a735

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ def do_not_plot(*args, **kwargs):
297297
r'https://support\.orcid\.org/hc/en-us/articles/360006897674-Structure-of-the-ORCID-Identifier',
298298
r'https://www\.iucr\.org',
299299
r'https?://www\.sciencedirect.com/',
300+
r'https?://journals\.iucr\.org/j/',
300301
# Linkcheck seems to be denied access by some DOI resolvers.
301302
# Since DOIs are supposed to be permanent, we don't need to check them.'
302303
r'https?://doi\.org/',

docs/user-guide/from-mantid-to-scipp.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"\n",
6666
"### Notes\n",
6767
"- In **Mantid** a Python variable referencing **a workspace is** under the hood **a global variable**.\n",
68-
" Unless specified otherwise the variable name is the name of the workspace in the [AnalysisDataService](https://docs.mantidproject.org/nightly/concepts/AnalysisDataService.html).\n",
68+
" Unless specified otherwise the variable name is the name of the workspace in the [AnalysisDataService](https://docs.mantidproject.org/nightly/concepts/DataService.html).\n",
6969
" For marginally more clarity, the examples in the following therefore use the string-based syntax for specifying output workspaces.\n",
7070
" *In scipp there is no such limitation and everything behaves just like normal variables in Python.*\n",
7171
"- Unless stated otherwise, the following code examples assume datasets or data arrays have `'tof'` for what Mantid calls \"X\" and `'spectrum'` why Mantid calls \"Y\" or \"spectrum axis\".\n",

0 commit comments

Comments
 (0)