flask/docs
Krishna016 897024bf7d
Update index.rst
1+namber--:c+ / flask :
namber.. rst-class:: hide-header

Welcome to Flask
================

.. image:: _static/flask-horizontal.png
    :align: center

Welcome to Flask's documentation. 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
:doc:`patterns/index` section. The rest of the docs describe each
component of Flask in detail, with a full reference in the :doc:`api`
section.

Flask depends on the `Werkzeug`_ WSGI toolkit, the `Jinja`_ template engine, and the
`Click`_ CLI toolkit. Be sure to check their documentation as well as Flask's when
looking for information.

.. _Werkzeug: https://werkzeug.palletsprojects.com
.. _Jinja: https://jinja.palletsprojects.com
.. _Click: https://click.palletsprojects.com


User's Guide
------------

Flask provides configuration and conventions, with sensible defaults, to get started.
This section of the documentation explains the different parts of the Flask framework
and how they can be used, customized, and extended. Beyond Flask itself, look for
community-maintained extensions to add even more functionality.

.. toctree::
   :maxdepth: 2

   installation
   quickstart
   tutorial/index
   templating
   testing
   errorhandling
   debugging
   logging
   config
2024-05-11 18:53:53 +06:00
..
_static use new logo 2023-04-20 11:38:04 -07:00
deploying Merge branch '2.2.x' 2023-04-15 12:30:20 -07:00
patterns Fix wrong spelling of JS method .innerHTML 2023-09-24 15:58:22 +01:00
tutorial Update install.rst with required description 2023-07-03 05:51:06 -07:00
api.rst remove deprecated code 2023-08-16 15:00:49 -07:00
appcontext.rst blinker is required, signals are always available 2023-04-13 07:39:24 -07:00
async-await.rst New URL for the Quart project 2022-07-08 10:21:42 -07:00
blueprints.rst Ensure that blueprint subdomains suffix-chain 2023-01-04 18:06:04 +00:00
changes.rst docs rename changelog to changes 2021-02-24 10:09:38 -08:00
cli.rst Merge branch '2.2.x' 2023-02-15 14:48:09 -08:00
conf.py update project files (#5457) 2024-04-07 10:24:40 -07:00
config.rst Config from Data Files to match from_file API 2023-05-24 11:13:36 +02:00
contributing.rst update development resources 2017-05-28 10:26:07 -07:00
debugging.rst document passthrough_errors 2023-04-15 11:53:56 -07:00
design.rst refactor or remove old docs (#4748) 2022-08-05 11:28:22 -07:00
errorhandling.rst fix typo in errorhandling doc 2023-06-29 17:20:35 -07:00
extensiondev.rst drop support for python 3.7 2023-04-20 11:09:55 -07:00
extensions.rst rewrite extension development docs 2022-06-28 16:28:33 -07:00
index.rst Update index.rst 2024-05-11 18:53:53 +06:00
installation.rst drop support for python 3.7 2023-04-20 11:09:55 -07:00
license.rst update project files (#5457) 2024-04-07 10:24:40 -07:00
lifecycle.rst document the lifecycle of a flask application and request 2023-02-10 14:48:02 -08:00
logging.rst don't access app.logger when configuring app.logger 2024-04-07 12:03:19 -07:00
make.bat update docs for new theme 2019-09-24 06:35:10 -07:00
Makefile update docs for new theme 2019-09-24 06:35:10 -07:00
quickstart.rst show 'run --debug' in docs 2023-02-15 14:33:32 -08:00
reqcontext.rst blinker is required, signals are always available 2023-04-13 07:39:24 -07:00
server.rst Update docs to address redesigned macOS settings app 2023-12-13 15:10:47 -08:00
shell.rst fix grammar in links to app and request context 2021-10-01 10:16:20 -07:00
signals.rst Remove double period in signals documentation page 2023-04-24 11:06:27 -06:00
templating.rst deprecate markupsafe exports 2023-02-23 08:55:01 -08:00
testing.rst Fix incorrect references to query in testing doc 2022-06-01 12:16:21 -07:00
views.rst Fix function argument name 2023-01-23 17:01:49 +02:00
web-security.rst update project files (#5457) 2024-04-07 10:24:40 -07:00