From f2f1c0d7ff8db2b0edce3731661d268300d04939 Mon Sep 17 00:00:00 2001 From: bobturneruk Date: Fri, 17 Apr 2020 16:43:57 +0100 Subject: [PATCH] introduction --- GPy/models/__init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/GPy/models/__init__.py b/GPy/models/__init__.py index 88091ca9..9797f494 100644 --- a/GPy/models/__init__.py +++ b/GPy/models/__init__.py @@ -2,7 +2,10 @@ # Licensed under the BSD 3-clause license (see LICENSE.txt) """ -This module does... +Introduction +^^^^^^^^^^^^ + +This package principally contains classes ultimately inherited from :py:class:`GPy.core.gp.GP` intended as models for end user consuption - much of :py:class:`GPy.core.gp.GP` is not intended to be called directly. Some of these fall into conceptually related groups of models (e.g. :py:class:`GPy.core.sparse_gp`, :py:class:`GPy.core.sparse_gp_mpi`). """