Skip to content

Commit

Permalink
Merge: Fix broken docstring links (#324)
Browse files Browse the repository at this point in the history
Some previous PR introduced broken docstring links. This PR fixes the
links.
  • Loading branch information
Scienfitz authored Jul 25, 2024
2 parents d7c87a4 + 9aa27af commit fc7d362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baybe/surrogates/gaussian_process/presets/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class DefaultKernelFactory(KernelFactory):
"""A factory providing the default kernel for Gaussian process surrogates.
This is taking the low and high dimensional limits of
:class:`baybe.surrogates.gaussian_process.presets.default.EDBOKernelFactory`
:class:`baybe.surrogates.gaussian_process.presets.edbo.EDBOKernelFactory`
and interpolates the prior moments linearly between them.
"""

Expand Down Expand Up @@ -71,7 +71,7 @@ def _default_noise_factory(
"""Create the default noise settings for the Gaussian process surrogate.
This is taking the low and high dimensional limits of
:func:`baybe.surrogates.gaussian_process.presets.default._edbo_noise_factory`
:func:`baybe.surrogates.gaussian_process.presets.edbo._edbo_noise_factory`
and interpolates the prior moments linearly between them.
"""
# TODO: Replace this function with a proper likelihood factory
Expand Down

0 comments on commit fc7d362

Please sign in to comment.