Skip to content

Commit

Permalink
add link to Nim Basics in tut1.rst [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Jan 20, 2021
1 parent fbdf3f2 commit 2bedb0f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions doc/tut1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<manual.html>`_ 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 <https://narimiran.github.io/nim-basics/>`_.
On the other hand, the `manual <manual.html>`_ 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 <nep1.html>`_.

Expand Down

0 comments on commit 2bedb0f

Please sign in to comment.