10000
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.
2 parents 6a56e5d + 563762a commit e2d4093Copy full SHA for e2d4093
doc/conf.py
@@ -92,11 +92,11 @@ def _check_deps():
92
autodoc_default_flags = ['members', 'undoc-members']
93
94
intersphinx_mapping = {
95
- 'python': ('https://docs.python.org/', None),
96
- 'numpy': ('https://docs.scipy.org/doc/numpy/', None),
97
- 'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
98
- 'pandas': ('http://pandas.pydata.org/pandas-docs/stable', None)
99
- }
+ 'python': ('https://docs.python.org/3', None),
+ 'numpy': ('https://docs.scipy.org/doc/numpy/', None),
+ 'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
+ 'pandas': ('https://pandas.pydata.org/pandas-docs/stable', None)
+}
100
101
explicit_order_folders = [
102
'../examples/api',
0 commit comments