mirror of https://github.com/pallets/flask.git
				
				
				
			
		
			
				
	
	
		
			28 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
| .. rst-class:: hide-header
 | |
| 
 | |
| Welcome to Flask
 | |
| ================
 | |
| 
 | |
| .. image:: _static/logo-full.png
 | |
|     :alt: Flask: web development, one drop at a time
 | |
|     :align: center
 | |
|     :target: https://palletsprojects.com/p/flask/
 | |
| 
 | |
| Welcome to Flask's documentation. Get started with :ref:`installation`
 | |
| and then get an overview with the :ref:`quickstart`. There is also a
 | |
| more detailed :ref:`tutorial` that shows how to create a small but
 | |
| complete application with Flask. Common patterns are described in the
 | |
| :ref:`patterns` section. The rest of the docs describe each component of
 | |
| Flask in detail, with a full reference in the :ref:`api` section.
 | |
| 
 | |
| Flask depends on the `Jinja`_ template engine and the `Werkzeug`_ WSGI
 | |
| toolkit. The documentation for these libraries can be found at:
 | |
| 
 | |
| - `Jinja documentation <http://jinja.pocoo.org/docs>`_
 | |
| - `Werkzeug documentation <http://werkzeug.pocoo.org/docs>`_
 | |
| 
 | |
| .. _Jinja: https://www.palletsprojects.com/p/jinja/
 | |
| .. _Werkzeug: https://www.palletsprojects.com/p/werkzeug/
 | |
| 
 | |
| .. include:: contents.rst.inc
 |