diff options
-rw-r--r-- | docs/hackinghowto.rst | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst index a2a153aa..7fd9b349 100644 --- a/docs/hackinghowto.rst +++ b/docs/hackinghowto.rst @@ -146,8 +146,8 @@ To do this, do:: .. _hacking-with-buildout: -Creating a dev environment with bootstrap and buildout ------------------------------------------------------- +How to set up and maintain an environment for hacking with buildout +=================================================================== .. Note:: @@ -206,12 +206,6 @@ To do this, do:: rm -rf bin develop-eggs eggs mediagoblin.egg-info parts user_dev -.. _env_with_virtualenv: - -Creating a dev environment with virtualenv ------------------------------------------- - - Running the server ================== |