This commit is contained in:
Kenneth Reitz
2012-01-23 03:49:02 -05:00
parent 462caf1e66
commit 3d17632d55
+19 -19
View File
@@ -35,6 +35,25 @@ This part of the guide focuses on best practices for writing Python code.
Scenario Guide
--------------
This part of the guide focuses on tool and module advice based on
different scenarios.
.. toctree::
:maxdepth: 2
scenarios/web
scenarios/cli
scenarios/gui
scenarios/db
scenarios/admin
scenarios/ci
scenarios/speed
scenarios/scientific
Shipping Great Code
-------------------
@@ -47,25 +66,6 @@ This part of the guide focuses on deploying your Python code.
shipping/freezing
Scenario Guide
--------------
This part of the guide focuses on tool and module advice based on
different scenarios.
.. toctree::
:maxdepth: 2
scenarios/cli
scenarios/gui
scenarios/web
scenarios/db
scenarios/admin
scenarios/ci
scenarios/speed
scenarios/scientific
Additional Notes
----------------