Skip to content

Commit

Permalink
Use Sphinx note directive for the note
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Sep 7, 2023
1 parent 854c3a7 commit b767841
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions fabrictestbed_extensions/fablib/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b767841

Please sign in to comment.