##// END OF EJS Templates
Merge pull request #1480 from minrk/npmagic...
Merge pull request #1480 from minrk/npmagic Fix %notebook magic, etc. nbformat unicode tests and fixes. * json.writes always gives unicode, so that `current.writes` can be trusted to give the same interface * setup base TestCase for nbformat tests, to consolidate code, and better test both file formats * add tests for reading/writing to files * allow `name` as kwarg to new_notebook to avoid unnecessary breakage of previous API. * remove fallback to xml, which would hide corrupt notebook files behind a nonsensical 'xml unsupported' message. Closes #1545, #1487.

File last commit:

r6151:f02551f0
r6479:c4cf9403 merge
Show More
index.txt
26 lines | 457 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 E Granger
Beginning to organize the rst documentation.
r1256 roadmap.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
Fernando Perez
Added notes with ideas about new design for %magics.
r2466 magic_blueprint.txt
Brian Granger
Continuing work on ipcontroller.
r2288 ipgraph.txt
muzgash
Documentation for the project added
r2542 ipython_qt.txt
Omar Andres Zapata Mesa
Added documentation for iptyhon-zmq
r2539 ipythonzmq.txt
MinRK
move notebook todo into dev docs
r5121 notebook_todo.txt
Skipper Seabold
DOC: Add ipython_directive to developer docs
r6151 ipython_directive.txt