diff options
| author | Michael Merickel <michael@merickel.org> | 2016-03-14 23:28:15 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-03-14 23:28:39 -0500 |
| commit | 35e632635b1b4e0a767024689d69d9469ae98c0f (patch) | |
| tree | 3bf0b5f835d4f25465c25ac8f20b573069b60c44 /docs/api/config.rst | |
| parent | a0945399b24fb38607107a55b12b7997723de2a0 (diff) | |
| download | pyramid-35e632635b1b4e0a767024689d69d9469ae98c0f.tar.gz pyramid-35e632635b1b4e0a767024689d69d9469ae98c0f.tar.bz2 pyramid-35e632635b1b4e0a767024689d69d9469ae98c0f.zip | |
add a docstring for add_view_deriver and expose the method to the api docs
Diffstat (limited to 'docs/api/config.rst')
| -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 ae913d32c..e083dbc68 100644 --- a/docs/api/config.rst +++ b/docs/api/config.rst @@ -66,6 +66,7 @@ .. automethod:: add_tween .. automethod:: add_route_predicate .. automethod:: add_view_predicate + .. automethod:: add_view_deriver .. automethod:: set_request_factory .. automethod:: set_root_factory .. automethod:: set_session_factory |
