From 15b55f1ebfa30b5e7a252d8d99fa075a3c06b8b2 Mon Sep 17 00:00:00 2001 From: Pablo Goitia Date: Tue, 4 Jul 2023 18:04:31 +0200 Subject: [PATCH] Changed 'euns' at line 49 to 'runs' in the qstartguide index, and 'user' to use in userguide/config 's line 82 --- docs/source/qstartguide/index.rst | 2 +- docs/source/userguide/configure/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/qstartguide/index.rst b/docs/source/qstartguide/index.rst index 43c3d87ee..c99973882 100644 --- a/docs/source/qstartguide/index.rst +++ b/docs/source/qstartguide/index.rst @@ -46,7 +46,7 @@ Description of most used commands * - **create ** - Generates the experiment workflow. * - **run ** - - Euns the experiment workflow. + - Runs the experiment workflow. * - **monitor ** - Shows the experiment workflow structure and status. * - **inspect ** diff --git a/docs/source/userguide/configure/index.rst b/docs/source/userguide/configure/index.rst index 6f52f81e9..b0a000bc0 100644 --- a/docs/source/userguide/configure/index.rst +++ b/docs/source/userguide/configure/index.rst @@ -79,7 +79,7 @@ identifier and add this text:s new_job: FILE: -This will create a new job named "new_job" that will be executed once at the default platform. This job will user the +This will create a new job named "new_job" that will be executed once at the default platform. This job will use the template located at (path is relative to project folder). This is the minimum job definition and usually is not enough. You usually will need to add some others parameters: -- GitLab