diff --git a/docs/source/development/gitwash/git_intro.txt b/docs/source/development/gitwash/git_intro.txt
deleted file mode 100644
index 6b0aa79..0000000
--- a/docs/source/development/gitwash/git_intro.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-==============
- Introduction
-==============
-
-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`.
-
-.. include:: git_links.txt
diff --git a/docs/source/development/gitwash/index.txt b/docs/source/development/gitwash/index.txt
index 93610f3..f3bb40e 100644
--- a/docs/source/development/gitwash/index.txt
+++ b/docs/source/development/gitwash/index.txt
@@ -1,18 +1,30 @@
 .. _using-git:
 
-Working with *ipython* source code
-======================================
+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`.
+
 
 Contents:
 
 .. toctree::
    :maxdepth: 2
-
-   git_intro
+   
    git_install
    following_latest
    patching
    git_development
    git_resources
 
-
+.. include:: git_links.txt