[kern] covariance plot also testing no limit

This commit is contained in:
mzwiessele 2015-10-12 13:19:37 +01:00
parent 8d793b7d20
commit 11461f80cb

View file

@ -49,7 +49,7 @@ def read_to_rst(fname):
try:
import pypandoc
rstname = "{}.{}".format(os.path.splitext(fname)[0], 'rst')
pypandoc.convert(read(fname), 'rst', outputfile=rstname)
pypandoc.convert(read(fname), 'rst', format='md', outputfile=rstname)
return read(rstname)
except ImportError:
return read(fname)