From 15417d2ac06f79afc3af45db3eb2226d6b064757 Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Thu, 8 Nov 2012 16:14:42 +0100 Subject: [PATCH] Fix the module names --- doc/api.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/api.rst b/doc/api.rst index 7559fa7..364d654 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -35,11 +35,11 @@ Internals ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. automodule:: wsme.api - :members: scan_api, FunctionArgument, FunctionDefinition + :members: FunctionArgument, FunctionDefinition -:mod:`wsme.protocols.rest` -- REST protocol commons -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +:mod:`wsme.rest.args` -- REST protocol argument handling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. automodule:: wsme.protocols.rest +.. automodule:: wsme.rest.args :members: