From b76784166b71c1340e8b9defe1c4c779e83c8340 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Thu, 7 Sep 2023 15:23:23 -0500 Subject: [PATCH] Use Sphinx note directive for the note --- fabrictestbed_extensions/fablib/node.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/fabrictestbed_extensions/fablib/node.py b/fabrictestbed_extensions/fablib/node.py index 5885cf0c..087ff9b3 100644 --- a/fabrictestbed_extensions/fablib/node.py +++ b/fabrictestbed_extensions/fablib/node.py @@ -2993,9 +2993,11 @@ def config(self, log_dir="."): """ Run configuration tasks for this node. - Use this method in order to re-apply configuration to a - rebooted node. Normally this method is invoked by - ``Slice.submit()`` or ``Slice.modify()``. + .. note :: + + Use this method in order to re-apply configuration to a + rebooted node. Normally this method is invoked by + ``Slice.submit()`` or ``Slice.modify()``. Configuration tasks include: