forked from orbit-oss/flask
First part of the tutorial. Many explanations missing but it's a start.
This commit is contained in:
parent
c4f5c2fb9a
commit
1246f4088a
9 changed files with 394 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue