enhancements

This commit is contained in:
Kenneth Reitz
2011-04-23 16:20:57 -04:00
parent ae32dc971b
commit 25590163d1
6 changed files with 53 additions and 17 deletions
+14
View File
@@ -0,0 +1,14 @@
Code Style
==========
Idioms
::::::
Zen of Python
-------------
PEP-8
-----
View File
+39 -17
View File
@@ -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
View File
View File
View File