##// END OF EJS Templates
Make ascii completion test ignore local files...
Make ascii completion test ignore local files This test was failing because \f completed to a matplotlib fontcache file. That's possibly erroneous, but it's not what this test was checking for, so I made it use a temporary working directory.

File last commit:

r19510:2bb1f2b3
r21275:3249e15f
Show More
jsdoc_config.json
21 lines | 389 B | application/json | JsonLexer
/ docs / jsdoc_config.json
Jonathan Frederic
Start JSDoc integration
r19503 {
Jonathan Frederic
Some typo fixes
r19507 "markdown": {
"parser": "gfm"
Jonathan Frederic
Start JSDoc integration
r19503 },
Jonathan Frederic
Some typo fixes
r19507 "plugins": [
Jonathan Frederic
Write a plugin to handle private function automatically.
r19510 "plugins/markdown" ,
"jsdoc_plugin.js"
Jonathan Frederic
Some typo fixes
r19507 ],
Jonathan Frederic
Start JSDoc integration
r19503 "source": {
"include": [
"../IPython/html/static/notebook/js/notebook.js"
]
},
Jonathan Frederic
Some typo fixes
r19507 "tags": {
"allowUnknownTags": true
},
Jonathan Frederic
Start JSDoc integration
r19503 "templates": {
"cleverLinks": false,
"monospaceLinks": false
Jonathan Frederic
Finish implementing JSDoc support
r19504 }
Jonathan Frederic
Some typo fixes
r19507 }