##// END OF EJS Templates
monkey patch codemirror with new functionality...
monkey patch codemirror with new functionality use marijnh recommended way: https://github.com/marijnh/CodeMirror/pull/661

File last commit:

r8187:3100d1ec
r9515:f1d5af1f
Show More
index.txt
20 lines | 347 B | text/plain | TextLexer
Brian Granger
Work on documentation....
r2276 .. _developer_guide:
=========================
IPython developer's guide
=========================
Brian E Granger
Beginning to organize the rst documentation.
r1256
.. toctree::
Brian Granger
Major work on the documentation....
r2277 :maxdepth: 1
Brian E Granger
Beginning to organize the rst documentation.
r1256
Brian Granger
Work on documentation....
r2276 contributing.txt
Fernando Perez
Add Git workflow docs from Gitwash....
r2599 gitwash/index.txt
Fernando Perez
More doc updates....
r1754 coding_guide.txt
doc_guide.txt
Brian Granger
Work on documentation....
r2276 testing.txt
release.txt
Brian Granger
Created doc describing the module reorganization.
r1798 reorg.txt
Fernando Perez
Added files from our zmq prototype into main ipython tree....
r2597 messaging.txt
MinRK
added parallel message docs to development section
r2790 parallel_messages.txt
parallel_connections.txt
Skipper Seabold
DOC: Add ipython_directive to developer docs
r6151 ipython_directive.txt