summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-04-24 00:40:28 -0700
committerSteve Piercy <web@stevepiercy.com>2020-04-24 00:40:28 -0700
commit0d52baa965addef225e88bd2132c577b3fccf58f (patch)
treedb8d2be45d5c6d6e5ba9bacd8f7bfdc50878426c /docs/api
parent27290fd297d0bcf8ed1c82e4a21df82af494ba97 (diff)
downloadpyramid-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.rst2
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