From 2bedb0fe2c38424a53ec7376c05db09090af9f93 Mon Sep 17 00:00:00 2001 From: narimiran Date: Wed, 20 Jan 2021 09:15:20 +0100 Subject: [PATCH] add link to Nim Basics in tut1.rst [ci skip] --- doc/tut1.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/tut1.rst b/doc/tut1.rst index 3977823303..9d6ba8b4d3 100644 --- a/doc/tut1.rst +++ b/doc/tut1.rst @@ -17,9 +17,14 @@ Introduction This document is a tutorial for the programming language *Nim*. + This tutorial assumes that you are familiar with basic programming concepts -like variables, types, or statements but is kept very basic. The `manual -`_ contains many more examples of the advanced language features. +like variables, types, or statements. +If you would like to have a gentle introduction of those concepts, we recommend +`Nim Basics tutorial `_. +On the other hand, the `manual `_ contains many more examples of +the advanced language features. + All code examples in this tutorial, as well as the ones found in the rest of Nim's documentation, follow the `Nim style guide `_.