Skip to content

Commit

Permalink
deploy: 6bacc7b
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakadu committed Jul 25, 2024
1 parent 4b038a5 commit 7c1c2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/index.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!DOCTYPE html>
<html><head><meta charset="utf-8"><meta name="generator" content="odig v0.0.9"><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="stylesheet" type="text/css" media="screen, print" href="_odoc-theme/odoc.css"><title>4.14</title></head><body class="odoc"><nav class="odoc-nav">🐫</nav><header class="odoc-preamble"><h1>OCaml package documentation</h1><p>Browse <a href="#by-name">by name</a>, the <a href="ocaml/index.html#stdlib">standard library</a> and the <a href="https://ocaml.org/manual/">OCaml manual</a> (online, latest version).</p><p><small>Generated for <code>/home/opam/.opam/4.14/lib</code></small></p></header><nav class="odoc-toc"><ul><li><a href="ocaml/index.html#stdlib">OCaml standard library</a></li><li><a href="https://ocaml.org/manual/">OCaml manual</a></li><li><a href="#by-name">Packages by name</a></li></ul></nav><div class="odoc-content"><h2 id="by-name"><a href="#by-name" aria-hidden="true" class="anchor"></a>Packages by name</h2><div class="by-name"><nav><a href="#name-r">r</a><a href="#name-z">z</a></nav><h3 id="name-r"><a href="#name-r" aria-hidden="true" class="anchor"></a>r</h3><ol class="packages"><li id="package-reviewer"><a href="#package-reviewer" aria-hidden="true" class="anchor"></a><a href="reviewer/index.html">reviewer</a> <span class="version">~dev</span> <span class="synopsis">Creator of review for GitHub PR</span></li></ol><h3 id="name-z"><a href="#name-z" aria-hidden="true" class="anchor"></a>z</h3><ol class="packages"><li id="package-zanuda"><a href="#package-zanuda" aria-hidden="true" class="anchor"></a><a href="zanuda/index.html">zanuda</a> <span class="version">1.0.0</span> <span class="synopsis">OCaml linter experiment</span></li></ol></div></div></body></html>
<html><head><meta charset="utf-8"><meta name="generator" content="odig v0.0.9"><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="stylesheet" type="text/css" media="screen, print" href="_odoc-theme/odoc.css"><title>4.14</title></head><body class="odoc"><nav class="odoc-nav">🐫</nav><header class="odoc-preamble"><h1>OCaml package documentation</h1><p>Browse <a href="#by-name">by name</a>, the <a href="ocaml/index.html#stdlib">standard library</a> and the <a href="https://ocaml.org/manual/">OCaml manual</a> (online, latest version).</p><p><small>Generated for <code>/home/opam/.opam/4.14/lib</code></small></p></header><nav class="odoc-toc"><ul><li><a href="ocaml/index.html#stdlib">OCaml standard library</a></li><li><a href="https://ocaml.org/manual/">OCaml manual</a></li><li><a href="#by-name">Packages by name</a></li></ul></nav><div class="odoc-content"><h2 id="by-name"><a href="#by-name" aria-hidden="true" class="anchor"></a>Packages by name</h2><div class="by-name"><nav><a href="#name-r">r</a><a href="#name-z">z</a></nav><h3 id="name-r"><a href="#name-r" aria-hidden="true" class="anchor"></a>r</h3><ol class="packages"><li id="package-reviewer"><a href="#package-reviewer" aria-hidden="true" class="anchor"></a><a href="reviewer/index.html">reviewer</a> <span class="version">~dev</span> <span class="synopsis">Creator of review for GitHub PR</span></li></ol><h3 id="name-z"><a href="#name-z" aria-hidden="true" class="anchor"></a>z</h3><ol class="packages"><li id="package-zanuda"><a href="#package-zanuda" aria-hidden="true" class="anchor"></a><a href="zanuda/index.html">zanuda</a> <span class="version">1.0.0</span> <span class="synopsis">Linter for OCaml+dune projects</span></li></ol></div></div></body></html>
2 changes: 1 addition & 1 deletion api/zanuda/Zanuda_core/Lint_filesystem/index.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Lint_filesystem (zanuda.Zanuda_core.Lint_filesystem)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta name="generator" content="odoc 2.4.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><a href="../../index.html">zanuda</a> &#x00BB; <a href="../index.html">Zanuda_core</a> &#x00BB; Lint_filesystem</nav><header class="odoc-preamble"><h1>Module <code><span>Zanuda_core.Lint_filesystem</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-on_module"><a href="#val-on_module" class="anchor"></a><code><span><span class="keyword">val</span> on_module : <span><a href="../Dune_project/index.html#type-module_">Dune_project.module_</a> <span class="arrow">&#45;&gt;</span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-on_library"><a href="#val-on_library" class="anchor"></a><code><span><span class="keyword">val</span> on_library : <span><a href="../Dune_project/Library/index.html#type-t">Dune_project.Library.t</a> <span class="arrow">&#45;&gt;</span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-on_executables"><a href="#val-on_executables" class="anchor"></a><code><span><span class="keyword">val</span> on_executables : <span><a href="../Dune_project/index.html#type-executables">Dune_project.executables</a> <span class="arrow">&#45;&gt;</span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-check"><a href="#val-check" class="anchor"></a><code><span><span class="keyword">val</span> check : <span><span><a href="../Dune_project/index.html#type-t">Dune_project.t</a> list</span> <span class="arrow">&#45;&gt;</span></span> unit</span></code></div></div></div></body></html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Lint_filesystem (zanuda.Zanuda_core.Lint_filesystem)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta name="generator" content="odoc 2.4.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><a href="../../index.html">zanuda</a> &#x00BB; <a href="../index.html">Zanuda_core</a> &#x00BB; Lint_filesystem</nav><header class="odoc-preamble"><h1>Module <code><span>Zanuda_core.Lint_filesystem</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-check"><a href="#val-check" class="anchor"></a><code><span><span class="keyword">val</span> check : <span><span><a href="../Dune_project/index.html#type-t">Dune_project.t</a> list</span> <span class="arrow">&#45;&gt;</span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-describe_as_json"><a href="#val-describe_as_json" class="anchor"></a><code><span><span class="keyword">val</span> describe_as_json : <span>unit <span class="arrow">&#45;&gt;</span></span> <span class="xref-unresolved">Yojson</span>.Safe.t</span></code></div></div></div></body></html>

0 comments on commit 7c1c2d2

Please sign in to comment.