small doc cleanup, updated python specific docs to leverage the sphix rtd theme as well

This commit is contained in:
Blake J. Harnden 2017-08-18 11:34:25 -07:00
parent f55d241b36
commit abc9e06fe1
6 changed files with 23 additions and 56 deletions

View file

@ -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: