Skip to content

Commit 2ad41c8

Browse files
committed
[docs] remove references to the wiki [skip CI]
1 parent 02a9fb9 commit 2ad41c8

File tree

5 files changed

+6
-11
lines changed

5 files changed

+6
-11
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ Most also have a markdown readme file for documentation.
5757
The `jupyter_nbextensions_configurator` server extension shows an nbextensions
5858
tab on the main notebook dashboard (file tree page) from which you can see each
5959
nbextension's markdown readme, and configure its options.
60-
To view documentation without installing, you can browse the nbextensions
60+
To view documentation without installing, you can check the list at
61+
[jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions.html](http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions.html),
62+
or browse the nbextensions
6163
directory to read markdown readmes on github at
6264
[github.com/ipython-contrib/jupyter_contrib_nbextensions/tree/master/src/jupyter_contrib_nbextensions/nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tree/master/src/jupyter_contrib_nbextensions/nbextensions).
6365

64-
For older releases (2.x and 3.x), look at the [Wiki](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/wiki)
65-
6666
Some extensions are not documented. We encourage you to add documentation for them.
6767

6868

@@ -222,8 +222,6 @@ which will
222222
For complex or customized installation scenarios, please look at the
223223
documentation for installing notebook extensions, server extensions, nbconvert
224224
pre/postprocessors and templates on the [Jupyter homepage](https://jupyter.org).
225-
More information can also be found in the
226-
[Wiki](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/wiki).
227225

228226
See also [installing Jupyter](https://jupyter.readthedocs.io/en/latest/install.html)
229227

docs/source/install.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,5 @@ which will
154154
For complex or customized installation scenarios, please look at the
155155
documentation for installing notebook extensions, server extensions, nbconvert
156156
pre/postprocessors and templates on the [Jupyter homepage](https://jupyter.org).
157-
More information can also be found in the
158-
[Wiki](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/wiki).
159157

160158
See also [installing Jupyter](https://jupyter.readthedocs.io/en/latest/install.html)

src/jupyter_contrib_nbextensions/nbextensions/exercise/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The extensions provide
2424
- a cell widget -- A plus/minus button in `exercise` and a sliding checkbox in `exercise2`.
2525

2626
The menubar button is devoted to the creation or removing of the solution. The solution consists in several consecutive cells that can be selected either by multicell selection (*Shift-J* (select next) or *Shift-K* (select previous) keyboard shortcuts --
27-
*Shift-up* and *Shift-down* will probably work in a near future) or using the [rubberband extension](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/wiki/Rubberband).
27+
*Shift-up* and *Shift-down* will probably work in a near future) or using the rubberband extension.
2828

2929
**Creating a solution **
3030
Several cells being selected, pressing the menubar button adds a `cell widget` and hides the cells excepted the first one which serves as a heading cell. *Do not forget to keep the Shift key pressed down while clicking on the menu button

src/jupyter_contrib_nbextensions/nbextensions/exercise2/readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ The example below demonstrates some of the features of the exercise extensions.
2222
- a cell widget -- A plus/minus button in `exercise` and a sliding checkbox in `exercise2`.
2323

2424
The menubar button is devoted to the creation or removing of the solution. The solution consists in several consecutive cells that can be selected either by multicell selection (*Shift-J* (select next) or *Shift-K* (select previous) keyboard shortcuts --
25-
*Shift-up* and *Shift-down* will probably work in a near future) or using the
26-
[rubberband extension](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/wiki/Rubberband).
25+
*Shift-up* and *Shift-down* will probably work in a near future) or using the rubberband extension.
2726

2827
**Creating a solution **
2928
Several cells being selected, pressing the menubar button adds a `cell widget` and hides the cells excepted the first one which serves as a heading cell. *Do not forget to keep the Shift key pressed down while clicking on the menu button

src/jupyter_contrib_nbextensions/nbextensions/snippets_menu/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ Comment out whatever you've got in `custom.js`, and add in the simple
549549
configuration from [the beginning](#installation). If that doesn't
550550
work, try the following steps
551551
suggested
552-
[here](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/wiki#troubleshooting):
552+
[here](http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/troubleshooting.html):
553553

554554
1. Clear your browser cache or start a private browser tab.
555555
2. Verify your `custom.js` is the one the notebook is seeing, by opening it

0 commit comments

Comments
 (0)