diff options
| author | Steve Piercy <web@stevepiercy.com> | 2020-04-24 00:40:28 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2020-04-24 00:40:28 -0700 |
| commit | 0d52baa965addef225e88bd2132c577b3fccf58f (patch) | |
| tree | db8d2be45d5c6d6e5ba9bacd8f7bfdc50878426c /docs/api | |
| parent | 27290fd297d0bcf8ed1c82e4a21df82af494ba97 (diff) | |
| download | pyramid-0d52baa965addef225e88bd2132c577b3fccf58f.tar.gz pyramid-0d52baa965addef225e88bd2132c577b3fccf58f.tar.bz2 pyramid-0d52baa965addef225e88bd2132c577b3fccf58f.zip | |
Exclude duplicate members `response` and `session` from `request` module to avoid Sphinx warnings:
src/pyramid/request.py:docstring of pyramid.request.Request.response:1: WARNING: duplicate object description of pyramid.request.Request.response, other instance in api/request, use :noindex: for one of them
src/pyramid/request.py:docstring of pyramid.request.Request.session:1: WARNING: duplicate object description of pyramid.request.Request.session, other instance in api/request, use :noindex: for one of them
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/request.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst index ed7f91e91..edd319864 100644 --- a/docs/api/request.rst +++ b/docs/api/request.rst @@ -14,7 +14,7 @@ model_url, resource_url, resource_path, set_property, effective_principals, authenticated_userid, unauthenticated_userid, has_permission, - invoke_exception_view, localizer + invoke_exception_view, localizer, response, session .. attribute:: context |
