summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-10-15 22:43:09 -0500
committerMichael Merickel <michael@merickel.org>2018-10-15 22:43:09 -0500
commitaf55b8b29c8624a042b9f4fd869e030fb9bda2b9 (patch)
tree4982b736e4bfbb0113e4516d95ee906c4eb96cc5 /docs/api
parent0749947e25c5b4e59c34856cdb7937387f64733e (diff)
downloadpyramid-af55b8b29c8624a042b9f4fd869e030fb9bda2b9.tar.gz
pyramid-af55b8b29c8624a042b9f4fd869e030fb9bda2b9.tar.bz2
pyramid-af55b8b29c8624a042b9f4fd869e030fb9bda2b9.zip
add route_prefix_context to api docs
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/config.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst
index eda0012ba..4fe0e855d 100644
--- a/docs/api/config.rst
+++ b/docs/api/config.rst
@@ -17,6 +17,7 @@
.. automethod:: end
.. automethod:: include
.. automethod:: make_wsgi_app()
+ .. automethod:: route_prefix_context
.. automethod:: scan
:methodcategory:`Adding Routes and Views`