mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-30 07:16:23 +02:00
[holy] example was run in examples
This commit is contained in:
parent
17fc844304
commit
38879caea6
6 changed files with 19 additions and 108 deletions
4
setup.py
4
setup.py
|
|
@ -49,8 +49,8 @@ def read_to_rst(fname):
|
|||
try:
|
||||
import pypandoc
|
||||
rstname = "{}.{}".format(os.path.splitext(fname)[0], 'rst')
|
||||
pypandoc.convert(read(fname), 'rst', format='md', outputfile=rstname)
|
||||
return read(rstname)
|
||||
return pypandoc.convert(read(fname), 'rst', format='md')
|
||||
#return read(rstname)
|
||||
except ImportError:
|
||||
return read(fname)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue