From da24fa2f9f1d92aa990bfe12eb518417384e1151 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Jan 2012 05:01:54 -0500 Subject: [PATCH] refactor --- docs/contents.rst.inc | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/docs/contents.rst.inc b/docs/contents.rst.inc index d157b5c..816aa63 100644 --- a/docs/contents.rst.inc +++ b/docs/contents.rst.inc @@ -19,15 +19,6 @@ This part of the guide focuses on setting up your Python environment. -Development Environment ------------------------ - -.. toctree:: - :maxdepth: 2 - - dev/env - dev/virtualenvs - Writing Great Code ------------------ @@ -75,6 +66,18 @@ This part of the guide focuses on deploying your Python code. shipping/freezing +Development Environment +----------------------- + +.. toctree:: + :maxdepth: 2 + + dev/env + dev/virtualenvs + + + + Additional Notes ----------------