summaryrefslogtreecommitdiff
path: root/docs/api/view.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-09-08 20:39:39 -0400
committerChris McDonough <chrism@plope.com>2013-09-08 20:39:39 -0400
commit2c4f4e3cbd1b5b56bb17d2348df3c397efd0a8e4 (patch)
tree2e64ccf948d55d5a67ec782b74923f2fd92f0c64 /docs/api/view.rst
parentf9600f6c935736c0fe727d7c38e38c6dfa4e69dd (diff)
downloadpyramid-2c4f4e3cbd1b5b56bb17d2348df3c397efd0a8e4.tar.gz
pyramid-2c4f4e3cbd1b5b56bb17d2348df3c397efd0a8e4.tar.bz2
pyramid-2c4f4e3cbd1b5b56bb17d2348df3c397efd0a8e4.zip
- Removed the class named ``pyramid.view.static`` that had been deprecated
since Pyramid 1.1. Instead use ``pyramid.static.static_view`` with ``use_subpath=True`` argument.
Diffstat (limited to 'docs/api/view.rst')
-rw-r--r--docs/api/view.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/api/view.rst b/docs/api/view.rst
index 21d2bb90d..e79e1b505 100644
--- a/docs/api/view.rst
+++ b/docs/api/view.rst
@@ -25,8 +25,4 @@
.. autoclass:: forbidden_view_config
:members:
- .. autoclass:: static
- :members:
- :inherited-members:
-