First part of the tutorial. Many explanations missing but it's a start.

This commit is contained in:
Armin Ronacher 2010-04-15 02:21:46 +02:00
parent c4f5c2fb9a
commit 1246f4088a
9 changed files with 394 additions and 14 deletions

View file

@ -7,9 +7,11 @@ Welcome to Flask
Welcome to Flask's documentation. This documentation is divided in
different parts. I would suggest to get started with the
:ref:`installation` and then heading over to the :ref:`quickstart`. If
you want to dive into all the internal parts of Flask, check out the
:ref:`api` documentation. Common patterns are described in the
:ref:`installation` and then heading over to the :ref:`quickstart`.
Besides the quickstart there is also a more detailed :ref:`tutorial` that
shows how to create a complete (albeit small) application with Flask. If
you rather want to dive into all the internal parts of Flask, check out
the :ref:`api` documentation. Common patterns are described in the
:ref:`patterns` section.
.. toctree::
@ -18,6 +20,7 @@ you want to dive into all the internal parts of Flask, check out the
foreword
installation
quickstart
tutorial
patterns
api
deploying