You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Volker Braun
08cbe7f770
Use require.toUrl for help_links
...
The kernel doesn't know about the base_url of the notebook, so he
cannot generate local urls. This is important if you want to serve
documentation locally, for example see
http://trac.sagemath.org/ticket/19885
Require.toUrl rewrites non-relative paths according to the path
configuration. For example, a help_link defined like
{
'text': 'Sage Documentation',
'url': 'kernelspecs/foo/bar.html',
},
is then correctly transformed to /base_url/kernelspecs/foo/bar.html
10 years ago
..
celltoolbarpresets
Revert "Use NPM, node ES5, and browserify."
11 years ago
about.js
Revert "Use NPM, node ES5, and browserify."
11 years ago
actions.js
Improve warning on bad JavaScript API usage.
10 years ago
cell.js
A bunch of js cleanup
10 years ago
celltoolbar.js
fix `CellToolbar.utils.checkbox_ui_generator` and `CellToolbar.utils.checkbox_input_generator` to match `CellToolbar.utils.checkbox_select_generator`, adding the input/checkbox to the button container rather than the to the label.
10 years ago
codecell.js
fix for #917 , a bug introduced by a typo in 89b7d96ccd
10 years ago
codemirror-ipython.js
Revert "Use NPM, node ES5, and browserify."
11 years ago
codemirror-ipythongfm.js
Revert "Use NPM, node ES5, and browserify."
11 years ago
commandpalette.js
Removed "window."
10 years ago
completer.js
Deprecate duplicate functions from utils.
11 years ago
contexthint.js
Revert "Use NPM, node ES5, and browserify."
11 years ago
kernelselector.js
avoid double-encoding base_url
11 years ago
keyboardmanager.js
Rework multiple selections to be continuous
10 years ago
main.js
Bind menu click to actions
11 years ago
maintoolbar.js
Carreau's comments
10 years ago
mathjaxutils.js
Revert "Use NPM, node ES5, and browserify."
11 years ago
menubar.js
Use require.toUrl for help_links
10 years ago
notebook.js
use math.ceill to allow values < 5s as input
10 years ago
notificationarea.js
Remove unused marked related code
10 years ago
outputarea.js
Do not allow `<` in url.
10 years ago
pager.js
Use jquery-ui instead of jqueryui
10 years ago
quickhelp.js
Update keyboard shortcuts page to accurately describe command mode (blue margin)
10 years ago
savewidget.js
avoid double-encoding base_url
11 years ago
scrollmanager.js
Set a default rate limit
10 years ago
searchandreplace.js
Fix #831
10 years ago
textcell.js
Merge pull request #708 from Carreau/fix-shift-jk
10 years ago
toolbar.js
make `IPython.toolbar.add_buttons_group` return the button group it creates
10 years ago
tooltip.js
Deprecate duplicate functions from utils.
11 years ago
tour.js
fix notebook tour bugs
10 years ago