summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
authorJjp137 <Jjp137@users.noreply.github.com>2019-10-17 14:49:45 -0700
committerJjp137 <Jjp137@users.noreply.github.com>2019-10-22 17:59:12 -0700
commit72147c9ba4ae766aa70febf1b0b6dff8a656d717 (patch)
tree515d45c974f59fdb262ac2632dd3f6765186a097 /koch.nim
parent93461aee34244a6c004a5572f31a50ff4fad280d (diff)
downloadNim-72147c9ba4ae766aa70febf1b0b6dff8a656d717.tar.gz
Prefer relative links for Nim documentation
This is more friendly to those browsing the documentation without
a network connection. The nim-doc package in Debian allows this,
for example.

Also, the domain name being used was not consistent. It could have
been either nim-lang.org or nim-lang.github.io, and those reading
the stable docs could have found themselves suddenly reading the
devel docs instead.
Diffstat (limited to 'koch.nim')
0 files changed, 0 insertions, 0 deletions
;rumpf_a@web.de> 2019-04-07 21:14:54 +0200 committer Andreas Rumpf <rumpf_a@web.de> 2019-04-07 21:14:54 +0200 more efficient enumToStr implementation that works without the old typeinfo structures' href='/ahoang/Nim/commit/compiler/enumtostr.nim?h=devel&id=f08e90f0d651861e5caa77bfccaa57b1e63d346e'>f08e90f0d ^
8bb1a6b04 ^


























7e747d11c ^
8bb1a6b04 ^








7e747d11c ^
8bb1a6b04 ^

7e747d11c ^
8bb1a6b04 ^







7e747d11c ^




8bb1a6b04 ^

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