small doc cleanup, updated python specific docs to leverage the sphix rtd theme as well
This commit is contained in:
parent
f55d241b36
commit
abc9e06fe1
6 changed files with 23 additions and 56 deletions
|
@ -250,7 +250,7 @@ class PyCoreObj(object):
|
|||
|
||||
:param flags: message flags
|
||||
:return: list of link data
|
||||
:rtype: link
|
||||
:rtype: core.data.LinkData
|
||||
"""
|
||||
return []
|
||||
|
||||
|
@ -598,7 +598,7 @@ class PyCoreNetIf(object):
|
|||
"""
|
||||
Attach network.
|
||||
|
||||
:param PyCoreNet net: network to attach to
|
||||
:param core.coreobj.PyCoreNet net: network to attach to
|
||||
:return:nothing
|
||||
"""
|
||||
if self.net:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue