8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310d191 commit 943663aCopy full SHA for 943663a
docs/sphinx/source/conf.py
@@ -314,9 +314,11 @@ def setup(app):
314
315
# Example configuration for intersphinx: refer to the Python standard library.
316
intersphinx_mapping = {
317
- 'python': ('https://docs.python.org/3.8/', None),
318
- 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
319
- 'numpy': (' 64CB https://docs.scipy.org/doc/numpy/', None),
+ 'python': ('https://docs.python.org/3/', None),
+ 'numpy': ('https://numpy.org/doc/stable/', None),
+ 'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
320
+ 'pandas': ('https://pandas.pydata.org/pandas-docs/stable', None),
321
+ 'matplotlib': ('https://matplotlib.org/stable', None),
322
}
323
324
nbsphinx_allow_errors = True
0 commit comments