summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/build_book4
-rw-r--r--docs/narr/templates.rst7
-rw-r--r--docs/narr/viewconfig.rst2
3 files changed, 4 insertions, 9 deletions
diff --git a/docs/build_book b/docs/build_book
deleted file mode 100755
index d79de4e59..000000000
--- a/docs/build_book
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-BOOK=1 make clean latex
-cd _build/latex
-make all
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst
index a9cdc13fb..426ec229b 100644
--- a/docs/narr/templates.rst
+++ b/docs/narr/templates.rst
@@ -698,10 +698,9 @@ has built-in bindings for the Mako templating system. The language
definition documentation for Mako templates is available from `the Mako
website <http://www.makotemplates.org/>`_.
-To use a Mako template, given a :term:`Mako` ZPT template file named
-``foo.mak`` in the ``templates`` subdirectory in your application
-package named ``mypackage``, you can configure the template as a
-:term:`renderer` like so:
+To use a Mako template, given a :term:`Mako` template file named ``foo.mak``
+in the ``templates`` subdirectory in your application package named
+``mypackage``, you can configure the template as a :term:`renderer` like so:
.. code-block:: python
:linenos:
diff --git a/docs/narr/viewconfig.rst b/docs/narr/viewconfig.rst
index 0a6d9ee61..9b2500a2b 100644
--- a/docs/narr/viewconfig.rst
+++ b/docs/narr/viewconfig.rst
@@ -258,7 +258,7 @@ configured view.
variable) that has a name which matches the supplied value.
If the value supplied has a ``=`` sign in it,
- e.g. ``request_params="foo=123"``, then the key (``foo``) must both exist
+ e.g. ``request_param="foo=123"``, then the key (``foo``) must both exist
in the ``request.params`` dictionary, *and* the value must match the right
hand side of the expression (``123``) for the view to "match" the current
request.