diff options
author | Miran <narimiran@disroot.org> | 2019-01-10 11:17:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-10 11:17:06 +0100 |
commit | 6389271d1cef23e2f810736a4fb0c06d0164d984 (patch) | |
tree | ae3685816426571a23a60825aed5628f50d87211 /doc/lib.rst | |
parent | b3435d22dcb262371319f045aacb3a5d80d7f8aa (diff) | |
parent | f7d2f9c5f0844af8831d780ad2b289305c482ada (diff) | |
download | Nim-6389271d1cef23e2f810736a4fb0c06d0164d984.tar.gz |
Merge pull request #10248 from narimiran/graveyard
Move four modules to graveyard
Diffstat (limited to 'doc/lib.rst')
-rw-r--r-- | doc/lib.rst | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index a16bf2677..d6c296e8d 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -141,9 +141,6 @@ String handling Ropes can represent very long strings efficiently; especially concatenation is done in O(1) instead of O(n). -* `subexes <subexes.html>`_ - This module implements advanced string substitution operations. - * `std/editdistance <editdistance.html>`_ This module contains an algorithm to compute the edit distance between two Unicode strings. @@ -233,9 +230,6 @@ Internet Protocols and Support * `cgi <cgi.html>`_ This module implements helpers for CGI applications. -* `scgi <scgi.html>`_ - This module implements helpers for SCGI applications. - * `browsers <browsers.html>`_ This module implements procs for opening URLs with the user's default browser. @@ -244,9 +238,6 @@ Internet Protocols and Support This module implements a simple HTTP client which supports both synchronous and asynchronous retrieval of web pages. -* `smtp <smtp.html>`_ - This module implement a simple SMTP client. - * `cookies <cookies.html>`_ This module contains helper procs for parsing and generating cookies. @@ -381,12 +372,6 @@ Multimedia support Miscellaneous ------------- -* `oids <oids.html>`_ - An OID is a global ID that consists of a timestamp, - a unique counter and a random value. This combination should suffice to - produce a globally distributed unique ID. This implementation was extracted - from the Mongodb interface and it thus binary compatible with a Mongo OID. - * `endians <endians.html>`_ This module contains helpers that deal with different byte orders. |