From 3d17632d55da6ec7dcb3430ca12ff47326374d11 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Jan 2012 03:49:02 -0500 Subject: [PATCH] refactor --- docs/contents.rst.inc | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/contents.rst.inc b/docs/contents.rst.inc index a6d7eb4..736d1a9 100644 --- a/docs/contents.rst.inc +++ b/docs/contents.rst.inc @@ -35,6 +35,25 @@ This part of the guide focuses on best practices for writing Python code. +Scenario Guide +-------------- + +This part of the guide focuses on tool and module advice based on +different scenarios. + +.. toctree:: + :maxdepth: 2 + + scenarios/web + scenarios/cli + scenarios/gui + scenarios/db + scenarios/admin + scenarios/ci + scenarios/speed + scenarios/scientific + + Shipping Great Code ------------------- @@ -47,25 +66,6 @@ This part of the guide focuses on deploying your Python code. shipping/freezing -Scenario Guide --------------- - -This part of the guide focuses on tool and module advice based on -different scenarios. - -.. toctree:: - :maxdepth: 2 - - scenarios/cli - scenarios/gui - scenarios/web - scenarios/db - scenarios/admin - scenarios/ci - scenarios/speed - scenarios/scientific - - Additional Notes ----------------