##// END OF EJS Templates
Merge pull request #1353 from takluyver/i1345...
Merge pull request #1353 from takluyver/i1345 Save notebook as script using unicode file handle. Using io.open(), which is the Python 3 open() in 2.6 and above. Closes #1345

File last commit:

r2599:aa4014be
r6097:8e8b2a94 merge
Show More
git_development.txt
16 lines | 205 B | text/plain | TextLexer
Fernando Perez
Add Git workflow docs from Gitwash....
r2599 .. _git-development:
=====================
Git for development
=====================
Contents:
.. toctree::
:maxdepth: 2
forking_hell
set_up_fork
configure_git
development_workflow