diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-19 22:27:06 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-19 22:27:06 -0500 |
| commit | 14e91bfd4af61251853b73aad33ff47c237339aa (patch) | |
| tree | 5173e4c9af949977b7b42dc826c8b059b5cf7740 /docs/api/config.rst | |
| parent | 5f47801ae33d89a0ac87d9d227639d60aed23ff1 (diff) | |
| download | pyramid-14e91bfd4af61251853b73aad33ff47c237339aa.tar.gz pyramid-14e91bfd4af61251853b73aad33ff47c237339aa.tar.bz2 pyramid-14e91bfd4af61251853b73aad33ff47c237339aa.zip | |
- Added "Adding Methods to the Configurator via ``add_directive``" section to
Advanced Configuration narrative chapter.
Diffstat (limited to 'docs/api/config.rst')
| -rw-r--r-- | docs/api/config.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst index 05bcb8146..4b5f1fa21 100644 --- a/docs/api/config.rst +++ b/docs/api/config.rst @@ -28,6 +28,8 @@ .. automethod:: include + .. automethod:: add_directive + .. automethod:: with_package .. automethod:: maybe_dotted @@ -72,8 +74,6 @@ .. automethod:: set_renderer_globals_factory - .. automethod:: add_directive - .. automethod:: testing_securitypolicy .. automethod:: testing_resources |
