From 2b41e6741ef8fad1bd5b300e3fd716eebe23cad4 Mon Sep 17 00:00:00 2001 From: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com> Date: Thu, 9 Feb 2023 13:38:47 +0100 Subject: [PATCH 1/2] Update tutorial.rst Added a link to the new tutorials Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com> --- developer_manual/app_development/tutorial.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/developer_manual/app_development/tutorial.rst b/developer_manual/app_development/tutorial.rst index 3d7736c2a..ca70ab175 100644 --- a/developer_manual/app_development/tutorial.rst +++ b/developer_manual/app_development/tutorial.rst @@ -4,6 +4,9 @@ Tutorial .. sectionauthor:: Bernhard Posselt +**Warning: the tutorial on this page will be deprecated soon. We are working on a series of new tutorials. These tutorials take you through the steps of setting up your development environment to developing your first simple apps. You can find these new tutorials `here ` .** + + This tutorial will outline how to create a very simple notes app. The finished app is available on `GitHub `_. From 5c1555c777dfe00eb8f560b9ff56de5ea1bdf10b Mon Sep 17 00:00:00 2001 From: Alexander Piskun <13381981+bigcat88@users.noreply.github.com> Date: Mon, 20 Mar 2023 13:29:12 +0300 Subject: [PATCH 2/2] Fixed Changed from `bold` style to use ``note`` here, and now link will be correctly displayed Signed-off-by: Alexander Piskun <13381981+bigcat88@users.noreply.github.com> --- developer_manual/app_development/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app_development/tutorial.rst b/developer_manual/app_development/tutorial.rst index ca70ab175..69d6206d4 100644 --- a/developer_manual/app_development/tutorial.rst +++ b/developer_manual/app_development/tutorial.rst @@ -4,7 +4,7 @@ Tutorial .. sectionauthor:: Bernhard Posselt -**Warning: the tutorial on this page will be deprecated soon. We are working on a series of new tutorials. These tutorials take you through the steps of setting up your development environment to developing your first simple apps. You can find these new tutorials `here ` .** +.. note:: The tutorial on this page will be deprecated soon. We are working on a series of new tutorials. These tutorials take you through the steps of setting up your development environment to developing your first simple apps. You can find these new tutorials `here `_. This tutorial will outline how to create a very simple notes app. The finished app is available on `GitHub `_.