From 75d4947e819dc147800938f7ed94bdd55326f50b Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Wed, 26 Mar 2014 18:00:01 -0500 Subject: [PATCH] Point to the stable SymPy docs, not the dev docs --- IPython/html/templates/notebook.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/templates/notebook.html b/IPython/html/templates/notebook.html index 79c60f5dd..eebd652fd 100644 --- a/IPython/html/templates/notebook.html +++ b/IPython/html/templates/notebook.html @@ -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) ) )