##// END OF EJS Templates
Merge pull request #7877 from minrk/install-doc...
Merge pull request #7877 from minrk/install-doc update install doc

File last commit:

r19510:2bb1f2b3
r20535:9e486f4c merge
Show More
jsdoc_config.json
21 lines | 389 B | application/json | JsonLexer
{
"markdown": {
"parser": "gfm"
},
"plugins": [
"plugins/markdown" ,
"jsdoc_plugin.js"
],
"source": {
"include": [
"../IPython/html/static/notebook/js/notebook.js"
]
},
"tags": {
"allowUnknownTags": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}