From 83c7e9dabf9567e75606e7d2bcbcc0377c2c7282 Mon Sep 17 00:00:00 2001 From: "ivan.kondov" <ivan.kondov@kit.edu> Date: Thu, 13 Jul 2017 14:50:52 +0200 Subject: [PATCH] highlitghing --- docs/exercise5.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/exercise5.rst b/docs/exercise5.rst index e31b0a1..6a22d11 100644 --- a/docs/exercise5.rst +++ b/docs/exercise5.rst @@ -90,8 +90,9 @@ Write a RepeatIfLengthLesser firetask that can implement the while loop in the script. The firetask should integrate into the workflow available in **dataloader+repeater.json** without further adaptations. -Hint: You can use the load_object function from fireworks.utilities.fw_serializers -to insert a workflow section (sub-workflow) dynamically:: +Hint: You can use the ``load_object`` function from +``fireworks.utilities.fw_serializers`` to insert a workflow section (sub-workflow) +dynamically:: workflow_obj = load_object(workflow_dict) actions = ['detours': workflow_obj] -- GitLab