Skip to content

Commit

Permalink
Single page for MultiDict so it's easier to find
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Aug 13, 2015
1 parent ac4b58d commit 4419961
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
12 changes: 12 additions & 0 deletions docs/api/multidict.txt
@@ -0,0 +1,12 @@
:mod:`webob.multidict` -- multi-value dictionary object
=======================================================

.. automodule:: webob.multidict
.. autoclass:: MultiDict
:members:
:inherited-members:
.. autoclass:: NestedMultiDict
:members:
.. autoclass:: NoVars
:members:

8 changes: 0 additions & 8 deletions docs/api/webob.txt
Expand Up @@ -52,14 +52,6 @@ Misc Functions and Internals
.. autoclass:: webob.headers.EnvironHeaders
:members:

.. automodule:: webob.multidict
.. autoclass:: MultiDict
:members:
.. autoclass:: NestedMultiDict
:members:
.. autoclass:: NoVars
:members:

.. autoclass:: webob.cachecontrol.UpdateDict
:members:

Expand Down

0 comments on commit 4419961

Please sign in to comment.