mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
trying to fix doc 2
This commit is contained in:
parent
e995fb1f89
commit
19eb6907c6
2 changed files with 6 additions and 7 deletions
|
|
@ -14,7 +14,7 @@ class Matern32(kernpart):
|
||||||
|
|
||||||
.. math::
|
.. math::
|
||||||
|
|
||||||
k(r) = \\sigma^2 (1 + \\sqrt{3} r) \exp(- \sqrt{3} r) \\ \\ \\ \\ \\ \\text{ where } r = \sqrt{\sum_{i=1}^D \\frac{(x_i-y_i)^2}{\ell_i^2} }
|
k(r) = \\sigma^2 (1 + \\sqrt{3} r) \exp(- \sqrt{3} r) \\ aa \\ \\ \\ \\text{ where } r = \sqrt{\sum_{i=1}^D \\frac{(x_i-y_i)^2}{\ell_i^2} }
|
||||||
|
|
||||||
:param D: the number of input dimensions
|
:param D: the number of input dimensions
|
||||||
:type D: int
|
:type D: int
|
||||||
|
|
|
||||||
11
doc/conf.py
11
doc/conf.py
|
|
@ -59,7 +59,7 @@ import sys, os
|
||||||
#return 1
|
#return 1
|
||||||
|
|
||||||
#__len__ = __int__ = __long__ = __index__ = __hash__
|
#__len__ = __int__ = __long__ = __index__ = __hash__
|
||||||
|
|
||||||
#def __oct__(self):
|
#def __oct__(self):
|
||||||
#return '01'
|
#return '01'
|
||||||
|
|
||||||
|
|
@ -116,9 +116,10 @@ print "Adding path"
|
||||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||||
# 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"
|
||||||
|
|
||||||
extensions = [#'ipython_directive',
|
extensions = [#'ipython_directive',
|
||||||
'sphinx.ext.autodoc', 'sphinx.ext.viewcode'
|
'sphinx.ext.autodoc', 'sphinx.ext.viewcode',
|
||||||
|
'sphinx.ext.pngmath'
|
||||||
#'matplotlib.sphinxext.mathmpl',
|
#'matplotlib.sphinxext.mathmpl',
|
||||||
#'matplotlib.sphinxext.only_directives',
|
#'matplotlib.sphinxext.only_directives',
|
||||||
#'matplotlib.sphinxext.plot_directive',
|
#'matplotlib.sphinxext.plot_directive',
|
||||||
|
|
@ -127,7 +128,7 @@ extensions = [#'ipython_directive',
|
||||||
#'sphinx.ext.doctest',
|
#'sphinx.ext.doctest',
|
||||||
#'ipython_console_highlighting',
|
#'ipython_console_highlighting',
|
||||||
#'inheritance_diagram',
|
#'inheritance_diagram',
|
||||||
#'numpydoc']
|
#'numpydoc']
|
||||||
print "finished importing"
|
print "finished importing"
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
@ -443,5 +444,3 @@ epub_copyright = u'2013, Author'
|
||||||
|
|
||||||
#def setup(app):
|
#def setup(app):
|
||||||
#app.connect("autodoc-skip-member", skip)
|
#app.connect("autodoc-skip-member", skip)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue