Thanks to visit codestin.com Credit goes to github.com
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 17b41ae commit cf2751fCopy full SHA for cf2751f
1 file changed
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': ('http://pandas.pydata.org/pandas-docs/stable', None)
+}
100
101
explicit_order_folders = [
102
'../examples/api',
0 commit comments