Link Universe.plot docstring to matplotlib docs

This commit is contained in:
Sterling Harper 2016-11-08 18:20:08 -05:00
parent df1d82708e
commit daa6b9a10b
2 changed files with 5 additions and 6 deletions

View file

@ -249,5 +249,6 @@ napoleon_use_ivar = True
intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'numpy': ('http://docs.scipy.org/doc/numpy/', None),
'pandas': ('http://pandas.pydata.org/pandas-docs/stable/', None)
'pandas': ('http://pandas.pydata.org/pandas-docs/stable/', None),
'matplotlib': ('http://matplotlib.org/', None)
}