Add an intro sentence

This commit is contained in:
Synnborg 2023-05-03 11:49:08 +02:00 committed by GitHub
parent 57e926c791
commit 6a0c877238
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,8 @@ Welcome to Flask
.. image:: _static/flask-horizontal.png
:align: center
Welcome to Flask's documentation. Get started with :doc:`installation`
Welcome to Flask's documentation. Flask is a Python micro framework
for building web applications. Get started with :doc:`installation`
and then get an overview with the :doc:`quickstart`. There is also a
more detailed :doc:`tutorial/index` that shows how to create a small but
complete application with Flask. Common patterns are described in the