summaryrefslogtreecommitdiff
path: root/docs/api.rst
blob: bf7933a659bb6de519f84943e10d87d9ad615de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
API Documentation
=================

Comprehensive reference material for every public API exposed by
:mod:`pyramid` is available within this chapter.  The API
documentation is organized alphabetically by module name.

.. toctree::
   :maxdepth: 1

   api/authorization
   api/authentication
   api/chameleon_text
   api/chameleon_zpt
   api/configuration
   api/events
   api/exceptions
   api/i18n
   api/interfaces
   api/location
   api/paster
   api/renderers
   api/request
   api/router
   api/scripting
   api/security
   api/settings
   api/testing
   api/threadlocal
   api/traversal
   api/url
   api/view
   api/wsgi