Le mardi 05 janvier 2010 à 22:34 -0800, Christopher Barker a écrit :
> Nadav Horesh wrote:
> > is there a (simple) solution to extract data from OpenDocument files
> > (espacially OpenOffice.org Calc files) into a Numpy Array?
>
> Aren't they XML? you may be able to use an XML parser.
See, e.g.,
It seems that
class Profil(object):
def __init__(self):
"""
"""
pass
def bla(self):
"Blabla."
return 0
@property
def tdeb(self):
"The time horizon startpoint."
return self.pts[0,:].min()
> and a foo.rst conta
It seems that either Sphinx or NumpyDoc is having troubles with property
attributes.
Considering the following piece of code in foo.py
class Profil(object):
"""
Blabla
Attributes
--
tfin
tdeb : flo