Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
f90906ab
Commit
f90906ab
authored
Sep 15, 2021
by
Peterson, Peter
Browse files
Fix numpy intersphinx
parent
b4a53c70
Changes
2
Hide whitespace changes
Inline
Side-by-side
dev-docs/source/conf.py
View file @
f90906ab
...
...
@@ -174,7 +174,7 @@ epub_uid = "Mantid Reference: " + version
intersphinx_mapping
=
{
'h5py'
:
(
'https://h5py.readthedocs.io/en/stable/'
,
None
),
'matplotlib'
:
(
'http://matplotlib.org'
,
None
),
'numpy'
:
(
'https://
docs.sci
py.org/doc/
numpy
/'
,
None
),
'numpy'
:
(
'https://
num
py.org/doc/
stable
/'
,
None
),
'python'
:
(
'https://docs.python.org/3/'
,
None
),
'SciPy'
:
(
'http://docs.scipy.org/doc/scipy/reference'
,
None
),
'mantid'
:
(
'http://docs.mantidproject.org/'
,
None
)
...
...
docs/source/conf.py
View file @
f90906ab
...
...
@@ -254,7 +254,7 @@ exec(compile(open(html_theme_cfg).read(), html_theme_cfg, 'exec'))
intersphinx_mapping
=
{
'h5py'
:
(
'https://h5py.readthedocs.io/en/stable/'
,
None
),
'matplotlib'
:
(
'https://matplotlib.org'
,
None
),
'numpy'
:
(
'https://
docs.sci
py.org/doc/
numpy
/'
,
None
),
'numpy'
:
(
'https://
num
py.org/doc/
stable
/'
,
None
),
'python'
:
(
'https://docs.python.org/3/'
,
None
),
'SciPy'
:
(
'https://docs.scipy.org/doc/scipy/reference'
,
None
),
'pandas'
:
(
'https://pandas.pydata.org/pandas-docs/stable'
,
None
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment