Skip to content

Commit

Permalink
Link "node" to glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Oct 27, 2023
1 parent 13ca955 commit bfd7e88
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions fabrictestbed_extensions/fablib/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,11 @@
# Author: Paul Ruth ([email protected])

"""
This module contains methods to work with FABRIC nodes.
Methods to work with FABRIC `nodes`_.
A FABRIC node is an individual element (e.g., virtual machine) in a
topology that is connected to other nodes to represent the physical
and logical structure of a network.
.. _`nodes`: https://learn.fabric-testbed.net/knowledge-base/glossary/#node
Once you create a FABRIC slice, you would add a node and operate on it
like so::
You would add a node and operate on it like so::
from fabrictestbed_extensions.fablib.fablib import FablibManager
Expand Down

0 comments on commit bfd7e88

Please sign in to comment.