summaryrefslogtreecommitdiff
path: root/doc/source/dev/gitwash/forking_hell.rst
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2010-10-18 14:27:39 +0200
committerPauli Virtanen <pav@iki.fi>2010-10-19 00:24:02 +0200
commit3c2af9e9bff5ad9fdd394f43e14a43fdc6bf6d50 (patch)
tree85b59637eca3a6d1a40d0146dce8c1a64e151b4d /doc/source/dev/gitwash/forking_hell.rst
parent98484bb6e3958a26d8f7a4742975e13713003c64 (diff)
downloadnumpy-3c2af9e9bff5ad9fdd394f43e14a43fdc6bf6d50.tar.gz
DOC: dev: try to improve Git workflow docs
Diffstat (limited to 'doc/source/dev/gitwash/forking_hell.rst')
-rw-r--r--doc/source/dev/gitwash/forking_hell.rst33
1 files changed, 0 insertions, 33 deletions
diff --git a/doc/source/dev/gitwash/forking_hell.rst b/doc/source/dev/gitwash/forking_hell.rst
deleted file mode 100644
index 3af444e0b..000000000
--- a/doc/source/dev/gitwash/forking_hell.rst
+++ /dev/null
@@ -1,33 +0,0 @@
-.. _forking:
-
-==========================================
-Making your own copy (fork) of NumPy
-==========================================
-
-You need to do this only once. The instructions here are very similar
-to the instructions at http://help.github.com/forking/ - please see that
-page for more detail. We're repeating some of it here just to give the
-specifics for the NumPy_ project, and to suggest some default names.
-
-Set up and configure a github_ account
-======================================
-
-If you don't have a github_ account, go to the github_ page, and make one.
-
-You then need to configure your account to allow write access - see the
-``Generating SSH keys`` help on `github help`_.
-
-Create your own forked copy of NumPy_
-=========================================
-
-#. Log into your github_ account.
-#. Go to the NumPy_ github home at `NumPy github`_.
-#. Click on the *fork* button:
-
- .. image:: forking_button.png
-
- Now, after a short pause and some 'Hardcore forking action', you
- should find yourself at the home page for your own forked copy of NumPy_.
-
-.. include:: git_links.inc
-