docstring fixes
This commit is contained in:
parent
b74db4e301
commit
ac5f19f1f6
|
@ -5,7 +5,8 @@ import math,numpy as np
|
||||||
### --- COLOR CLASS --------------------------------------------------
|
### --- COLOR CLASS --------------------------------------------------
|
||||||
|
|
||||||
class Color():
|
class Color():
|
||||||
"""Conversion of colors between different color-spaces.
|
"""
|
||||||
|
Conversion of colors between different color-spaces.
|
||||||
|
|
||||||
Colors should be given in the form
|
Colors should be given in the form
|
||||||
Color('model',[vector]).To convert and copy color from one space to other, use the methods
|
Color('model',[vector]).To convert and copy color from one space to other, use the methods
|
||||||
|
|
|
@ -48,7 +48,8 @@ def lables_to_path(label, dsXMLPath=None):
|
||||||
|
|
||||||
|
|
||||||
class H5Table(object):
|
class H5Table(object):
|
||||||
"""Light weight interface class for h5py
|
"""
|
||||||
|
Light weight interface class for h5py
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
|
Loading…
Reference in New Issue