summaryrefslogtreecommitdiffstats
path: root/sources/documentation.page.html
diff options
context:
space:
mode:
authorFabrice Le Fessant <fabrice@ocamlpro.com>2012-02-03 23:06:31 +0100
committerFabrice Le Fessant <fabrice@ocamlpro.com>2012-02-03 23:06:31 +0100
commit1ceabc1efba7b14e1c9ad59f606a8b04f4fb729d (patch)
tree7f21cd11b043d357552e0376231ed60ab3dd87c6 /sources/documentation.page.html
parent2cd44a0f6f3ea9c71e907e4d0e5e1370d047cc99 (diff)
Added some content (including new contrib.html page)
Diffstat (limited to 'sources/documentation.page.html')
-rw-r--r--sources/documentation.page.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/documentation.page.html b/sources/documentation.page.html
index 4918de4..9ece075 100644
--- a/sources/documentation.page.html
+++ b/sources/documentation.page.html
@@ -14,12 +14,30 @@
<h2>User Manual</h2>
+<p>The User Manual is the complete reference guide to OCaml. Updated for
+each version of OCaml, it contains the description of the language, of
+its extensions, and the documentation of the tools and libraries
+included in the official distribution.</p>
+
<ul>
<li><a href="http://caml.inria.fr/pub/docs/manual-ocaml/index.html">Browse the manual</a></li>
<li><a href="http://caml.inria.fr/distrib/ocaml-3.12/ocaml-3.12-refman.pdf">Download the PDF</a></li>
<li><a href="http://caml.inria.fr/distrib/ocaml-3.12/ocaml-3.12-refman.html.tar.gz">Download a bundle of HTML files</a></li>
</ul>
+<h2>Cheat Sheets</h2>
+
+<p><a href="http://www.ocamlpro.com/">OCamlPro</a> has published cheat
+sheets (one or two-pages summaries) on OCaml:</p>
+
+<ul>
+ <li><a href="http://www.ocamlpro.com/files/ocaml-lang.pdf">The OCaml Language</a> (Pdf, June 2011)
+ <li><a href="http://www.ocamlpro.com/files/ocaml-tools.pdf">OCaml Standard Tools</a> (Pdf, June 2011)
+ <li><a href="http://www.ocamlpro.com/files/ocaml-stdlib.pdf">OCaml Standard Library</a> (Pdf, June 2011)
+ <li><a href="http://www.ocamlpro.com/files/tuareg-mode.pdf">OCaml Emacs Mode (Tuareg)</a> (Pdf, June 2011)
+</ul>
+
+
#include "body.trailer.include"
</body>