From 9d0d383875d588a19871ea8afefd7b01224c335e Mon Sep 17 00:00:00 2001
From: Hu Zhao <zhao@mbd.rwth-aachen.de>
Date: Tue, 13 Dec 2022 16:09:23 +0100
Subject: [PATCH] docs: use tip for nugget

---
 docs/examples/emulator/robustgasp/plot_scalargasp.py | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/examples/emulator/robustgasp/plot_scalargasp.py b/docs/examples/emulator/robustgasp/plot_scalargasp.py
index 7e0b589..a9baa35 100644
--- a/docs/examples/emulator/robustgasp/plot_scalargasp.py
+++ b/docs/examples/emulator/robustgasp/plot_scalargasp.py
@@ -115,10 +115,10 @@ plt.tight_layout()
 
 # %% md
 #
-# Above example shows how to train a GP emulator based on noise-free training data,
-# which is often the case of emulating a deterministic simulator. If you are dealing
-# with noisy training data, you can
+# .. tip:: Above example shows how to train a GP emulator based on noise-free training data,
+#    which is often the case of emulating a deterministic simulator. If you are dealing
+#    with noisy training data, you can
 #
-# - set the parameter ``nugget`` to a desired value, or
-# - set ``nugget`` to :math:`0` and ``nugget_est`` to `True`, meaning that ``nugget``
-#   is estimated from the noisy training data.
\ No newline at end of file
+#     - set the parameter ``nugget`` to a desired value, or
+#     - set ``nugget`` to :math:`0` and ``nugget_est`` to `True`, meaning that ``nugget``
+#       is estimated from the noisy training data.
\ No newline at end of file
-- 
GitLab