flask/docs/contents.rst.inc

42 lines
708 B
PHP
Raw Normal View History

User's Guide
------------
This part of the documentation is written text and should give you an idea
how to work with Flask. It's a series of step-by-step instructions for
web development.
.. toctree::
:maxdepth: 2
foreword
installation
quickstart
tutorial/index
testing
patterns/index
deploying/index
becomingbig
2010-04-25 17:33:56 +02:00
API Reference
-------------
2010-04-25 17:33:56 +02:00
If you are looking for information on a specific function, class or
method, this part of the documentation is for you:
.. toctree::
:maxdepth: 2
2010-04-25 17:33:56 +02:00
api
2010-04-25 17:33:56 +02:00
Additional Notes
----------------
2010-04-25 17:33:56 +02:00
Design notes, legal information and changelog are here for the interested:
.. toctree::
:maxdepth: 2
2010-04-25 17:33:56 +02:00
design
license
changelog