Skip to content

Commit

Permalink
Add entry points in the sphinx API
Browse files Browse the repository at this point in the history
  • Loading branch information
sofianehaddad committed Apr 8, 2024
1 parent fa7e1f3 commit a2e3bc7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions python/doc/user_manual/response_surface/kriging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@ Kriging algorithm
:template: class.rst_t
KrigingResult


Gaussian Process Regression
===========================

.. autosummary::
:toctree: _generated/
:template: class.rst_t

GaussianProcessRegression
GaussianProcessFitter

:template: class.rst_t
GaussianProcessRegressionResult
GaussianProcessFitterResult


Construction of the regression basis
====================================

Expand Down

0 comments on commit a2e3bc7

Please sign in to comment.