diff options
| author | Michael Merickel <michael@merickel.org> | 2015-02-20 17:02:09 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-02-20 17:02:09 -0600 |
| commit | 2ce270cf141b90555d42ba2bf01b192b04e70dc3 (patch) | |
| tree | 82bbb2b189b664170750a2441dbcc814aa5de57d /docs/api | |
| parent | 6e9e2dbb364f371b034b681dd44e6e6b831c5760 (diff) | |
| parent | 1e02bbfc0df09259bf207112acf019c8dba44a90 (diff) | |
| download | pyramid-2ce270cf141b90555d42ba2bf01b192b04e70dc3.tar.gz pyramid-2ce270cf141b90555d42ba2bf01b192b04e70dc3.tar.bz2 pyramid-2ce270cf141b90555d42ba2bf01b192b04e70dc3.zip | |
Merge branch 'master' into feature.py3-coverage
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/config.rst | 5 | ||||
| -rw-r--r-- | docs/api/request.rst | 1 | ||||
| -rw-r--r-- | docs/api/static.rst | 6 |
3 files changed, 12 insertions, 0 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst index 48dd2f0b9..ae913d32c 100644 --- a/docs/api/config.rst +++ b/docs/api/config.rst @@ -132,3 +132,8 @@ are being used. .. autoclass:: not_ + +.. attribute:: PHASE0_CONFIG +.. attribute:: PHASE1_CONFIG +.. attribute:: PHASE2_CONFIG +.. attribute:: PHASE3_CONFIG diff --git a/docs/api/request.rst b/docs/api/request.rst index dd68fa09c..b325ad076 100644 --- a/docs/api/request.rst +++ b/docs/api/request.rst @@ -369,3 +369,4 @@ that used as ``request.GET``, ``request.POST``, and ``request.params``), see :class:`pyramid.interfaces.IMultiDict`. +.. autofunction:: apply_request_extensions(request) diff --git a/docs/api/static.rst b/docs/api/static.rst index 543e526ad..b6b279139 100644 --- a/docs/api/static.rst +++ b/docs/api/static.rst @@ -9,6 +9,12 @@ :members: :inherited-members: + .. autoclass:: PathSegmentCacheBuster + :members: + + .. autoclass:: QueryStringCacheBuster + :members: + .. autoclass:: PathSegmentMd5CacheBuster :members: |
