Added docs, fixed some bugs I introduced last commit

This commit is contained in:
Armin Ronacher 2010-04-10 15:49:15 +02:00
parent 7d6b8e9ab3
commit 3d719f35f5
13 changed files with 808 additions and 10 deletions

View file

@ -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