aboutsummaryrefslogtreecommitdiff
path: root/doc/utils.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/utils.rst')
-rw-r--r--doc/utils.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/utils.rst b/doc/utils.rst
index 6df8a0c..cc3db41 100644
--- a/doc/utils.rst
+++ b/doc/utils.rst
@@ -8,6 +8,8 @@ Example usage of the class:
.. code-block:: python
+ from rumba.utils import ExperimentManager, PROMPT_SWAPOUT
+
with ExperimentManager(exp, swap_out_strategy=PROMPT_SWAPOUT):
exp.swap_in()
exp.bootstrap_prototype()