forked from orbit-oss/flask
And finished documentation for most parts.
This commit is contained in:
parent
4edec48b74
commit
727c701686
5 changed files with 199 additions and 4 deletions
|
|
@ -1,13 +1,17 @@
|
|||
Welcome to Flask
|
||||
================
|
||||
|
||||
Welcome to Flask's documentation.
|
||||
|
||||
Contents:
|
||||
Welcome to Flask's documentation. This documentation is devided into
|
||||
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:`patterns` section.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
installation
|
||||
quickstart
|
||||
patterns
|
||||
api
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue