From 6a0c87723895718782cc143e5152cd81d2c57ebc Mon Sep 17 00:00:00 2001 From: Synnborg <132445867+Synnborg@users.noreply.github.com> Date: Wed, 3 May 2023 11:49:08 +0200 Subject: [PATCH] Add an intro sentence --- docs/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index c447bb05..00cda328 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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