Update Documentation and test the sphinx hook
authorJulien Tribino <julien.tribino@inria.fr>
Wed, 8 Jan 2014 16:11:54 +0000 (17:11 +0100)
committerJulien Tribino <julien.tribino@inria.fr>
Wed, 8 Jan 2014 16:11:54 +0000 (17:11 +0100)
src/nepi/resources/omf/application.py
src/nepi/resources/omf/channel.py
src/nepi/resources/omf/interface.py

index 27c7b10..bc4d0e7 100644 (file)
@@ -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"
index f863df2..6a0b02b 100644 (file)
@@ -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)
index f8709bf..1fcd59b 100644 (file)
@@ -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"