##// END OF EJS Templates
fix help-links on Firefox...
fix help-links on Firefox link text must come after icon to layout properly on Firefox this makes help links from the kernel match those already populated from the template

File last commit:

r19510:2bb1f2b3
r20236:a234d15b
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 }