diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-05-07 09:42:01 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-05-07 09:42:01 -0400 |
commit | 1220e775b9cea52632334e9acfde0cfac85ef25f (patch) | |
tree | 4ed1a7a64e36e3d8a0ac7727829db76ed358474b /docs/hackinghowto.rst | |
parent | 4564da2210fe42b491c74d3d32e8b5c2ddb246a8 (diff) | |
download | mediagoblin-1220e775b9cea52632334e9acfde0cfac85ef25f.tar.lz mediagoblin-1220e775b9cea52632334e9acfde0cfac85ef25f.tar.xz mediagoblin-1220e775b9cea52632334e9acfde0cfac85ef25f.zip |
Fixes headers in hacking howto docs
Diffstat (limited to 'docs/hackinghowto.rst')
-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 ================== |