From e04ba6b580d12cd54bc38caefbc3d4e261e4e496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Torres=20Font?= Date: Mon, 14 Feb 2022 12:06:58 +0100 Subject: [PATCH 1/4] Initial commit for tutorial myTutorial --- myTutorial/index.asciidoc | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 myTutorial/index.asciidoc diff --git a/myTutorial/index.asciidoc b/myTutorial/index.asciidoc new file mode 100644 index 00000000..e69de29b From 16697a1f44a18c852ce32d78e841b1eee6cd9d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Torres=20Font?= Date: Mon, 14 Feb 2022 12:14:59 +0100 Subject: [PATCH 2/4] added createFile step for tutorial --- myTutorial/index.asciidoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/myTutorial/index.asciidoc b/myTutorial/index.asciidoc index e69de29b..2c7b5c91 100644 --- a/myTutorial/index.asciidoc +++ b/myTutorial/index.asciidoc @@ -0,0 +1,13 @@ += Title of my new tutorial +==== +In this section you can write the description of the tutorial. This can consist of several lines. + +The description should explain the tutorial in a few words and explain what is to be learned. +==== +The explanation for the step +[step] +-- +functionName(parameters) +-- +The explanation of the results +==== \ No newline at end of file From 58cf00fb890543cb7e00e848e14436cf26d43591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Torres=20Font?= Date: Mon, 14 Feb 2022 12:19:17 +0100 Subject: [PATCH 3/4] New changes to be done --- myTutorial/index.asciidoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/myTutorial/index.asciidoc b/myTutorial/index.asciidoc index 2c7b5c91..a719fdc6 100644 --- a/myTutorial/index.asciidoc +++ b/myTutorial/index.asciidoc @@ -4,10 +4,10 @@ In this section you can write the description of the tutorial. This can consist The description should explain the tutorial in a few words and explain what is to be learned. ==== -The explanation for the step + +Before the '[step]' keyword the explanation is written. +The explanation can consist of multiple lines. [step] -- -functionName(parameters) --- -The explanation of the results -==== \ No newline at end of file +createFile("pathToTheFile/fileName.txt") +-- \ No newline at end of file From 7517808b1a3137f482fb117f6a128364ec080f24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Torres=20Font?= Date: Mon, 14 Feb 2022 15:34:15 +0100 Subject: [PATCH 4/4] Title changed --- myTutorial/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myTutorial/index.asciidoc b/myTutorial/index.asciidoc index a719fdc6..d1d48e32 100644 --- a/myTutorial/index.asciidoc +++ b/myTutorial/index.asciidoc @@ -1,4 +1,4 @@ -= Title of my new tutorial += WIP: Starting a new tutorial ==== In this section you can write the description of the tutorial. This can consist of several lines.