From ac5f19f1f62c0763cc57f2c10914e7ce5ac1826c Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 25 Oct 2016 21:19:05 +0200 Subject: [PATCH] docstring fixes --- lib/damask/colormaps.py | 3 ++- lib/damask/h5table.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/damask/colormaps.py b/lib/damask/colormaps.py index f87af676d..4466840cc 100644 --- a/lib/damask/colormaps.py +++ b/lib/damask/colormaps.py @@ -5,7 +5,8 @@ import math,numpy as np ### --- COLOR CLASS -------------------------------------------------- class Color(): - """Conversion of colors between different color-spaces. + """ + Conversion of colors between different color-spaces. Colors should be given in the form Color('model',[vector]).To convert and copy color from one space to other, use the methods diff --git a/lib/damask/h5table.py b/lib/damask/h5table.py index 095146d09..bf8069e37 100644 --- a/lib/damask/h5table.py +++ b/lib/damask/h5table.py @@ -48,7 +48,8 @@ def lables_to_path(label, dsXMLPath=None): class H5Table(object): - """Light weight interface class for h5py + """ + Light weight interface class for h5py DESCRIPTION -----------