From 48bec750ea4228608a9e9b9b01ec0528e17c0363 Mon Sep 17 00:00:00 2001 From: Teemu Ruokolainen Date: Thu, 7 Dec 2023 16:38:13 +0200 Subject: [PATCH] FIX: replace basic_usage with loop_demo in user_guide.rst --- docs/source/user_guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/user_guide.rst b/docs/source/user_guide.rst index 18d862c1..953e0529 100644 --- a/docs/source/user_guide.rst +++ b/docs/source/user_guide.rst @@ -55,7 +55,7 @@ Pre-made `examples `_ Demonstrates manual image classification of chest X-rays - `canvas_demo.xml `_ Launches the canvas state-action pair visualiser and editor - - `regression_demo.xml `_ Demonstrates simple linear regression on a small set of sample data + - `regression_demo.xml `_ Demonstrates simple linear regression on a small set of sample data Launching examples: ^^^^^^^^^^^^^^^^^^^ @@ -197,7 +197,7 @@ Loops Loop tags are used to iterate over a given set of modules until a condition is met. Loops can be nested and named. -See `basic_operation.xml `_ for full example. +See `loop_demo.xml `_ for full example. Current options: - ``type``: what variety of loop will this be: ``for``, ``while``, ``manual`` (user defined stopping condition on-the-fly)