Show More
@@ -1097,9 +1097,9 b' define([' | |||
|
1097 | 1097 | |
|
1098 | 1098 | Notebook.prototype._warn_heading = function () { |
|
1099 | 1099 | /** |
|
1100 | * warn about heading cells being removed | |
|
1100 | 1101 | * @private |
|
1101 | 1102 | */ |
|
1102 | // warn about heading cells being removed | |
|
1103 | 1103 | dialog.modal({ |
|
1104 | 1104 | notebook: this, |
|
1105 | 1105 | keyboard_manager: this.keyboard_manager, |
@@ -1,19 +1,20 b'' | |||
|
1 | 1 | { |
|
2 |
" |
|
|
3 | "allowUnknownTags": true | |
|
2 | "markdown": { | |
|
3 | "parser": "gfm" | |
|
4 | 4 | }, |
|
5 | "plugins": [ | |
|
6 | "plugins/markdown" | |
|
7 | ], | |
|
5 | 8 | "source": { |
|
6 | 9 | "include": [ |
|
7 | 10 | "../IPython/html/static/notebook/js/notebook.js" |
|
8 | 11 | ] |
|
9 | 12 | }, |
|
10 |
" |
|
|
13 | "tags": { | |
|
14 | "allowUnknownTags": true | |
|
15 | }, | |
|
11 | 16 | "templates": { |
|
12 | 17 | "cleverLinks": false, |
|
13 | 18 | "monospaceLinks": false |
|
14 | }, | |
|
15 | "plugins": [ "plugins/markdown" ], | |
|
16 | "markdown": { | |
|
17 | "parser": "gfm" | |
|
18 | 19 | } |
|
19 | } No newline at end of file | |
|
20 | } |
@@ -43,11 +43,11 b' FOR %%L IN (html pickle htmlhelp latex changes linkcheck) DO (' | |||
|
43 | 43 | ) |
|
44 | 44 | ) |
|
45 | 45 | |
|
46 |
IF "%1" == " |
|
|
46 | IF "%1" == "jsapi" ( | |
|
47 | 47 | %JSDOC% -c jsdoc_config.json -d ./build/jsapi_html/ |
|
48 | 48 | ) |
|
49 | 49 | |
|
50 |
IF "%1" == " |
|
|
50 | IF "%1" == "clean" ( | |
|
51 | 51 | RD /s /q build dist %SRCDIR%\api\generated 2>NUL |
|
52 | 52 | IF ERRORLEVEL 0 ECHO Build environment cleaned! |
|
53 | 53 | GOTO END |
General Comments 0
You need to be logged in to leave comments.
Login now