summary refs log tree commit diff stats
path: root/web/documentation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'web/documentation.txt')
-rw-r--r--web/documentation.txt52
1 files changed, 51 insertions, 1 deletions
diff --git a/web/documentation.txt b/web/documentation.txt
index da0313c32..0bb2b8a0f 100644
--- a/web/documentation.txt
+++ b/web/documentation.txt
@@ -1 +1,51 @@
-.. include:: ../doc/docs.txt
+Nim's Documentation
+===================
+
+.. container:: standout
+
+  Standards & Guides
+  ------------------
+
+
+  - | `Standard Library <lib.html>`_
+    | This document describes Nim's standard library.
+
+  - | `Language Manual <manual.html>`_
+    | The Nim manual is a draft that will evolve into a proper specification.
+
+  - | `Compiler user guide <nimc.html>`_
+    | The user guide lists command line arguments, special features of the
+      compiler, etc.
+
+
+.. container:: standout
+
+  Tools & Features
+  ----------------
+
+  - | `Source code filters <filters.html>`_
+    | The Nim compiler supports source code filters as a simple yet powerful
+      builtin templating system.
+
+  - | `Tools documentation <tools.html>`_
+    | Description of some tools that come with the standard distribution.
+
+
+.. container:: standout
+
+  Internal Details
+  ----------------
+
+  - | `Garbage Collector <gc.html>`_
+    | Additional documentation about Nim's GC and how to operate it in a
+    | realtime setting.
+
+  - | `Internal documentation <intern.html>`_
+    | The internal documentation describes how the compiler is implemented. Read
+      this if you want to hack the compiler.
+
+
+Search Options
+--------------
+
+`Documentation Index <theindex.html>`_ - The generated index. **Index + (Ctrl+F) == Joy**
^
2cae55ae0 ^


85dbc2d30 ^


2cae55ae0 ^
85dbc2d30 ^




















2cae55ae0 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83