diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2011-01-18 20:19:13 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2011-01-18 20:19:13 -0700 |
| commit | 80dbf47426355444de578f4299897d74c3d6aa3a (patch) | |
| tree | 14cf86774543dae50bfe7032ad67e1254c79b48c /docs | |
| parent | fdfdd863a6bcf33f79b54b1b6a18e5738c55518c (diff) | |
| download | pyramid-80dbf47426355444de578f4299897d74c3d6aa3a.tar.gz pyramid-80dbf47426355444de578f4299897d74c3d6aa3a.tar.bz2 pyramid-80dbf47426355444de578f4299897d74c3d6aa3a.zip | |
resource => asset
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/extending.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/extending.rst b/docs/narr/extending.rst index 0f20d95aa..eb905acd4 100644 --- a/docs/narr/extending.rst +++ b/docs/narr/extending.rst @@ -278,7 +278,7 @@ into the override package's file and changing them as necessary. Then disinclude any ``add_route`` statements from the original application. .. index:: - pair: overriding; resources + pair: overriding; assets .. _overriding_resources: @@ -286,10 +286,10 @@ Overriding Assets ~~~~~~~~~~~~~~~~~ Assets are files on the filesystem that are accessible within a Python -*package*. An entire chapter is devoted to resources: :ref:`assets_chapter`. +*package*. An entire chapter is devoted to assets: :ref:`assets_chapter`. Within this chapter is a section named :ref:`overriding_assets_section`. This section of that chapter describes in detail how to override package -resources with other resources by using the +assets with other assets by using the :meth:`pyramid.config.Configurator.override_asset` method. Add such ``override_asset`` calls to your override package's ``__init__.py`` to perform overrides. |
