diff --git a/fabrictestbed_extensions/fablib/fablib.py b/fabrictestbed_extensions/fablib/fablib.py index a9fe182e..f37c08a9 100644 --- a/fabrictestbed_extensions/fablib/fablib.py +++ b/fabrictestbed_extensions/fablib/fablib.py @@ -52,7 +52,10 @@ .. note:: - Some configuration in the form of a configuration file, environment variables, or :class:`FablibManager` constructor parameters is required for the library to work. Please see the FABRIC project's `documentation on getting started `_. + Some configuration in the form of a configuration file, environment + variables, or :class:`FablibManager` constructor parameters is + required for the library to work. Please see the FABRIC project's + `documentation on getting started `_. .. _learn: https://learn.fabric-testbed.net/article-categories/getting-started/ .. _examples: https://github.com/fabric-testbed/jupyter-examples/