mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 01:32:40 +02:00
[kernel] plotting ard for prod and covariance plots added
This commit is contained in:
parent
59ba858aba
commit
12dba962f1
13 changed files with 130 additions and 116 deletions
2
setup.py
2
setup.py
|
|
@ -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', rstname)
|
||||
pypandoc.convert(read(fname), 'rst', outputfile=rstname)
|
||||
return read(rstname)
|
||||
except ImportError:
|
||||
return read(fname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue