Former-commit-id:133dc97f67
[formerlya02aeb236c
] [formerly9f19e3f712
] [formerly133dc97f67
[formerlya02aeb236c
] [formerly9f19e3f712
] [formerly06a8b51d6d
[formerly9f19e3f712
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]]] Former-commit-id:06a8b51d6d
Former-commit-id:9bb8decbcf
[formerly8e80217e59
] [formerly377dcd10b9
[formerly3360eb6c5f
]] Former-commit-id:377dcd10b9
Former-commit-id:e2ecdcfe33
91 lines
1.4 KiB
ReStructuredText
Executable file
91 lines
1.4 KiB
ReStructuredText
Executable file
======================
|
||
Documentation Overview
|
||
======================
|
||
|
||
Welcome to the Werkzeug |version| documentation. You can find different
|
||
editions of the `documentation online <http://werkzeug.pocoo.org/documentation/>`_.
|
||
|
||
|
||
Getting Started
|
||
---------------
|
||
|
||
If you are new to Werkzeug or WSGI development in general you
|
||
should start here.
|
||
|
||
.. toctree::
|
||
:maxdepth: 2
|
||
|
||
installation
|
||
tutorial
|
||
levels
|
||
quickstart
|
||
|
||
Serving and Testing
|
||
-------------------
|
||
|
||
The development server and testing support and management script
|
||
utilities are covered here:
|
||
|
||
.. toctree::
|
||
:maxdepth: 2
|
||
|
||
serving
|
||
test
|
||
debug
|
||
script
|
||
|
||
Reference
|
||
---------
|
||
|
||
.. toctree::
|
||
:maxdepth: 2
|
||
|
||
wrappers
|
||
routing
|
||
wsgi
|
||
http
|
||
datastructures
|
||
utils
|
||
templates
|
||
local
|
||
middlewares
|
||
exceptions
|
||
|
||
Deployment
|
||
----------
|
||
|
||
This section covers running your application in production on a web
|
||
server such as Apache or lighttpd.
|
||
|
||
.. toctree::
|
||
:maxdepth: 3
|
||
|
||
deployment/index
|
||
|
||
Contributed Modules
|
||
-------------------
|
||
|
||
A lot of useful code contributed by the community is shipped with Werkzeug
|
||
as part of the `contrib` module:
|
||
|
||
.. toctree::
|
||
:maxdepth: 3
|
||
|
||
contrib/index
|
||
|
||
Additional Information
|
||
----------------------
|
||
|
||
.. toctree::
|
||
:maxdepth: 2
|
||
|
||
terms
|
||
unicode
|
||
request_data
|
||
changes
|
||
|
||
If you can’t find the information you’re looking for, have a look at the
|
||
index or try to find it using the search function:
|
||
|
||
* :ref:`genindex`
|
||
* :ref:`search`
|