summary refs log tree commit diff stats
path: root/doc/nims.md
diff options
context:
space:
mode:
authormetagn <metagngn@gmail.com>2022-12-06 11:37:03 +0300
committerGitHub <noreply@github.com>2022-12-06 09:37:03 +0100
commit739e1badb6e48741e28420739769d3714ac6ceda (patch)
tree745718d54a61118535ae657ec884dc5bee6d83a6 /doc/nims.md
parent5d469686b05ba0435690fccf6fb6f7d95cf09c73 (diff)
downloadNim-739e1badb6e48741e28420739769d3714ac6ceda.tar.gz
stdlib organization & documentation improvements (#20971)
* stdlib organization & documentation improvements

* fix CI

* Update doc/lib.md

Co-authored-by: Juan Carlos <juancarlospaco@gmail.com>

* fix ci, remove jshttpcore, export in jsfetch instead

* fix alphabetical order violations

* add cmdline, db_odbc

Co-authored-by: Juan Carlos <juancarlospaco@gmail.com>
Diffstat (limited to 'doc/nims.md')
-rw-r--r--doc/nims.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/nims.md b/doc/nims.md
index f36fb8f3e..a69ea1789 100644
--- a/doc/nims.md
+++ b/doc/nims.md
@@ -76,7 +76,6 @@ At least the following standard library modules are available:
 * [htmlgen](htmlgen.html)
 * [httpcore](httpcore.html)
 * [lenientops](lenientops.html)
-* [mersenne](mersenne.html)
 * [options](options.html)
 * [parseutils](parseutils.html)
 * [punycode](punycode.html)
@@ -89,7 +88,6 @@ At least the following standard library modules are available:
 * [uri](uri.html)
 * [std/editdistance](editdistance.html)
 * [std/wordwrap](wordwrap.html)
-* [std/sums](sums.html)
 * [parsecsv](parsecsv.html)
 * [parsecfg](parsecfg.html)
 * [parsesql](parsesql.html)
/blame/web/news.rst?h=devel&id=08d82e4b13c9dc99cd82550f611cead3c0b4d8c0'>^
7f3b4accb ^

542e4fdcf ^
8d7e2b9c7 ^

542e4fdcf ^
10fdd241e ^

542e4fdcf ^
e62b55054 ^

542e4fdcf ^



16381364c ^

542e4fdcf ^
16381364c ^

542e4fdcf ^
16381364c ^

542e4fdcf ^
16381364c ^

542e4fdcf ^
16381364c ^

542e4fdcf ^
16381364c ^

542e4fdcf ^
16381364c ^

542e4fdcf ^
16381364c ^


542e4fdcf ^
16381364c ^


542e4fdcf ^
16381364c ^


542e4fdcf ^
16381364c ^


542e4fdcf ^
16381364c ^


542e4fdcf ^
16381364c ^



542e4fdcf ^
16381364c ^



542e4fdcf ^
16381364c ^



542e4fdcf ^
16381364c ^



542e4fdcf ^
16381364c ^


542e4fdcf ^
16381364c ^



542e4fdcf ^
16381364c ^


542e4fdcf ^
16381364c ^































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