From a012cd64a59187d108dd376d91c22e75231b0857 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 11 Mar 2013 17:25:08 +0000 Subject: [PATCH] Small changes --- GPy/kern/rbf.py | 1 + doc/GPy.examples.rst | 14 +++----------- doc/GPy.rst | 1 + 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/GPy/kern/rbf.py b/GPy/kern/rbf.py index 3c3d59e6..133895ff 100644 --- a/GPy/kern/rbf.py +++ b/GPy/kern/rbf.py @@ -55,6 +55,7 @@ class rbf(kernpart): self._X, self._X2, self._params = np.empty(shape=(3,1)) def _get_params(self): + foo return np.hstack((self.variance,self.lengthscale)) def _set_params(self,x): diff --git a/doc/GPy.examples.rst b/doc/GPy.examples.rst index ec283d21..d369de41 100644 --- a/doc/GPy.examples.rst +++ b/doc/GPy.examples.rst @@ -73,18 +73,10 @@ examples Package :undoc-members: :show-inheritance: -:mod:`tuto_GP_regression` Module --------------------------------- +:mod:`tutorials` Module +----------------------- -.. automodule:: GPy.examples.tuto_GP_regression - :members: - :undoc-members: - :show-inheritance: - -:mod:`tuto_kernel_overview` Module ----------------------------------- - -.. automodule:: GPy.examples.tuto_kernel_overview +.. automodule:: GPy.examples.tutorials :members: :undoc-members: :show-inheritance: diff --git a/doc/GPy.rst b/doc/GPy.rst index 3fd4bcfd..e56e48e1 100644 --- a/doc/GPy.rst +++ b/doc/GPy.rst @@ -20,5 +20,6 @@ Subpackages GPy.kern GPy.likelihoods GPy.models + GPy.testing GPy.util