-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cac711d
commit 2693dc7
Showing
10 changed files
with
82 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,36 @@ | ||
|
||
<html lang="en-US"> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta charset="utf-8"> | ||
<title>drom</title> | ||
<link rel="stylesheet" href="style.css?v=5d7320a9a8657af61f899c84ec3bdcb7"/> | ||
<link rel="icon" type="image/png" sizes="804x804" href="favicon.png" /> | ||
</head> | ||
<body> | ||
<div class="content"> | ||
<div class="header"> | ||
<h1>drom</h1> | ||
<p>The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience. It can be used to create full OCaml projects with sphinx and odoc documentation. It has specific knowledge of Github and will generate files for Github Actions CI and Github pages. </p> | ||
</div> | ||
|
||
|
||
|
||
<div class="section"> | ||
<ul> | ||
|
||
<div class="content"> | ||
<div class="header"> | ||
<h1>drom</h1> | ||
<p>The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience. It can be used to create full OCaml projects with sphinx and odoc documentation. It has specific knowledge of Github and will generate files for Github Actions CI and Github pages. </p> | ||
</div> | ||
<div class="section"> | ||
<ul> | ||
|
||
<li><a href="https://github.com/ocamlpro/drom">Project on Github</a></li> | ||
|
||
<li><a href="https://ocamlpro.github.io/drom/sphinx">General Documentation</a></li> | ||
|
||
<li><a href="https://ocamlpro.github.io/drom/doc">API Documentation</a></li> | ||
|
||
<li><a href="https://github.com/ocamlpro/drom/issues">Bug reports</a></li> | ||
</ul> | ||
<p>Authors:</p> | ||
<ul> <li><p>Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com></p></li></ul> | ||
</div> | ||
<div class="trailer"> | ||
<hr/> | ||
<p>Copyright (c) OCamlPro SAS & Origin Labs SAS</p> | ||
</div> | ||
</div> | ||
</ul> | ||
<p>Authors:</p> | ||
<ul> <li><p>Fabrice Le Fessant <fabrice.le_fessant@origin-labs.com></p></li></ul> | ||
</div> | ||
<div class="trailer"> | ||
<hr/> | ||
<p>Copyright © OCamlPro SAS & Origin Labs SAS</p> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,32 @@ | ||
![skip:docs] | ||
<html lang="en-US"> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta charset="utf-8"> | ||
<title>!{name:html}</title> | ||
<link rel="stylesheet" href="style.css?v=!{random}"/> | ||
<link rel="icon" type="image/png" sizes="804x804" href="favicon.png" /> | ||
</head> | ||
<body> | ||
<div class="content"> | ||
<div class="header"> | ||
<h1>!{name:html}</h1> | ||
<p>!{description:html}</p> | ||
</div> | ||
|
||
|
||
|
||
<div class="section"> | ||
<ul> | ||
!{li-github} | ||
!{li-doc-gen} | ||
!{li-doc-api} | ||
!{li-bug-reports} | ||
</ul> | ||
<p>Authors:</p> | ||
<ul>!{li-authors}</ul> | ||
</div> | ||
<div class="trailer"> | ||
<hr/> | ||
<p>Copyright (c) !{copyright}</p> | ||
</div> | ||
</div> | ||
<div class="content"> | ||
<div class="header"> | ||
<h1>!{name:html}</h1> | ||
<p>!{description:html}</p> | ||
</div> | ||
<div class="section"> | ||
<ul> | ||
!{li-github} | ||
!{li-doc-gen} | ||
!{li-doc-api} | ||
!{li-bug-reports} | ||
</ul> | ||
<p>Authors:</p> | ||
<ul>!{li-authors}</ul> | ||
</div> | ||
<div class="trailer"> | ||
<hr/> | ||
<p>Copyright © !{copyright}</p> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters