From 1e6dfaf347a9a0cbfe27a4a6326a5aa89e6cccd6 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 22 May 2009 00:21:52 +0000 Subject: Name the views chapter. --- docs/glossary.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/glossary.rst b/docs/glossary.rst index fa671b9cb..0569c1e81 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -47,7 +47,8 @@ Glossary A "view" is a callable which returns a response object. It should accept two values: :term:`context` and :term:`request`. A view is the primary mechanism by which a developer writes user interface - code within :mod:`repoze.bfg`. + code within :mod:`repoze.bfg`. See :ref:`views_chapter` for more + information about :mod:`repoze.bfg` views. View name The "URL name" of a view, e.g ``index.html``. If a view is configured without a name, its name is considered to be the empty -- cgit v1.2.3