Skip to content

Commit

Permalink
rerendered doc
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Jul 8, 2024
1 parent ff46bbd commit 342b999
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions docs/hanamicloth_book.datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ <h1 class="title"><span class="chapter-number">2</span>&nbsp; <span class="chapt
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a> [clojure.string <span class="at">:as</span> <span class="kw">str</span>]</span>
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a> [scicloj.kindly.v4.kind <span class="at">:as</span> kind]))</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<p>A convenience function for fetching a dataset and taking care of its column names:</p>
<div class="sourceClojure">
<div class="sourceCode" id="cb2"><pre class="sourceCode clojure code-with-copy"><code class="sourceCode clojure"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a>(<span class="bu">defn</span><span class="fu"> fetch-dataset </span>[dataset-name]</span>
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a> (<span class="kw">-&gt;</span> dataset-name</span>
Expand All @@ -227,6 +228,7 @@ <h1 class="title"><span class="chapter-number">2</span>&nbsp; <span class="chapt
<span id="cb2-8"><a href="#cb2-8" aria-hidden="true" tabindex="-1"></a> <span class="kw">keyword</span>))})</span>
<span id="cb2-9"><a href="#cb2-9" aria-hidden="true" tabindex="-1"></a> (tc/set-dataset-name dataset-name)))</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<p>A convenience function for showing a dataset in a compact way:</p>
<div class="sourceClojure">
<div class="sourceCode" id="cb3"><pre class="sourceCode clojure code-with-copy"><code class="sourceCode clojure"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a>(<span class="bu">defn</span><span class="fu"> compact-view </span>[dataset]</span>
<span id="cb3-2"><a href="#cb3-2" aria-hidden="true" tabindex="-1"></a> (<span class="kw">-&gt;</span> dataset</span>
Expand Down
10 changes: 5 additions & 5 deletions docs/hanamicloth_book.walkthrough.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/search.json

Large diffs are not rendered by default.

0 comments on commit 342b999

Please sign in to comment.