commit b91746fff79cf3382f018e36aed5db6184e63b44
parent e280b10569fb47ca945443a2f7873d24585b3cda
Author: Mattias Andrée <maandree@kth.se>
Date: Mon, 13 Jun 2016 16:00:37 +0200
[libzahl] add reference sheet, reference manual, and paper
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
4 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/libs.suckless.org/libzahl-paper-1.pdf b/libs.suckless.org/libzahl-paper-1.pdf
Binary files differ.
diff --git a/libs.suckless.org/libzahl-refman.pdf b/libs.suckless.org/libzahl-refman.pdf
Binary files differ.
diff --git a/libs.suckless.org/libzahl-refsheet.pdf b/libs.suckless.org/libzahl-refsheet.pdf
Binary files differ.
diff --git a/libs.suckless.org/libzahl.md b/libs.suckless.org/libzahl.md
@@ -14,6 +14,13 @@ or get a copy using git with the following command:
git clone http://git.suckless.org/libzahl
+Documentation
+-------------
+Apart from [the man pages](http://git.suckless.org/libzahl/tree/man),
+`libzahl`'s repository also contains a
+[reference sheet](libzahl-refsheet.pdf) and a
+[reference manual](libzahl-refman.pdf).
+
Support
-------
If you cannot find what you need in the man pages, the
@@ -21,3 +28,7 @@ reference sheet, or the reference manual, the best way
to get support is to contact
[the author](http://suckless.org/people/maandree) via
e-mail.
+
+Papers
+------
+* [Representing and working with almost none of the integers the suckless way](libzahl-paper-1.pdf)