diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-20 13:53:22 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-20 13:53:22 -0500 |
| commit | 225a7b88ced6d2c4453a67b03d3c3592caf5141a (patch) | |
| tree | 644ccdb2910864958230f69103fa3d50271ad317 /docs/api/config.rst | |
| parent | 65d4a671283f9162afd4c0f8a61009d1ac0b904f (diff) | |
| download | pyramid-225a7b88ced6d2c4453a67b03d3c3592caf5141a.tar.gz pyramid-225a7b88ced6d2c4453a67b03d3c3592caf5141a.tar.bz2 pyramid-225a7b88ced6d2c4453a67b03d3c3592caf5141a.zip | |
recategorize a couple of methods
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 ca9351db0..6b4ed7b1b 100644 --- a/docs/api/config.rst +++ b/docs/api/config.rst @@ -76,18 +76,18 @@ .. automethod:: action .. automethod:: add_directive .. automethod:: with_package + .. automethod:: derive_view :methodcategory:`Utility Methods` .. automethod:: absolute_asset_spec - .. automethod:: derive_view .. automethod:: maybe_dotted - .. automethod:: setup_registry :methodcategory:`ZCA-Related APIs` .. automethod:: hook_zca .. automethod:: unhook_zca + .. automethod:: setup_registry :methodcategory:`Testing Helper APIs` |
