mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 06:46:17 +00:00
refactor
This commit is contained in:
+19
-19
@@ -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
|
||||
----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user