diff options
| author | Chris McDonough <chrism@plope.com> | 2010-12-24 16:22:55 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-12-24 16:22:55 -0500 |
| commit | b33dcac47dc0e759cd77a1548d8b38663a977df0 (patch) | |
| tree | b01fcfa4b4a9e0d27c96b28caa95a2ecd992a3ef /docs/api/view.rst | |
| parent | 83efb21867545b0e2084be1fa7aa33f02b211cd3 (diff) | |
| download | pyramid-b33dcac47dc0e759cd77a1548d8b38663a977df0.tar.gz pyramid-b33dcac47dc0e759cd77a1548d8b38663a977df0.tar.bz2 pyramid-b33dcac47dc0e759cd77a1548d8b38663a977df0.zip | |
- Fix API documentation rendering for ``pyramid.view.static``
Diffstat (limited to 'docs/api/view.rst')
| -rw-r--r-- | docs/api/view.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api/view.rst b/docs/api/view.rst index 0057cca4a..4dddea25f 100644 --- a/docs/api/view.rst +++ b/docs/api/view.rst @@ -18,6 +18,7 @@ .. autoclass:: static :members: + :inherited-members: .. autofunction:: append_slash_notfound_view(context, request) |
