summaryrefslogtreecommitdiff
path: root/docs/api/viewderivers.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-04-11 21:34:44 -0500
committerMichael Merickel <michael@merickel.org>2016-04-11 21:34:44 -0500
commit167b7728a84202daa17004b88c57cb29970ce7d1 (patch)
tree859e02f5eab85c6ae2b6478e4c38ecb108a1df0a /docs/api/viewderivers.rst
parentdb3aa086a25504f8faf0149875eb7ff73ef08352 (diff)
parentfa43952e617ad68c52447da28fc7f5be23ff4b10 (diff)
downloadpyramid-167b7728a84202daa17004b88c57cb29970ce7d1.tar.gz
pyramid-167b7728a84202daa17004b88c57cb29970ce7d1.tar.bz2
pyramid-167b7728a84202daa17004b88c57cb29970ce7d1.zip
Merge branch 'master' into docs/easy-install-to-pip.2104
Diffstat (limited to 'docs/api/viewderivers.rst')
-rw-r--r--docs/api/viewderivers.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/api/viewderivers.rst b/docs/api/viewderivers.rst
new file mode 100644
index 000000000..2a141501e
--- /dev/null
+++ b/docs/api/viewderivers.rst
@@ -0,0 +1,17 @@
+.. _viewderivers_module:
+
+:mod:`pyramid.viewderivers`
+---------------------------
+
+.. automodule:: pyramid.viewderivers
+
+ .. attribute:: INGRESS
+
+ Constant representing the request ingress, for use in ``under``
+ arguments to :meth:`pyramid.config.Configurator.add_view_deriver`.
+
+ .. attribute:: VIEW
+
+ Constant representing the :term:`view callable` at the end of the view
+ pipeline, for use in ``over`` arguments to
+ :meth:`pyramid.config.Configurator.add_view_deriver`.