mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-05 16:02:13 +02:00
Reverted back to working docs
This commit is contained in:
parent
36535286bf
commit
3a052cd5eb
2 changed files with 2 additions and 5 deletions
|
|
@ -106,7 +106,7 @@ print "Adding path"
|
||||||
# add these directories to sys.path here. If the directory is relative to the
|
# add these directories to sys.path here. If the directory is relative to the
|
||||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||||
#sys.path.insert(0, os.path.abspath('.'))
|
#sys.path.insert(0, os.path.abspath('.'))
|
||||||
sys.path.insert(0, os.path.abspath('./sphinxext'))
|
#sys.path.insert(0, os.path.abspath('./sphinxext'))
|
||||||
|
|
||||||
# -- General configuration -----------------------------------------------------
|
# -- General configuration -----------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -117,8 +117,7 @@ sys.path.insert(0, os.path.abspath('./sphinxext'))
|
||||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||||
print "Importing extensions"
|
print "Importing extensions"
|
||||||
|
|
||||||
print sys.path
|
extensions = [#'ipython_directive',
|
||||||
extensions = ['ipython_directive',
|
|
||||||
'sphinx.ext.autodoc', 'sphinx.ext.viewcode'
|
'sphinx.ext.autodoc', 'sphinx.ext.viewcode'
|
||||||
#'matplotlib.sphinxext.mathmpl',
|
#'matplotlib.sphinxext.mathmpl',
|
||||||
#'matplotlib.sphinxext.only_directives',
|
#'matplotlib.sphinxext.only_directives',
|
||||||
|
|
|
||||||
|
|
@ -146,5 +146,3 @@ The flag ``ARD=True`` in the definition of the Matern kernel specifies that we w
|
||||||
:height: 350px
|
:height: 350px
|
||||||
|
|
||||||
Contour plot of the best predictor (posterior mean).
|
Contour plot of the best predictor (posterior mean).
|
||||||
|
|
||||||
Changed it
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue