diff options
| author | Ian Bicking <ianb@colorstudy.com> | 2009-11-09 18:55:57 -0500 |
|---|---|---|
| committer | Ian Bicking <ianb@colorstudy.com> | 2009-11-09 18:55:57 -0500 |
| commit | 7ab0e1353ba54de46f7d02c001d2645f274bb59a (patch) | |
| tree | 6bf334938adb116b9f6121c0a091762a12264e94 /docs/modules | |
| parent | 3d6fc398071e9e32eb587621f91b2424a378a255 (diff) | |
| download | webob-7ab0e1353ba54de46f7d02c001d2645f274bb59a.tar.gz | |
Added autogenerated webob.dec docs. Fix a bunch of Sphinx warnings/errors
Diffstat (limited to 'docs/modules')
| -rw-r--r-- | docs/modules/dec.txt | 9 | ||||
| -rw-r--r-- | docs/modules/webob.txt | 10 |
2 files changed, 14 insertions, 5 deletions
diff --git a/docs/modules/dec.txt b/docs/modules/dec.txt new file mode 100644 index 0000000..47517b8 --- /dev/null +++ b/docs/modules/dec.txt @@ -0,0 +1,9 @@ +:mod:`webob` -- Request/Response objects +======================================== + +.. automodule:: webob.dec + +Decorator +--------- + +.. autoclass:: wsgify diff --git a/docs/modules/webob.txt b/docs/modules/webob.txt index 3034958..192fc60 100644 --- a/docs/modules/webob.txt +++ b/docs/modules/webob.txt @@ -55,7 +55,7 @@ Misc Functions .. autoclass:: webob.month .. autoclass:: webob.year -.. autoclass:: webob.AppIterRange +.. autoclass:: webob.response.AppIterRange .. automodule:: webob.multidict .. autoclass:: MultiDict @@ -70,7 +70,7 @@ Misc Functions Descriptors ----------- -.. autoclass:: webob.environ_getter -.. autoclass:: webob.header_getter -.. autoclass:: webob.converter -.. autoclass:: webob.deprecated_property +.. autoclass:: webob.descriptors.environ_getter +.. autoclass:: webob.descriptors.header_getter +.. autoclass:: webob.descriptors.converter +.. autoclass:: webob.descriptors.deprecated_property |
