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/static.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/zcml/static.rst') diff --git a/docs/zcml/static.rst b/docs/zcml/static.rst index 815e332c8..164e7400c 100644 --- a/docs/zcml/static.rst +++ b/docs/zcml/static.rst @@ -5,7 +5,7 @@ Use of the ``static`` ZCML directive or allows you to serve static resources (such as JavaScript and CSS files) within a -:mod:`pyramid` application. This mechanism makes static files +:app:`Pyramid` application. This mechanism makes static files available at a name relative to the application root URL. Attributes -- cgit v1.2.3