Update solo5-elftool doc to 0.3.1.
This commit is contained in:
parent
92ad76edda
commit
cd6f9558d8
5 changed files with 21 additions and 20 deletions
|
@ -11,7 +11,7 @@
|
||||||
<div class="by-name">
|
<div class="by-name">
|
||||||
<h2>OCaml package documentation</h2>
|
<h2>OCaml package documentation</h2>
|
||||||
<ol>
|
<ol>
|
||||||
<li><a href="solo5-elftool/index.html">solo5-elftool</a> <span class="version">0.3.0</span></li>
|
<li><a href="solo5-elftool/index.html">solo5-elftool</a> <span class="version">0.3.1</span></li>
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
35
doc/odoc.css
35
doc/odoc.css
|
@ -1,7 +1,7 @@
|
||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/* Copyright (c) 2016 The odoc contributors. All rights reserved.
|
/* Copyright (c) 2016 The odoc contributors. All rights reserved.
|
||||||
Distributed under the ISC license, see terms at the end of the file.
|
Distributed under the ISC license, see terms at the end of the file.
|
||||||
odoc 2.0.2 */
|
odoc 2.1.0 */
|
||||||
|
|
||||||
/* Fonts */
|
/* Fonts */
|
||||||
@import url('https://fonts.googleapis.com/css?family=Fira+Mono:400,500');
|
@import url('https://fonts.googleapis.com/css?family=Fira+Mono:400,500');
|
||||||
|
@ -124,7 +124,6 @@
|
||||||
/* Reset a few things. */
|
/* Reset a few things. */
|
||||||
|
|
||||||
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
|
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
|
@ -153,7 +152,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
max-width: 90ex;
|
max-width: 100ex;
|
||||||
margin-left: calc(10vw + 20ex);
|
margin-left: calc(10vw + 20ex);
|
||||||
margin-right: 4ex;
|
margin-right: 4ex;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
@ -202,15 +201,6 @@ sup, sub {
|
||||||
margin-left: 0.2ex;
|
margin-left: 0.2ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
|
||||||
margin-top: 0.8em;
|
|
||||||
margin-bottom: 1.2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
p, ul, ol {
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 1em;
|
|
||||||
}
|
|
||||||
ul, ol {
|
ul, ol {
|
||||||
list-style-position: outside
|
list-style-position: outside
|
||||||
}
|
}
|
||||||
|
@ -306,7 +296,6 @@ a.anchor {
|
||||||
h1, h2, h3, h4, h5, h6, .h7, .h8, .h9, .h10 {
|
h1, h2, h3, h4, h5, h6, .h7, .h8, .h9, .h10 {
|
||||||
font-family: "Fira Sans", Helvetica, Arial, sans-serif;
|
font-family: "Fira Sans", Helvetica, Arial, sans-serif;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin: 0.5em 0 0.5em 0;
|
|
||||||
padding-top: 0.1em;
|
padding-top: 0.1em;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
@ -315,7 +304,6 @@ h1, h2, h3, h4, h5, h6, .h7, .h8, .h9, .h10 {
|
||||||
h1 {
|
h1 {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 2.441em;
|
font-size: 2.441em;
|
||||||
margin-top: 1.214em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -403,6 +391,10 @@ p a > code {
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
/* Code blocks (e.g. Examples) */
|
/* Code blocks (e.g. Examples) */
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
|
@ -427,8 +419,13 @@ pre code {
|
||||||
padding: 0.35em 0.5em;
|
padding: 0.35em 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.spec, .def-doc {
|
.def-doc {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Spacing between items */
|
||||||
|
div.odoc-spec,.odoc-include {
|
||||||
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spec.type .variant {
|
.spec.type .variant {
|
||||||
|
@ -467,6 +464,10 @@ div.def-doc>*:first-child {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.odoc-include.shadowed-include {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.odoc-include details:after {
|
.odoc-include details:after {
|
||||||
z-index: -100;
|
z-index: -100;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -483,7 +484,7 @@ div.def-doc>*:first-child {
|
||||||
|
|
||||||
.odoc-include summary {
|
.odoc-include summary {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 1em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,2 +1,2 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (solo5-elftool.index)</title><link rel="stylesheet" href="../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.0.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – solo5-elftool</nav><header class="odoc-preamble"><h1 id="solo5-elftool-index"><a href="#solo5-elftool-index" class="anchor"></a>solo5-elftool index</h1></header><nav class="odoc-toc"><ul><li><a href="#library-solo5-elftool">Library solo5-elftool</a></li></ul></nav><div class="odoc-content"><h2 id="library-solo5-elftool"><a href="#library-solo5-elftool" class="anchor"></a>Library solo5-elftool</h2><p>The entry point of this library is the module: <a href="Solo5_elftool/index.html"><code>Solo5_elftool</code></a>.</p></div></body></html>
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (solo5-elftool.index)</title><link rel="stylesheet" href="../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.1.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – solo5-elftool</nav><header class="odoc-preamble"><h1 id="solo5-elftool-index"><a href="#solo5-elftool-index" class="anchor"></a>solo5-elftool index</h1></header><nav class="odoc-toc"><ul><li><a href="#library-solo5-elftool">Library solo5-elftool</a></li></ul></nav><div class="odoc-content"><h2 id="library-solo5-elftool"><a href="#library-solo5-elftool" class="anchor"></a>Library solo5-elftool</h2><p>The entry point of this library is the module: <a href="Solo5_elftool/index.html"><code>Solo5_elftool</code></a>.</p></div></body></html>
|
Loading…
Reference in a new issue