##// END OF EJS Templates
Replaced tabs with 4 spaces each
Replaced tabs with 4 spaces each

File last commit:

r19510:2bb1f2b3
r20901:08983461
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 }