flask/docs/contents.rst.inc

60 lines
961 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 17:42:01 +02:00
config
2010-07-17 15:25:53 +02:00
signals
2011-06-28 14:24:54 +02:00
views
appcontext
reqcontext
2011-06-07 15:32:44 +02:00
blueprints
extensions
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-10 23:06:54 +02:00
security
unicode
extensiondev
styleguide
2013-06-09 12:42:24 +01:00
python3
upgrading
changelog
2010-06-19 17:17:50 +02:00
license