summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2015-07-11 13:22:25 +0200
committerAndreas Rumpf <rumpf_a@web.de>2015-07-11 13:22:25 +0200
commitdf9b5e6884bf42bc12187fcc4ff9cd3e4d40387c (patch)
treec09244ebbf941c9649de30a27f253976854b4506 /web
parent53b36178c75d6a6a2aa9d8d52898a82133d94c60 (diff)
parent9da1ee4fe40a2c40ef55c4a4002373b903a386d0 (diff)
downloadNim-df9b5e6884bf42bc12187fcc4ff9cd3e4d40387c.tar.gz
Merge pull request #3098 from Varriount/add-nep1
Add NEP1 to documentation.
Diffstat (limited to 'web')
-rw-r--r--web/documentation.txt3
-rw-r--r--web/website.ini2
2 files changed, 4 insertions, 1 deletions
diff --git a/web/documentation.txt b/web/documentation.txt
index 67f8b4070..afb25d1d1 100644
--- a/web/documentation.txt
+++ b/web/documentation.txt
@@ -14,6 +14,9 @@ Nim's Documentation
     - | `Language Manual <docs/manual.html>`_
       | The Nim manual is a draft that will evolve into a proper specification.
 
+    - | `Nim Style Guide <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.
diff --git a/web/website.ini b/web/website.ini
index fb98d639a..95f0f5b57 100644
--- a/web/website.ini
+++ b/web/website.ini
@@ -31,7 +31,7 @@ file: ticker.txt
 [Documentation]
 doc: "endb;intern;apis;lib;manual.txt;tut1;tut2;nimc;overview;filters"
 doc: "tools;niminst;nimgrep;gc;estp;idetools;docgen;koch;backends.txt"
-doc: "nimfix.txt;nimsuggest.txt"
+doc: "nimfix.txt;nimsuggest.txt;nep1.txt"
 pdf: "manual.txt;lib;tut1;tut2;nimc;niminst;gc"
 srcdoc2: "system.nim"
 srcdoc2: "core/macros;pure/marshal;core/typeinfo;core/unsigned"
Nim/commit/changelog.md?h=devel&id=4ae341353de5c58dc339e47b0eec2bbb4649dc10'>4ae341353 ^
1bdc30bdb ^
4ae341353 ^




1bdc30bdb ^




4ae341353 ^


1bdc30bdb ^


9134bb9cf ^
cc60caedb ^


d5d359445 ^
cc60caedb ^
7ce035835 ^




cd9af6b80 ^




03c146cd9 ^
cd9af6b80 ^


03c146cd9 ^
cd9af6b80 ^
caf30e7cb ^


7ce035835 ^
d23446c6b ^

a3a317b76 ^

b8e6ea754 ^



3e060cfb0 ^


03c146cd9 ^
3e060cfb0 ^










48e7775ad ^




3e060cfb0 ^
d11cb9d49 ^


06dfd3161 ^
7f377da1d ^
06dfd3161 ^
041ee92bb ^


1fb2a5867 ^


256841cf2 ^
1fb2a5867 ^




c7a1a7b8b ^

6aa971d39 ^
82e424189 ^
bf604c682 ^
82e424189 ^
6aa971d39 ^
b70fd0400 ^
03c146cd9 ^

9295251e6 ^


























5db0bb744 ^
dd24004fa ^

9acbf99ef ^

de27910ab ^
03c146cd9 ^























00fa7a574 ^

7d17cd34b ^
f7d2f9c5f ^
9c46927fa ^
a890aa75a ^
c777f2fb6 ^

5c534b294 ^








411be506a ^


dda6f3f6d ^
3573a4f9c ^


c777f2fb6 ^





3d20f1419 ^

58282547f ^


737fff590 ^
7d17cd34b ^
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213