From 25802738385546e59e7daed200cbacfc71031518 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 30 Sep 2017 09:18:19 -0400 Subject: [PATCH] updated contents Signed-off-by: Kenneth Reitz --- docs/contents.rst.inc | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/contents.rst.inc b/docs/contents.rst.inc index b5673cc..223c643 100644 --- a/docs/contents.rst.inc +++ b/docs/contents.rst.inc @@ -20,6 +20,22 @@ New to Python? Let's properly setup up your Python environment. starting/install/osx starting/install/win starting/install/linux + dev/virtualenvs + + +Python Development Environments +------------------------------- + +This part of the guide focus on the Python development environment, +and the best-practice tools that are available for writing Python code. + +.. toctree:: + :maxdepth: 2 + + dev/env + dev/virtualenvs + dev/pip-virtualenv + @@ -83,22 +99,6 @@ This part of the guide focuses on deploying your Python code. shipping/freezing -Python Development Environments -------------------------------- - -This part of the guide focus on the Python development environment, -and the best-practice tools that are available for writing Python code. - -.. toctree:: - :maxdepth: 2 - - dev/env - dev/virtualenvs - dev/pip-virtualenv - - - - Additional Notes ----------------