From 7a5b59f18504d0a6a55263d1e0ed1ce6c622e76f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 31 Dec 2011 10:35:52 -0500 Subject: [PATCH] refactor of dev env sections #65 --- docs/contents.rst.inc | 14 ++++++++++---- docs/{starting/dev-env.rst => dev/env.rst} | 0 docs/{scenarios => dev}/virtualenvs.rst | 0 3 files changed, 10 insertions(+), 4 deletions(-) rename docs/{starting/dev-env.rst => dev/env.rst} (100%) rename docs/{scenarios => dev}/virtualenvs.rst (100%) diff --git a/docs/contents.rst.inc b/docs/contents.rst.inc index 1effe99..de51208 100644 --- a/docs/contents.rst.inc +++ b/docs/contents.rst.inc @@ -24,10 +24,18 @@ This part of the guide focuses on setting up your Python environment. starting/which-python starting/installation - starting/dev-env starting/next +Development Environment +----------------------- + +.. toctree:: + :maxdepth: 2 + + dev/env + dev/virtualenvs + Writing Great Code ------------------ @@ -72,8 +80,6 @@ different scenarios. scenarios/admin scenarios/ci scenarios/speed - scenarios/virtualenvs - Additional Notes @@ -85,4 +91,4 @@ Contibution notes and legal information are here (for those interested). :maxdepth: 2 notes/contribute - notes/license + notes/license diff --git a/docs/starting/dev-env.rst b/docs/dev/env.rst similarity index 100% rename from docs/starting/dev-env.rst rename to docs/dev/env.rst diff --git a/docs/scenarios/virtualenvs.rst b/docs/dev/virtualenvs.rst similarity index 100% rename from docs/scenarios/virtualenvs.rst rename to docs/dev/virtualenvs.rst