##// END OF EJS Templates
Fold gitwash introduction section into section main page.
Thomas Kluyver -
Show More
@@ -1,18 +1,30 b''
1 1 .. _using-git:
2 2
3 Working with *ipython* source code
4 ======================================
3 Working with IPython source code
4 ================================
5
6 These pages describe a git_ and github_ workflow for the IPython_ project.
7
8 There are several different workflows here, for different ways of
9 working with IPython.
10
11 This is not a comprehensive git_ reference, it's just a workflow for our
12 own project. It's tailored to the github_ hosting service. You may well
13 find better or quicker ways of getting stuff done with git, but these
14 should get you started.
15
16 For general resources for learning git_ see :ref:`git-resources`.
17
5 18
6 19 Contents:
7 20
8 21 .. toctree::
9 22 :maxdepth: 2
10
11 git_intro
23
12 24 git_install
13 25 following_latest
14 26 patching
15 27 git_development
16 28 git_resources
17 29
18
30 .. include:: git_links.txt
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now