diff options
| author | Marius Gedminas <marius@gedmin.as> | 2010-12-29 00:59:57 +0200 |
|---|---|---|
| committer | Marius Gedminas <marius@gedmin.as> | 2010-12-29 00:59:57 +0200 |
| commit | a025f36fe9c875332d68cfcf9fe9d6398c851c57 (patch) | |
| tree | f66b914d3918688fbf7563f805d672d0c5d3213b /docs/narr/assets.rst | |
| parent | 133f1231b1288e20777b56c82d5c5b7730010eab (diff) | |
| download | pyramid-a025f36fe9c875332d68cfcf9fe9d6398c851c57.tar.gz pyramid-a025f36fe9c875332d68cfcf9fe9d6398c851c57.tar.bz2 pyramid-a025f36fe9c875332d68cfcf9fe9d6398c851c57.zip | |
Added missing :meth:.
Diffstat (limited to 'docs/narr/assets.rst')
| -rw-r--r-- | docs/narr/assets.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/assets.rst b/docs/narr/assets.rst index f147426ce..3d3498e26 100644 --- a/docs/narr/assets.rst +++ b/docs/narr/assets.rst @@ -98,7 +98,7 @@ directory on a filesystem to an application user's browser. Use the mechanism makes a directory of static files available at a name relative to the application root URL, e.g. ``/static`` or as an external URL. -.. note:: `~pyramid.config.Configurator.add_static_view` cannot serve a +.. note:: :meth:`~pyramid.config.Configurator.add_static_view` cannot serve a single file, nor can it serve a directory of static files directly relative to the root URL of a :app:`Pyramid` application. For these features, see :ref:`advanced_static`. |
