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
This commit is contained in:
Josh Barnes
2016-07-28 12:02:42 +01:00
parent 56fd7e18c6
commit d2bef2e010
+3 -2
View File
@@ -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