##// END OF EJS Templates
Catch termios.error in pager...
Catch termios.error in pager This error is raised by termios.tcgetattr on really old Linux versions (here: Ubuntu 8.04.4) in doctests, that is, without a real stdout.

File last commit:

r19510:2bb1f2b3
r21030:e1fb5366
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
}
}