diff options
| author | Chris McDonough <chrism@plope.com> | 2010-10-25 18:13:44 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-10-25 18:13:44 -0400 |
| commit | c03dbcca24aeedfb688bf49b7ccfeef20f6f8298 (patch) | |
| tree | 3fe9a9d9ab83871f2562841b65fcfd3477ee90a0 /docs/zcml/static.rst | |
| parent | 9c3b2760688aca748f81529d0b055f799959ab4b (diff) | |
| download | pyramid-c03dbcca24aeedfb688bf49b7ccfeef20f6f8298.tar.gz pyramid-c03dbcca24aeedfb688bf49b7ccfeef20f6f8298.tar.bz2 pyramid-c03dbcca24aeedfb688bf49b7ccfeef20f6f8298.zip | |
convert zcml docs to Pyramid
Diffstat (limited to 'docs/zcml/static.rst')
| -rw-r--r-- | docs/zcml/static.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/zcml/static.rst b/docs/zcml/static.rst index 1a11f222c..6c1c5b6d3 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:`repoze.bfg` application. This mechanism makes static files +:mod:`pyramid` application. This mechanism makes static files available at a name relative to the application root URL. Attributes @@ -65,7 +65,7 @@ Examples Alternatives ~~~~~~~~~~~~ -:meth:`repoze.bfg.configuration.configurator.add_static_view` can also +:meth:`pyramid.configuration.configurator.add_static_view` can also be used to add a static view. See Also |
