From 6b9a1fa3854a31721b703fb78fa9d1f6b2fffe58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Sat, 7 Dec 2024 19:06:33 -0500 Subject: [PATCH] DOC: Use literal highlighting syntax for `a` parameter Use literal highlighting syntax for the `a` parameter in `gpr` module `ExponentialKriging` initialization method. --- src/eddymotion/model/gpr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eddymotion/model/gpr.py b/src/eddymotion/model/gpr.py index b189dcbf..3888602d 100644 --- a/src/eddymotion/model/gpr.py +++ b/src/eddymotion/model/gpr.py @@ -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.