summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-11-08 12:20:45 +0100
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-11-08 12:20:45 +0100
commit0ff1ba0a6da48cf5710f82dbfdbc1654da25598b (patch)
tree7102621163666640f5e7dbedf7da7b4a657a0d83
parent9061b8961eb5cefd31eba9314a5932f35f524eac (diff)
downloadNim-0ff1ba0a6da48cf5710f82dbfdbc1654da25598b.tar.gz
Links algorithm module from library index.
-rw-r--r--doc/lib.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index 1b004aa9d..92a4a7c83 100644
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -64,6 +64,8 @@ Core
 Collections and algorithms
 --------------------------
 
+* `algorithm <algorithm.html>`_
+  Implements some common generic algorithms like sort or binary search.
 * `tables <tables.html>`_
   Nimrod hash table support. Contains tables, ordered tables and count tables.
 * `sets <sets.html>`_