Skip to content

Commit 2580273

Browse files
committed
updated contents
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
1 parent afa7478 commit 2580273

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/contents.rst.inc

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,22 @@ New to Python? Let's properly setup up your Python environment.
2020
starting/install/osx
2121
starting/install/win
2222
starting/install/linux
23+
dev/virtualenvs
24+
25+
26+
Python Development Environments
27+
-------------------------------
28+
29+
This part of the guide focus on the Python development environment,
30+
and the best-practice tools that are available for writing Python code.
31+
32+
.. toctree::
33+
:maxdepth: 2
34+
35+
dev/env
36+
dev/virtualenvs
37+
dev/pip-virtualenv
38+
2339
2440
2541
@@ -83,22 +99,6 @@ This part of the guide focuses on deploying your Python code.
8399
shipping/freezing
84100
85101
86-
Python Development Environments
87-
-------------------------------
88-
89-
This part of the guide focus on the Python development environment,
90-
and the best-practice tools that are available for writing Python code.
91-
92-
.. toctree::
93-
:maxdepth: 2
94-
95-
dev/env
96-
dev/virtualenvs
97-
dev/pip-virtualenv
98-
99-
100-
101-
102102
Additional Notes
103103
----------------
104104

0 commit comments

Comments
 (0)