diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-21 22:23:44 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-21 22:23:44 -0500 |
| commit | 00fb8b0d7b5dbbf44d28b9af538dc81a58550f67 (patch) | |
| tree | 516dca1d6e3326332c24239527c2de2e05d4f3cc | |
| parent | d15421c6a06e411d4ab7af3739440d5fa7556945 (diff) | |
| download | pyramid-00fb8b0d7b5dbbf44d28b9af538dc81a58550f67.tar.gz pyramid-00fb8b0d7b5dbbf44d28b9af538dc81a58550f67.tar.bz2 pyramid-00fb8b0d7b5dbbf44d28b9af538dc81a58550f67.zip | |
add link in add_handler method to handlers chapter
| -rw-r--r-- | TODO.txt | 2 | ||||
| -rw-r--r-- | pyramid/configuration.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,6 @@ Must-Have (before 1.0) - Use ``@register_view`` instead of ``@view_config`` and change view docs to use "view registration" instead of "view configuration". -- Better ``config.add_handler`` documentation. - Should-Have ----------- diff --git a/pyramid/configuration.py b/pyramid/configuration.py index d6e6b136e..6ebb56ec3 100644 --- a/pyramid/configuration.py +++ b/pyramid/configuration.py @@ -704,6 +704,8 @@ class Configurator(object): Any extra keyword arguments are passed along to ``add_route``. + See :ref:`handlers_chapter` for more explanatory documentation. + This method returns the result of add_route.""" handler = self.maybe_dotted(handler) |
