flask/docs/index.rst

33 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2019-09-24 06:35:10 -07:00
.. rst-class:: hide-header
Welcome to Flask
================
2019-09-24 06:35:10 -07:00
.. image:: _static/flask-logo.png
:alt: Flask: web development, one drop at a time
:align: center
:target: https://palletsprojects.com/p/flask/
Welcome to Flask's documentation. This documentation is divided into
different parts. I recommend that you get started with
:ref:`installation` and then head over to the :ref:`quickstart`.
2011-06-25 18:34:33 -07:00
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'd rather dive into the internals of Flask, check out
the :ref:`api` documentation. Common patterns are described in the
:ref:`patterns` section.
Flask depends on two external libraries: the `Jinja2`_ template
engine and the `Werkzeug`_ WSGI toolkit. These libraries are not documented
2011-06-25 18:34:33 -07:00
here. If you want to dive into their documentation, check out the
2010-04-16 12:21:31 +02:00
following links:
2014-04-26 01:20:12 +02:00
- `Jinja2 Documentation <http://jinja.pocoo.org/docs>`_
- `Werkzeug Documentation <http://werkzeug.pocoo.org/docs>`_
2010-04-16 12:21:31 +02:00
2014-04-26 01:20:12 +02:00
.. _Jinja2: http://jinja.pocoo.org/
2010-04-16 12:21:31 +02:00
.. _Werkzeug: http://werkzeug.pocoo.org/
.. include:: contents.rst.inc