Point to the stable SymPy docs, not the dev docs

This commit is contained in:
Aaron Meurer 2014-03-26 18:00:01 -05:00
parent 9552688a71
commit 75d4947e81

View File

@ -234,7 +234,7 @@ class="notebook_app"
("http://docs.scipy.org/doc/numpy/reference/","NumPy",True),
("http://docs.scipy.org/doc/scipy/reference/","SciPy",True),
("http://matplotlib.org/contents.html","Matplotlib",True),
("http://docs.sympy.org/dev/index.html","SymPy",True),
("http://docs.sympy.org/latest/index.html","SymPy",True),
("http://pandas.pydata.org/pandas-docs/stable/","pandas", True)
)
)