summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-26 13:36:14 -0500
committerChris McDonough <chrism@plope.com>2012-02-26 13:36:14 -0500
commit81c63fee1dae8dcf12b5063f93faf0eeed54659c (patch)
tree774add3acca75fc1ff6994f71744a63a024a408a /docs/narr
parent1b7342f994abeb94a63b571a2a397cb2328eed98 (diff)
downloadpyramid-81c63fee1dae8dcf12b5063f93faf0eeed54659c.tar.gz
pyramid-81c63fee1dae8dcf12b5063f93faf0eeed54659c.tar.bz2
pyramid-81c63fee1dae8dcf12b5063f93faf0eeed54659c.zip
make latex render again
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/urldispatch.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index 7c0b437c1..f036ce94e 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -785,12 +785,6 @@ already end in a slash, and if the value of ``PATH_INFO`` *plus* a slash
matches any route's pattern. In this case it does an HTTP redirect to the
slash-appended ``PATH_INFO``.
-To configure the slash-appending not found view in your application, change
-the application's startup configuration, adding the following stanza:
-
-.. code-block:: python
- :linenos:
-
Let's use an example. If the following routes are configured in your
application: