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