Added docs, fixed some bugs I introduced last commit
This commit is contained in:
parent
7d6b8e9ab3
commit
3d719f35f5
13 changed files with 808 additions and 10 deletions
|
|
@ -1,6 +1,10 @@
|
|||
Welcome to Flask
|
||||
================
|
||||
|
||||
.. image:: _static/logo-full.png
|
||||
:alt: The Flask Logo with Subtitle
|
||||
:align: right
|
||||
|
||||
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
|
||||
|
|
@ -11,7 +15,9 @@ you want to dive into all the internal parts of Flask, check out the
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
foreword
|
||||
installation
|
||||
quickstart
|
||||
patterns
|
||||
api
|
||||
becomingbig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue