diff options
author | metagn <metagngn@gmail.com> | 2022-12-06 11:37:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-06 09:37:03 +0100 |
commit | 739e1badb6e48741e28420739769d3714ac6ceda (patch) | |
tree | 745718d54a61118535ae657ec884dc5bee6d83a6 /doc/nims.md | |
parent | 5d469686b05ba0435690fccf6fb6f7d95cf09c73 (diff) | |
download | Nim-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.md | 2 |
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) |