From: Julien Tribino Date: Wed, 8 Jan 2014 16:11:54 +0000 (+0100) Subject: Update Documentation and test the sphinx hook X-Git-Tag: nepi-3.1.0~139 X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=commitdiff_plain;h=ecf2a6a92848c0511f20a57ddab4f36678ea0c5e Update Documentation and test the sphinx hook --- 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"