reorder package docs

This commit is contained in:
bobturneruk 2020-04-01 12:45:08 +01:00
parent b6dbac6c12
commit 288d4fc140
2 changed files with 9 additions and 1 deletions

View file

@ -1,6 +1,14 @@
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
"""
This module does...
.. automodule:: .src
:members:
:private-members:
"""
from .gp_regression import GPRegression
from .gp_classification import GPClassification
from .sparse_gp_regression import SparseGPRegression