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 ----------------