##// END OF EJS Templates
Merge pull request #3765 from minrk/console-is-bad...
Merge pull request #3765 from minrk/console-is-bad cleanup terminal console iopub handling ensures IOPub for a given cell is handled before drawing the next prompt. Follows logic elsewhere using status=idle to indicated end of output for a given cell. Prior to this, early execute reply could result in some output being printed after the prompt for the next input.

File last commit:

r4152:c157a8ed
r11763:60cf5d83 merge
Show More
index.txt
30 lines | 712 B | text/plain | TextLexer
Fernando Perez
Add Git workflow docs from Gitwash....
r2599 .. _using-git:
Thomas Kluyver
Fold gitwash introduction section into section main page.
r4152 Working with IPython source code
================================
These pages describe a git_ and github_ workflow for the IPython_ project.
There are several different workflows here, for different ways of
working with IPython.
This is not a comprehensive git_ reference, it's just a workflow for our
own project. It's tailored to the github_ hosting service. You may well
find better or quicker ways of getting stuff done with git, but these
should get you started.
For general resources for learning git_ see :ref:`git-resources`.
Fernando Perez
Add Git workflow docs from Gitwash....
r2599
Contents:
.. toctree::
:maxdepth: 2
Thomas Kluyver
Fold gitwash introduction section into section main page.
r4152
Fernando Perez
Add Git workflow docs from Gitwash....
r2599 git_install
following_latest
patching
git_development
git_resources
Thomas Kluyver
Fold gitwash introduction section into section main page.
r4152 .. include:: git_links.txt