diff options
Diffstat (limited to 'web/documentation.txt')
-rw-r--r-- | web/documentation.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/documentation.txt b/web/documentation.txt index 67f8b4070..14d88245d 100644 --- a/web/documentation.txt +++ b/web/documentation.txt @@ -14,10 +14,17 @@ Nim's Documentation - | `Language Manual <docs/manual.html>`_ | The Nim manual is a draft that will evolve into a proper specification. + - | `Nim Style Guide <docs/nep1.html>`_ + | The stylistic conventions that Nim's official projects adhere to. + - | `Compiler User Guide <docs/nimc.html>`_ | The user guide lists command line arguments, special features of the compiler, etc. + - | `Nim Backend Integration <docs/backends.html>`_ + | The Backend Integeration guide gives further information of how Nim can + interact with C, C++, Objective C and JavaScript. + .. container:: standout |