mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
enhancements
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
Code Style
|
||||
==========
|
||||
|
||||
|
||||
Idioms
|
||||
::::::
|
||||
|
||||
|
||||
Zen of Python
|
||||
-------------
|
||||
|
||||
|
||||
PEP-8
|
||||
-----
|
||||
+39
-17
@@ -1,32 +1,54 @@
|
||||
Contents
|
||||
--------
|
||||
Introduction
|
||||
------------
|
||||
|
||||
This part of the documentation, which is mostly prose, begins with some
|
||||
background information about Flask, then focuses on step-by-step
|
||||
instructions for web development with Flask.
|
||||
background information about Python, then focuses on next steps.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
introduction
|
||||
community
|
||||
resources
|
||||
|
||||
|
||||
|
||||
Getting Started
|
||||
---------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
foreword
|
||||
installation
|
||||
which-python
|
||||
installation
|
||||
getting-started-next
|
||||
|
||||
|
||||
Writing Great Code
|
||||
------------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
dev-env
|
||||
useful-tools
|
||||
tutorial/index
|
||||
project-structure
|
||||
code-style
|
||||
documentation
|
||||
testing
|
||||
packaging
|
||||
|
||||
|
||||
|
||||
Shipping Great Code
|
||||
-------------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
project-structure
|
||||
documentation
|
||||
testing
|
||||
packaging
|
||||
templating
|
||||
testing
|
||||
errorhandling
|
||||
config
|
||||
signals
|
||||
shell
|
||||
patterns/index
|
||||
deploying/index
|
||||
becomingbig
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user