jsdoc_config.json
21 lines
| 389 B
| application/json
|
JsonLexer
/ docs / jsdoc_config.json
Jonathan Frederic
|
r19503 | { | ||
Jonathan Frederic
|
r19507 | "markdown": { | ||
"parser": "gfm" | ||||
Jonathan Frederic
|
r19503 | }, | ||
Jonathan Frederic
|
r19507 | "plugins": [ | ||
Jonathan Frederic
|
r19510 | "plugins/markdown" , | ||
"jsdoc_plugin.js" | ||||
Jonathan Frederic
|
r19507 | ], | ||
Jonathan Frederic
|
r19503 | "source": { | ||
"include": [ | ||||
"../IPython/html/static/notebook/js/notebook.js" | ||||
] | ||||
}, | ||||
Jonathan Frederic
|
r19507 | "tags": { | ||
"allowUnknownTags": true | ||||
}, | ||||
Jonathan Frederic
|
r19503 | "templates": { | ||
"cleverLinks": false, | ||||
"monospaceLinks": false | ||||
Jonathan Frederic
|
r19504 | } | ||
Jonathan Frederic
|
r19507 | } | ||