updated contents

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-30 09:18:19 -04:00
parent afa74782c5
commit 2580273838
+16 -16
View File
@@ -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
----------------