diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-15 22:43:09 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-15 22:43:09 -0500 |
| commit | af55b8b29c8624a042b9f4fd869e030fb9bda2b9 (patch) | |
| tree | 4982b736e4bfbb0113e4516d95ee906c4eb96cc5 | |
| parent | 0749947e25c5b4e59c34856cdb7937387f64733e (diff) | |
| download | pyramid-af55b8b29c8624a042b9f4fd869e030fb9bda2b9.tar.gz pyramid-af55b8b29c8624a042b9f4fd869e030fb9bda2b9.tar.bz2 pyramid-af55b8b29c8624a042b9f4fd869e030fb9bda2b9.zip | |
add route_prefix_context to api docs
| -rw-r--r-- | docs/api/config.rst | 1 |
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` |
