diff options
author | Ico Doornekamp <github@zevv.nl> | 2019-01-01 19:49:29 +0100 |
---|---|---|
committer | Miran <narimiran@disroot.org> | 2019-01-01 19:49:29 +0100 |
commit | 31b8bc7866e8b024daeb0be153144e3398933559 (patch) | |
tree | bfe42279a2fa2e06e22096bb0f915de3ff304b99 /doc | |
parent | 6ed9676af5ae17fa15551a00f1ad5f3be109233f (diff) | |
download | Nim-31b8bc7866e8b024daeb0be153144e3398933559.tar.gz |
Add link to tutorial part III to docs.rst (#10157) [ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/docs.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/docs.rst b/doc/docs.rst index cd1a05853..4a69bd69a 100644 --- a/doc/docs.rst +++ b/doc/docs.rst @@ -6,6 +6,9 @@ The documentation consists of several documents: - | `Tutorial (part II) <tut2.html>`_ | The Nim tutorial part two deals with the advanced language constructs. +- | `Tutorial (part III) <tut3.html>`_ + | The Nim tutorial part three about Nim's macro system. + - | `Language Manual <manual.html>`_ | The Nim manual is a draft that will evolve into a proper specification. |