summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2010-11-02 13:22:19 -0700
committerBen Bangert <ben@groovie.org>2010-11-02 13:22:19 -0700
commit76472eefb928c287515dc61af852d755720baa41 (patch)
tree06702a55de4aa6bf00bdc3eb9ffa9f7c789b80fe /docs
parente50f74bfc886c1b49cb62c05c95e4e47f53bda35 (diff)
downloadpyramid-76472eefb928c287515dc61af852d755720baa41.tar.gz
pyramid-76472eefb928c287515dc61af852d755720baa41.tar.bz2
pyramid-76472eefb928c287515dc61af852d755720baa41.zip
Remove extra example stuff to focus on the point of the example.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/handlers.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/narr/handlers.rst b/docs/narr/handlers.rst
index 857c3ebd2..f9b073dae 100644
--- a/docs/narr/handlers.rst
+++ b/docs/narr/handlers.rst
@@ -201,14 +201,6 @@ Example:
def __init__(self, request):
self.request = request
- @action(name='index', renderer='created.mak', request_method='POST')
- def create(self):
- return {}
-
- @action(renderer="view_all.mak", request_method='GET')
- def index(self):
- return {}
-
@action(name='home', renderer='home.mak')
@action(name='about', renderer='about.mak')
def show_template(self):