From d2bef2e01028d41a1036dd11ca3fd136026abe48 Mon Sep 17 00:00:00 2001 From: Josh Barnes Date: Thu, 28 Jul 2016 12:02:42 +0100 Subject: [PATCH] fixes for main readme * typo in `Notebook extension structure` section * remove reference to wiki for 'general installation information', since the readme is normally more up-to-date --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d506969..9b806cb 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ To view documentation without installing, you can browse the nbextensions directory to read markdown readmes on github at https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tree/master/src/jupyter_contrib_nbextensions/nbextensions. -For older releases (2.x and 3.x), and for general installation information, look at the [Wiki](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/wiki) +For older releases (2.x and 3.x), look at the [Wiki](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/wiki) Some extensions are not documented. We encourage you to add documentation for them. @@ -143,7 +143,8 @@ More information can also be found in the Notebook extension structure ============================ -The nbextensions are stored each as a separate subdirectory of `src/jup Each notebook extension typically has it's own directory containing: +The nbextensions are stored each as a separate subdirectory of `src/jupyter_contrib_nbextensions/nbextensions` +Each notebook extension typically has it's own directory containing: * `thisextension/main.js` - javascript implementing the extension * `thisextension/main.css` - optional CSS * `thisextension/readme.md` - readme file describing the extension in markdown format