Browse Source

Update help links.

Brian E. Granger 8 years ago
parent
commit
7798aec88b
1 changed files with 6 additions and 11 deletions
  1. 6 11
      packages/help-extension/src/index.ts

+ 6 - 11
packages/help-extension/src/index.ts

@@ -67,8 +67,12 @@ const HELP_CLASS = 'jp-Help';
 
 
 const RESOURCES = [
 const RESOURCES = [
   {
   {
-    text: 'Scipy Lecture Notes',
-    url: 'http://www.scipy-lectures.org/'
+    text: 'Notebook Reference',
+    url: 'https://jupyter-notebook.readthedocs.io/en/latest/'
+  },
+  {
+    text: 'IPython Reference',
+    url: 'http://ipython.readthedocs.io/en/stable/'
   },
   },
   {
   {
     text: 'Numpy Reference',
     text: 'Numpy Reference',
@@ -78,19 +82,10 @@ const RESOURCES = [
     text: 'Scipy Reference',
     text: 'Scipy Reference',
     url: 'https://docs.scipy.org/doc/scipy/reference/'
     url: 'https://docs.scipy.org/doc/scipy/reference/'
   },
   },
-  {
-    text: 'Notebook Tutorial',
-    url: 'https://nbviewer.jupyter.org/github/jupyter/notebook/' +
-      'blob/master/docs/source/examples/Notebook/Notebook Basics.ipynb'
-  },
   {
   {
     text: 'Python Reference',
     text: 'Python Reference',
     url: 'https://docs.python.org/3.5/'
     url: 'https://docs.python.org/3.5/'
   },
   },
-  {
-    text: 'IPython Reference',
-    url: 'https://ipython.org/documentation.html?v=20160707164940'
-  },
   {
   {
     text: 'Matplotlib Reference',
     text: 'Matplotlib Reference',
     url: 'http://matplotlib.org/contents.html?v=20160707164940'
     url: 'http://matplotlib.org/contents.html?v=20160707164940'