flask/docs/contents.rst.inc

63 lines
994 B
PHP
Raw Normal View History

User's Guide
------------
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.
.. toctree::
:maxdepth: 2
foreword
advanced_foreword
installation
quickstart
tutorial/index
templating
testing
errorhandling
2010-05-27 23:42:01 +08:00
config
2010-07-17 21:25:53 +08:00
signals
2011-06-28 20:24:54 +08:00
views
appcontext
reqcontext
2011-06-07 21:32:44 +08:00
blueprints
extensions
2014-04-28 19:27:13 +08:00
cli
server
shell
patterns/index
deploying/index
becomingbig
API Reference
-------------
If you are looking for information on a specific function, class or
method, this part of the documentation is for you.
.. toctree::
:maxdepth: 2
api
Additional Notes
----------------
Design notes, legal information and changelog are here for the interested.
.. toctree::
:maxdepth: 2
design
htmlfaq
2010-06-11 05:06:54 +08:00
security
unicode
extensiondev
styleguide
2013-06-09 19:42:24 +08:00
python3
upgrading
changelog
2010-06-19 23:17:50 +08:00
license
contributing