Cleaning and added doc in the git repo

This commit is contained in:
Matthieu Dubuget
2020-08-26 03:44:00 +02:00
parent e4b72227c4
commit ba419d2de7
23 changed files with 859 additions and 16 deletions

19
doc/html/index.html Normal file
View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>index</title>
<link rel="stylesheet" href="./odoc.css"/>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
</head>
<body>
<main class="content">
<div class="by-name">
<h2>OCaml package documentation</h2>
<ol>
<li><a href="ocaml-google-apps/index.html">ocaml-google-apps</a></li>
</ol>
</div>
</main>
</body>
</html>