From ecf2a6a92848c0511f20a57ddab4f36678ea0c5e Mon Sep 17 00:00:00 2001 From: Julien Tribino Date: Wed, 8 Jan 2014 17:11:54 +0100 Subject: [PATCH] Update Documentation and test the sphinx hook --- src/nepi/resources/omf/application.py | 2 -- src/nepi/resources/omf/channel.py | 2 -- src/nepi/resources/omf/interface.py | 2 -- 3 files changed, 6 deletions(-) diff --git a/src/nepi/resources/omf/application.py b/src/nepi/resources/omf/application.py index 27c7b107..bc4d0e77 100644 --- a/src/nepi/resources/omf/application.py +++ b/src/nepi/resources/omf/application.py @@ -36,8 +36,6 @@ class OMFApplication(OMFResource): :type ec: ExperimentController :param guid: guid of the RM :type guid: int - :param creds: Credentials to communicate with the rm (XmppClient) - :type creds: dict """ _rtype = "OMFApplication" diff --git a/src/nepi/resources/omf/channel.py b/src/nepi/resources/omf/channel.py index f863df23..6a0b02b2 100644 --- a/src/nepi/resources/omf/channel.py +++ b/src/nepi/resources/omf/channel.py @@ -56,8 +56,6 @@ class OMFChannel(OMFResource): :type ec: ExperimentController :param guid: guid of the RM :type guid: int - :param creds: Credentials to communicate with the rm (XmppClient for OMF) - :type creds: dict """ super(OMFChannel, self).__init__(ec, guid) diff --git a/src/nepi/resources/omf/interface.py b/src/nepi/resources/omf/interface.py index f8709bf4..1fcd59b9 100644 --- a/src/nepi/resources/omf/interface.py +++ b/src/nepi/resources/omf/interface.py @@ -36,8 +36,6 @@ class OMFWifiInterface(OMFResource): :type ec: ExperimentController :param guid: guid of the RM :type guid: int - :param creds: Credentials to communicate with the rm (XmppClient for OMF) - :type creds: dict """ _rtype = "OMFWifiInterface" -- 2.47.0