summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-05-16 19:18:54 +0000
committerChris McDonough <chrism@agendaless.com>2009-05-16 19:18:54 +0000
commit090f6b77dcc8cd738caba4dbb3885ccb6ddb3d41 (patch)
tree1b90b9b4542cb0f58714ce7fb4e65ccf8a9ad707 /docs
parenta8113982bcbfb7c09718e70e16aa48c216d0314c (diff)
downloadpyramid-090f6b77dcc8cd738caba4dbb3885ccb6ddb3d41.tar.gz
pyramid-090f6b77dcc8cd738caba4dbb3885ccb6ddb3d41.tar.bz2
pyramid-090f6b77dcc8cd738caba4dbb3885ccb6ddb3d41.zip
These are useless to explain; I don't even understand them.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/urldispatch.rst20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index 905cf4d49..c27165731 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -122,18 +122,6 @@ filter
A Python dotted-path name to a Routes `filter function
<http://routes.groovie.org/manual.html#filter-functions>`_.
-absolute
-
- A boolean (true/false) indicating whether this route is absolute.
-
-member_name
-
- The member name for this route.
-
-collection_name
-
- The collection name for this route.
-
condition_method
The name of the HTTP method used as the Routes `condition method
@@ -149,14 +137,6 @@ condition_function
A python-dotted path name to a Routes `condition function
<http://routes.groovie.org/manual.html#conditions>`_.
-parent_member_name
-
- The parent member name for this route.
-
-parent_collection_name
-
- The parent collection name for this route.
-
explicit
A boolean (true/false) indicating whether this route is `explicit