From 7e82adf973c8aa5d6721a7f5f562c62abc960ca5 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 29 Aug 2013 14:11:04 +0200 Subject: [PATCH] more doc --- Makefile | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 393b006b..e435e20a 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,9 @@ tests: lib bench: ocamlbuild $(OPTIONS) -package bench -package unix -I . tests/benchs.native +push_doc: doc + scp -r containers.docdir/* cedeela.fr:~/simon/root/software/containers/ + clean: ocamlbuild -clean diff --git a/README.md b/README.md index 5f9966f6..7b44c808 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A bunch of containers,written in different occasions. Not all containers are properly tested (see `tests/` and `make tests` if you have installed `OUnit`). +The documentation can be found [here](http://cedeela.fr/~simon/software/containers). + The design is mostly centered around polymorphism rather than functors. Such structures comprise: