##// END OF EJS Templates
Merge pull request #1933 from bfroehle/oinspect_find_file...
Merge pull request #1933 from bfroehle/oinspect_find_file oinspect.find_file: Additional safety if file cannot be found. In some code paths, e.g. when introspecting fortran objects generated by f2py, oinspect.find_file will raise an UnboundLocalError. Prevent this by setting fname to None.

File last commit:

r6610:b9a817a6
r7522:410a18b7 merge
Show More
README
14 lines | 685 B | text/plain | TextLexer
MinRK
add unminified/README...
r6610 We use minified versions of JQuery / jQueryUI and google-code-prettify in the Notebook.
Some package managers require full versions alongside minified, and they can be
dropped in here, if necessary.
origins of our minified js:
prettify: http://google-code-prettify.googlecode.com/files/prettify-small-1-Jun-2011.tar.bz2
jQuery-1.6.2: http://code.jquery.com/jquery-1.6.2.min.js
jQueryUI-1.8.14: generated by https://jqueryui.com/download
And their unminified counterparts:
prettify: http://google-code-prettify.googlecode.com/files/prettify-1-Jun-2011.tar.bz2
jQuery-1.6.2: http://code.jquery.com/jquery-1.6.2.js
jQueryUI-1.8.14: https://github.com/jquery/jquery-ui/tarball/1.8.14