##// END OF EJS Templates
Merge pull request #13 from ipython/next_url...
Merge pull request #13 from ipython/next_url restrict login redirect to notebook app closes #8314

File last commit:

r19510:2bb1f2b3
r21490:4370a155 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
}
}