From b0c18a90a4d755a27e316bfe3858cf7ac8faa1ea Mon Sep 17 00:00:00 2001 From: bobturneruk Date: Tue, 28 Apr 2020 09:28:36 +0100 Subject: [PATCH] add plotting to docs index --- GPy/plotting/__init__.py | 8 ++++++++ doc/source/index.rst | 1 + 2 files changed, 9 insertions(+) diff --git a/GPy/plotting/__init__.py b/GPy/plotting/__init__.py index 8c680caf..bbf83fa9 100644 --- a/GPy/plotting/__init__.py +++ b/GPy/plotting/__init__.py @@ -1,3 +1,11 @@ +""" +Introduction +^^^^^^^^^^^^ + + + +""" + # Copyright (c) 2014, GPy authors (see AUTHORS.txt). # Licensed under the BSD 3-clause license (see LICENSE.txt) current_lib = [None] diff --git a/doc/source/index.rst b/doc/source/index.rst index 61a605d9..dea42f81 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -52,6 +52,7 @@ Several tutorials have been developed in the form of `Jupyter Notebooks