diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-01-18 18:07:12 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-01-18 18:07:12 +0000 |
| commit | c5f24b2957a2a7569d70930ac5bc630cc5aaac55 (patch) | |
| tree | b6c09425e10c2900bf2120dfe4d390e9070f960c /docs/narr/extending.rst | |
| parent | e4ed8fdb6acc8a9b040c8f61221da0e79821e071 (diff) | |
| download | pyramid-c5f24b2957a2a7569d70930ac5bc630cc5aaac55.tar.gz pyramid-c5f24b2957a2a7569d70930ac5bc630cc5aaac55.tar.bz2 pyramid-c5f24b2957a2a7569d70930ac5bc630cc5aaac55.zip | |
Prep for b1
Merge a bunch of paper-based docs fixes
Configure logging during bfgshell.
Diffstat (limited to 'docs/narr/extending.rst')
| -rw-r--r-- | docs/narr/extending.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/extending.rst b/docs/narr/extending.rst index 67f111bb4..e06488470 100644 --- a/docs/narr/extending.rst +++ b/docs/narr/extending.rst @@ -10,7 +10,7 @@ The behavior of a :mod:`repoze.bfg` application that obeys certain constraints can be *overridden* or *extended* without modification. .. index:: - triple: building; extensible; application + single: extensible application Rules for Building An Extensible Application -------------------------------------------- @@ -44,7 +44,7 @@ repoze bfg using the :term:`pkg_resources` API such as static files and templates. .. index:: - pair: ZCML; granularity + single: ZCML granularity ZCML Granularity ~~~~~~~~~~~~~~~~ @@ -76,7 +76,7 @@ own package, if necessary. However, doing so is considerate, and allows for the best reusability. .. index:: - pair: extending existing; application + single: extending an existing application Extending an Existing Application --------------------------------- @@ -237,7 +237,7 @@ such ``<resource>`` declarations to your override package's ``configure.zcml`` to perform overrides. .. index:: - pair: ZCML; inclusion + single: ZCML inclusion Dealing With ZCML Inclusions ---------------------------- |
