Browse Source

added self and added jupyterlab documentation to help package, closes #3036

J Forde 7 years ago
parent
commit
918cfb0483
2 changed files with 5 additions and 0 deletions
  1. 1 0
      README.md
  2. 4 0
      packages/help-extension/src/index.ts

+ 1 - 0
README.md

@@ -127,6 +127,7 @@ JupyterLab is part of [Project Jupyter](http://jupyter.org/) and is developed by
   technical leadership, vision, phosphor.js)
 * Afshin Darian, Continuum Analytics (co-creator, settings, inspector, completer,
   prolific contributions throughout the code base).
+* Jessica Forde, UC Berkeley (demo, documentation)
 * Brian Granger, Cal Poly (co-creator, strategy, vision, management, UI/UX design,
   architecture).
 * Jason Grout, Bloomberg (co-creator, vision, general development).

+ 4 - 0
packages/help-extension/src/index.ts

@@ -72,6 +72,10 @@ const HELP_CLASS = 'jp-Help';
  */
 
 const RESOURCES = [
+  {
+    text: 'Jupyterlab Reference',
+    url: 'http://jupyterlab.readthedocs.io/en/stable/'
+  },
   {
     text: 'Notebook Reference',
     url: 'https://jupyter-notebook.readthedocs.io/en/latest/'