Skip to content

Commit e43fbb6

Browse files
committed
[docs] fix github PR links in changelog
1 parent 182a0c5 commit e43fbb6

File tree

1 file changed

+39
-38
lines changed

1 file changed

+39
-38
lines changed

CHANGELOG.md

Lines changed: 39 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -25,27 +25,27 @@ which makes it much easier to fill in each release's changelog :)
2525
0.3.3
2626
-----
2727

28-
- [#1128](https://github.com/ipython-contrib/pulls/1128)
29-
bugfix for notebook < 5.2.0, bugs introduced by
30-
[@jcb91](https://github.com/jcb91) in
31-
[#1123](https://github.com/ipython-contrib/pulls/1123)
28+
- [#1128](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1128)
29+
bugfix for notebook < 5.2.0, bugs introduced by [@jcb91](https://github.com/jcb91) in
30+
[#1123](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1123)
31+
3232

3333
0.3.2
3434
-----
3535

3636
Repo-level stuff:
3737

38-
- [#1097](https://github.com/ipython-contrib/pulls/1097)
38+
- [#1097](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1097)
3939
[@juhasch](https://github.com/juhasch)
4040
Increase lint's allowed line length to 120
41-
- [#1100](https://github.com/ipython-contrib/pulls/1100)
41+
- [#1100](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1100)
4242
[@juhasch](https://github.com/juhasch)
4343
Add note about --skip-running-check flag to docs
4444
- [#1117](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1117)
4545
[@jcb91](https://github.com/jcb91)
4646
test yaml files using jupyter_nbextensions_configurator to avoid any yaml
4747
typos which may prevent nbextensions from getting installed.
48-
- [#1103](https://github.com/ipython-contrib/pulls/1103)
48+
- [#1103](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1103)
4949
[@Sukneet](https://github.com/Sukneet)
5050
update add_buttons_group to use action instead of button
5151

@@ -56,36 +56,36 @@ New features and bugfixes:
5656
[@jcb91](https://github.com/jcb91)
5757
Merge upstream changes, using textareas for json parameter editing
5858
- `collapsible_headings`
59-
[#1109](https://github.com/ipython-contrib/pulls/1109)
59+
[#1109](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1109)
6060
[@jcb91](https://github.com/jcb91)
6161
bugfix: update *all* headings on markdown rendering
6262
- `embedhtml`
63-
[#1052](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1052)
63+
[#1052](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1052)
6464
[@gabyx](https://github.com/gabyx)
6565
Changed regex parsing in embedhtml.py to XML parsing with lxml, regex
6666
- `python-markdown`
67-
* [#1081](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1081)
67+
* [#1081](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1081)
6868
[@yarikoptic](https://github.com/yarikoptic)
6969
fix minor readme typo: currently -> current
70-
* [#1122](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1122)
70+
* [#1122](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1122)
7171
[@jcb91](https://github.com/jcb91)
7272
avoid js error when marked doesn't wrap things in `<p>` tags
7373
- `ruler`
74-
[#1116](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1116)
74+
[#1116](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1116)
7575
[@jcb91](https://github.com/jcb91)
7676
css patch for notebook > 4.2.3 - see
7777
[jupyter/notebook#2869](https://github.com/jupyter/notebook/issues/2869)
7878
for details
7979
- `runtools`
80-
[#946](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/946)
80+
[#946](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/946)
8181
[@juhasch](https://github.com/juhasch)
8282
Use a scheduling list for running marked cells
8383
- `scratchpad`
84-
[#1089](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1089)
84+
[#1089](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1089)
8585
[@jcb91](https://github.com/jcb91)
8686
fix typo in yaml
8787
- `toc2`
88-
* [#1068](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1068)
88+
* [#1068](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1068)
8989
[@jfbercher](https://github.com/jfbercher)
9090
Scrolling: add a mark to currently displayed section in TOC window
9191
* [#1084](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1084)
@@ -97,35 +97,36 @@ New features and bugfixes:
9797
[@fkoessel](https://github.com/fkoessel)
9898
Ensure notebook is not widened if sidebar is displayed and
9999
`cfg.widenNotebook` is unchecked.
100-
* [#1095](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1095)
100+
* [#1095](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1095)
101101
[@fkjogu](https://github.com/fkjogu)
102102
Beautify toc2.js using js-beautify
103-
* [#1110](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1110)
103+
* [#1110](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1110)
104104
[@jcb91](https://github.com/jcb91)
105105
constrain draggable toc to the body
106-
* [#1111](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1111)
106+
* [#1111](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1111)
107107
[@jcb91](https://github.com/jcb91)
108108
remove unused variables & commented code
109-
* [#1112](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1112)
109+
* [#1112](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1112)
110110
[@jcb91](https://github.com/jcb91)
111111
use requirejs to get events
112-
* [#1120](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1120)
112+
* [#1120](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1120)
113113
[@jcb91](https://github.com/jcb91)
114114
simplify ToC cell processing
115-
* [#1121](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1121)
115+
* [#1121](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1121)
116116
[@jcb91](https://github.com/jcb91)
117117
correct toc tree construction
118+
118119
- `zenmode`
119-
[#1062](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1062)
120+
[#1062](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1062)
120121
[@soamaven](https://github.com/soamaven)
121122
Make hiding of the Header and Menubar optional
122123

123124
Removed/deprecated nbextensions:
124125

125-
- [#539](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/539)
126+
- [#539](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/539)
126127
[@janschulz](https://github.com/janschulz)
127128
Remove deprecated extension `search-replace`
128-
- [#1108](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pulls/1108)
129+
- [#1108](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1108)
129130
[@juhasch](https://github.com/juhasch)
130131
Remove deprecated extensions `chrome-clipboard`, `dragdrop`, `search-replace`
131132

@@ -135,40 +136,40 @@ Removed/deprecated nbextensions:
135136

136137
Repo-level stuff:
137138

138-
- [#1073](https://github.com/ipython-contrib/pulls/1073)
139+
- [#1073](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1073)
139140
[@jcb91](https://github.com/jcb91)
140141
Use newer conda version for recipe build test
141-
- [#1069](https://github.com/ipython-contrib/pulls/1069)
142+
- [#1069](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1069)
142143
[@jcb91](https://github.com/jcb91)
143144
Bugfix in installer, require newer versions of
144145
[`jupyter_contrib_core`](https://github.com/jupyter-contrib/jupyter_contrib_core)
145146
and
146147
[`jupyter_nbextensions_configurator`](https://github.com/jupyter-contrib/jupyter_nbextensions_configurator)
147-
- [#1059](https://github.com/ipython-contrib/pulls/1059)
148+
- [#1059](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1059)
148149
[@jcb91](https://github.com/jcb91)
149150
fix linting errors, disallow linting failure on Travis
150151

151152
New features and bugfixes:
152153

153154
- `codefolding`
154-
* [#1054](https://github.com/ipython-contrib/pulls/1054)
155+
* [#1054](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1054)
155156
[@gabyx](https://github.com/gabyx)
156157
[codefolding] preprocessor improvements
157-
* [#1072](https://github.com/ipython-contrib/pulls/1072)
158+
* [#1072](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1072)
158159
[@jcb91](https://github.com/jcb91)
159160
fix linting in preprocessor
160161
- `dragdrop`
161-
[#1063](https://github.com/ipython-contrib/pulls/1063)
162+
[#1063](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1063)
162163
[@juhasch](https://github.com/juhasch)
163164
Add note to docs about native drag&drop support
164165
- `toc2`
165-
[#1066](https://github.com/ipython-contrib/pulls/1066)
166+
[#1066](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1066)
166167
[@jfbercher](https://github.com/jfbercher)
167168
tentative fix for
168169
[#1065](https://github.com/ipython-contrib/issues/1065)
169170
by updating jqueryui cdn and version
170171
- for various nbextensions
171-
[#1061](https://github.com/ipython-contrib/pulls/1061)
172+
[#1061](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1061)
172173
[@jcb91](https://github.com/jcb91)
173174
use `Jupyter.notebook.config` instance, where appropriate
174175

@@ -360,18 +361,18 @@ fix link typos and redirects
360361

361362
New nbextensions, new features and bugfixes:
362363

363-
- `codefolding`
364+
- `codefolding`
364365
* [#927](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/927)
365366
[@juhasch](https://github.com/juhasch)
366367
bugfix, restore default codefolding hotkey
367368
* [#954](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/954)
368369
[@juhasch](https://github.com/juhasch)
369370
Make codefolding available in edit view
370-
- `collapsible_headings`
371+
- `collapsible_headings`
371372
[#950](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/950)
372373
[@jcb91](https://github.com/jcb91)
373374
fix tooltip placement bug for notebook 5.x, add 5.x compatibility
374-
- `comment-uncomment`
375+
- `comment-uncomment`
375376
[#953](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/953)
376377
[@juhasch](https://github.com/juhasch)
377378
Add option to indent comments to current indent level
@@ -419,7 +420,7 @@ New nbextensions, new features and bugfixes:
419420
[#864](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/864)
420421
[@simplygood](https://github.com/simplygood)
421422
fixed a typo in AutoScroll's `main.js`
422-
- `chrome-clipboard`
423+
- `chrome-clipboard`
423424
[#921](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/921)
424425
[@sdsawtelle](https://github.com/sdsawtelle)
425426
use utils function to add authentication to upload, fixing
@@ -432,7 +433,7 @@ New nbextensions, new features and bugfixes:
432433
[#905](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/905)
433434
[@jcb91](https://github.com/jcb91)
434435
**New nbextension**
435-
- `collapsible_headings`
436+
- `collapsible_headings`
436437
[#892](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/892)
437438
[@jcb91](https://github.com/jcb91)
438439
new features including support for embedding into html
@@ -470,7 +471,7 @@ New nbextensions, new features and bugfixes:
470471
adopt [minrk/scratchpad#12](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/12)
471472
to bugfix z-index for issue
472473
[#916](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/916)
473-
- `snippets_menu`
474+
- `snippets_menu`
474475
[#917](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/917)
475476
[@moble](https://github.com/moble)
476477
Fix documentation links

0 commit comments

Comments
 (0)