pallets / flask

The Python micro framework for building web applications.
https://flask.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
67.5k stars 16.14k forks source link

docs/index.rst index.rst #5480

Closed Krishna016 closed 4 months ago

Krishna016 commented 4 months ago

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

Krishna016 commented 4 months ago

docs/index.rst

ThiefMaster commented 4 months ago

this is not your playground for testing or learning how to use GitHub.