mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
[kern] covariance plot also testing no limit
This commit is contained in:
parent
8d793b7d20
commit
11461f80cb
1 changed files with 1 additions and 1 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', outputfile=rstname)
|
||||
pypandoc.convert(read(fname), 'rst', format='md', outputfile=rstname)
|
||||
return read(rstname)
|
||||
except ImportError:
|
||||
return read(fname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue