Show More
@@ -1,18 +1,30 b'' | |||||
1 | .. _using-git: |
|
1 | .. _using-git: | |
2 |
|
2 | |||
3 |
Working with |
|
3 | Working with IPython source code | |
4 |
================================ |
|
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 | Contents: |
|
19 | Contents: | |
7 |
|
20 | |||
8 | .. toctree:: |
|
21 | .. toctree:: | |
9 | :maxdepth: 2 |
|
22 | :maxdepth: 2 | |
10 |
|
23 | |||
11 | git_intro |
|
|||
12 | git_install |
|
24 | git_install | |
13 | following_latest |
|
25 | following_latest | |
14 | patching |
|
26 | patching | |
15 | git_development |
|
27 | git_development | |
16 | git_resources |
|
28 | git_resources | |
17 |
|
29 | |||
18 |
|
30 | .. include:: git_links.txt |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now