diff --git a/src/cablab/cube.py b/src/cablab/cube.py index c444800..3617378 100644 --- a/src/cablab/cube.py +++ b/src/cablab/cube.py @@ -371,6 +371,13 @@ def config(self): """ return self._config + def info(self): + """ + Return a human-readable information string about this data cube (markdown formatted). + """ + # todo (nf 20151104) - read from data cube's dir, see issue #5 + return '' + @property def closed(self): """