From 16381364c2354c007ddf8737be1c58f11782e28d Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 4 Jun 2016 22:06:50 +0100 Subject: News articles are now placed in separate pages. Also given each rst file its rightful extension. --- web/documentation.rst | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 web/documentation.rst (limited to 'web/documentation.rst') diff --git a/web/documentation.rst b/web/documentation.rst new file mode 100644 index 000000000..ec33d0827 --- /dev/null +++ b/web/documentation.rst @@ -0,0 +1,70 @@ +Nim's Documentation +=================== + +.. container:: standout + + Search Options + -------------- + + .. container:: internals + + `Documentation Index `_ - The generated + index. **Index + (Ctrl+F) == Joy** + +.. container:: standout + + Standards & Guides + ------------------ + + .. container:: libraries + + - | `Standard Library `_ + | This document describes Nim's standard library. + + - | `Language Manual `_ + | The Nim manual is a draft that will evolve into a proper specification. + + - | `Nim Style Guide `_ + | The stylistic conventions that Nim's official projects adhere to. + + - | `Compiler User Guide `_ + | The user guide lists command line arguments, special features of the + compiler, etc. + + - | `NimScript `_ + | NimScript is the upcoming new way to configure Nim. + + - | `Nim Backend Integration `_ + | The Backend Integeration guide gives further information of how Nim can + interact with C, C++, Objective C and JavaScript. + + +.. container:: standout + + Tools & Features + ---------------- + + .. container:: tools + + - | `Source Code Filters `_ + | The Nim compiler supports source code filters as a simple yet powerful + builtin templating system. + + - | `Tools Documentation `_ + | Description of some tools that come with the standard distribution. + + +.. container:: standout + + Internal Details + ---------------- + + .. container:: internals + + - | `Garbage Collector `_ + | Additional documentation about Nim's GC and how to operate it in a + realtime setting. + + - | `Internal Documentation `_ + | The internal documentation describes how the compiler is implemented. + Read this if you want to hack the compiler. -- cgit 1.4.1-2-gfad0