Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
DOC: Use literal highlighting syntax for a parameter
Browse files Browse the repository at this point in the history
Use literal highlighting syntax for the `a` parameter in `gpr` module
`ExponentialKriging` initialization method.
  • Loading branch information
jhlegarreta committed Dec 8, 2024
1 parent 34d1ff0 commit 6b9a1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eddymotion/model/gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def __init__(
beta_l : :obj:`float`, optional
The :math:`\lambda` hyperparameter.
a_bounds : :obj:`tuple`, optional
Bounds for the a parameter.
Bounds for the ``a`` parameter.
l_bounds : :obj:`tuple`, optional
Bounds for the :math:`\lambda` hyperparameter.
Expand Down

0 comments on commit 6b9a1fa

Please sign in to comment.