From fd5ae92bd218b72a7a923e406eee023afe024dc0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 9 Nov 2010 03:54:45 -0500 Subject: - All references to Pyramid-the-application were changed from :mod:`pyramid` to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to allow for this. (internal) --- docs/zcml/view.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/zcml/view.rst') diff --git a/docs/zcml/view.rst b/docs/zcml/view.rst index 8117e8ea6..6e67b4c56 100644 --- a/docs/zcml/view.rst +++ b/docs/zcml/view.rst @@ -3,7 +3,7 @@ ``view`` -------- -A ``view`` declaration directs :mod:`pyramid` to create a single +A ``view`` declaration directs :app:`Pyramid` to create a single :term:`view configuration` registration in the current :term:`application registry`. -- cgit v1.2.3