Skip to content

Commit

Permalink
rerendered doc
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Aug 20, 2024
1 parent 8475954 commit e023caf
Show file tree
Hide file tree
Showing 10 changed files with 505 additions and 444 deletions.
23 changes: 15 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@
<a href="./noj_book.underlying_libraries.html" class="sidebar-item-text sidebar-link">
<span class="menu-text"><span class="chapter-number">2</span>&nbsp; <span class="chapter-title">Underlying libraries</span></span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./noj_book.recommended_libraries.html" class="sidebar-item-text sidebar-link">
<span class="menu-text"><span class="chapter-number">3</span>&nbsp; <span class="chapter-title">Recommended libraries</span></span></a>
</div>
</li>
</ul>
</li>
Expand All @@ -141,37 +147,37 @@
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./noj_book.ml_basic.html" class="sidebar-item-text sidebar-link">
<span class="menu-text"><span class="chapter-number">3</span>&nbsp; <span class="chapter-title">Machine learning</span></span></a>
<span class="menu-text"><span class="chapter-number">4</span>&nbsp; <span class="chapter-title">Machine learning</span></span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./noj_book.prepare_for_ml.html" class="sidebar-item-text sidebar-link">
<span class="menu-text"><span class="chapter-number">4</span>&nbsp; <span class="chapter-title">Machine learning specific functionality in <code>tech.ml.dataset</code></span></span></a>
<span class="menu-text"><span class="chapter-number">5</span>&nbsp; <span class="chapter-title">Machine learning specific functionality in <code>tech.ml.dataset</code></span></span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./noj_book.automl.html" class="sidebar-item-text sidebar-link">
<span class="menu-text"><span class="chapter-number">5</span>&nbsp; <span class="chapter-title">AutoML using metamorph pipelines</span></span></a>
<span class="menu-text"><span class="chapter-number">6</span>&nbsp; <span class="chapter-title">AutoML using metamorph pipelines</span></span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./noj_book.interactions_ols.html" class="sidebar-item-text sidebar-link">
<span class="menu-text"><span class="chapter-number">6</span>&nbsp; <span class="chapter-title">Ordinary least squares with interactions</span></span></a>
<span class="menu-text"><span class="chapter-number">7</span>&nbsp; <span class="chapter-title">Ordinary least squares with interactions</span></span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./noj_book.datasets.html" class="sidebar-item-text sidebar-link">
<span class="menu-text"><span class="chapter-number">7</span>&nbsp; <span class="chapter-title">Datasets</span></span></a>
<span class="menu-text"><span class="chapter-number">8</span>&nbsp; <span class="chapter-title">Datasets</span></span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./noj_book.visualizing_correlation_matrices.html" class="sidebar-item-text sidebar-link">
<span class="menu-text"><span class="chapter-number">8</span>&nbsp; <span class="chapter-title">Visualizing correlation matrices (experimental 🛠) - DRAFT</span></span></a>
<span class="menu-text"><span class="chapter-number">9</span>&nbsp; <span class="chapter-title">Visualizing correlation matrices (experimental 🛠) - DRAFT</span></span></a>
</div>
</li>
</ul>
Expand Down Expand Up @@ -230,7 +236,7 @@ <h1 class="title">Scinojure Documentation</h1>

<section id="preface" class="level1" data-number="1">
<h1 data-number="1"><span class="header-section-number">1</span> Preface</h1>
<p>Scinojure is an entry point to the Clojure stack for data &amp; science.</p>
<p>Scinojure (“Noj”) is an entry point to the Clojure stack for data &amp; science.</p>
<p>It collects a few of the main libraries and documents common ways to use them together.</p>
<p><strong>Source:</strong> <a href="https://github.com/scicloj/noj"><img src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&amp;logo=github&amp;logoColor=white" class="img-fluid" alt="(GitHub repo)"></a></p>
<p><strong>Artifact:</strong> <a href="https://clojars.org/org.scicloj/noj/versions/2-alpha1-SNAPSHOT">2-alpha1-SNAPSHOT</a></p>
Expand All @@ -245,7 +251,8 @@ <h2 data-number="1.2" class="anchored" data-anchor-id="existing-chapters-in-this
<ul>
<li><p>Overview</p>
<ul>
<li><a href="noj_book.underlying_libraries.html">Underlying libraries</a></li>
<li><p><a href="noj_book.underlying_libraries.html">Underlying libraries</a></p></li>
<li><p><a href="noj_book.recommended_libraries.html">Recommended libraries</a></p></li>
</ul></li>
<li><p>Tutorials</p>
<ul>
Expand Down
Loading

0 comments on commit e023caf

Please sign in to comment.