diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-15 18:58:45 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-15 18:58:45 -0400 |
| commit | 07cb8f0e112642a6a40127232ddc06125a73750e (patch) | |
| tree | 391ba1380418aaed349f881588070cb745cf8faf /docs | |
| parent | 684fd22755f5ffd98b5629c63bc07a23c2edaf4a (diff) | |
| download | pyramid-07cb8f0e112642a6a40127232ddc06125a73750e.tar.gz pyramid-07cb8f0e112642a6a40127232ddc06125a73750e.tar.bz2 pyramid-07cb8f0e112642a6a40127232ddc06125a73750e.zip | |
add pyramid.decorator.reify as an API. Closes #682
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 1 | ||||
| -rw-r--r-- | docs/api/decorator.rst | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index e33fd6a74..9e540b49b 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -12,6 +12,7 @@ documentation is organized alphabetically by module name. api/authentication api/compat api/config + api/decorator api/events api/exceptions api/httpexceptions diff --git a/docs/api/decorator.rst b/docs/api/decorator.rst new file mode 100644 index 000000000..35d9131df --- /dev/null +++ b/docs/api/decorator.rst @@ -0,0 +1,9 @@ +.. _decorator_module: + +:mod:`pyramid.decorator` +-------------------------- + +.. automodule:: pyramid.decorator + +.. autofunction:: reify + |
