Skip to content
Snippets Groups Projects
Commit f61cddfe authored by Samuel Jackson's avatar Samuel Jackson
Browse files

Add support for pandas to intersphinx

parent 2e755a6d
No related branches found
No related tags found
No related merge requests found
......@@ -188,5 +188,6 @@ intersphinx_mapping = {
'matplotlib': ('http://matplotlib.org', None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'python': ('https://docs.python.org/3/', None),
'SciPy': ('http://docs.scipy.org/doc/scipy/reference', None)
'SciPy': ('http://docs.scipy.org/doc/scipy/reference', None),
'pandas': ('http://pandas.pydata.org/pandas-docs/stable', None)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment