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: