summaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2009-11-09 18:55:57 -0500
committerIan Bicking <ianb@colorstudy.com>2009-11-09 18:55:57 -0500
commit7ab0e1353ba54de46f7d02c001d2645f274bb59a (patch)
tree6bf334938adb116b9f6121c0a091762a12264e94 /docs/modules
parent3d6fc398071e9e32eb587621f91b2424a378a255 (diff)
downloadwebob-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.txt9
-rw-r--r--docs/modules/webob.txt10
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