diff --git a/docs/contents.rst.inc b/docs/contents.rst.inc index 1effe99..de51208 100644 --- a/docs/contents.rst.inc +++ b/docs/contents.rst.inc @@ -24,10 +24,18 @@ This part of the guide focuses on setting up your Python environment. starting/which-python starting/installation - starting/dev-env starting/next +Development Environment +----------------------- + +.. toctree:: + :maxdepth: 2 + + dev/env + dev/virtualenvs + Writing Great Code ------------------ @@ -72,8 +80,6 @@ different scenarios. scenarios/admin scenarios/ci scenarios/speed - scenarios/virtualenvs - Additional Notes @@ -85,4 +91,4 @@ Contibution notes and legal information are here (for those interested). :maxdepth: 2 notes/contribute - notes/license + notes/license diff --git a/docs/starting/dev-env.rst b/docs/dev/env.rst similarity index 100% rename from docs/starting/dev-env.rst rename to docs/dev/env.rst diff --git a/docs/scenarios/virtualenvs.rst b/docs/dev/virtualenvs.rst similarity index 100% rename from docs/scenarios/virtualenvs.rst rename to docs/dev/virtualenvs.rst