documenting

This commit is contained in:
Max Zwiessele 2013-11-28 10:54:13 +00:00
parent 25635571af
commit 1b5eed890a

View file

@ -1,13 +1,15 @@
''' '''
GPy Models .. module:: GPy.models
==========
Implementations for common models used in GP regression and classification. Implementations for common models used in GP regression and classification.
The different models can be viewed in :mod:`GPy.models_modules`, which holds The different models can be viewed in :mod:`GPy.models_modules`, which holds
detailed explanations for the different models. detailed explanations for the different models.
:warning: This module is a convienince module for endusers to use. For developers .. note::
see :mod:`GPy.models_modules`, which holds the implementions for each model. This module is a convienince module for endusers to use. For developers
see :mod:`GPy.models_modules`, which holds the implementions for each model.:
.. moduleauthor:: Max Zwiessele <ibinbei@gmail.com>
''' '''
__updated__ = '2013-11-28' __updated__ = '2013-11-28'