Skip to content

Commit

Permalink
rerendred book
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Mar 30, 2024
1 parent 4220301 commit 0bf9236
Show file tree
Hide file tree
Showing 9 changed files with 253 additions and 238 deletions.
11 changes: 8 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ <h2 id="toc-title">Table of contents</h2>
<ul>
<li><a href="#preface" id="toc-preface" class="nav-link active" data-scroll-target="#preface"><span class="header-section-number">1</span> Preface</a>
<ul>
<li><a href="#existing-chapters-in-this-book" id="toc-existing-chapters-in-this-book" class="nav-link" data-scroll-target="#existing-chapters-in-this-book"><span class="header-section-number">1.1</span> Existing chapters in this book:</a></li>
<li><a href="#getting-started" id="toc-getting-started" class="nav-link" data-scroll-target="#getting-started"><span class="header-section-number">1.1</span> Getting started</a></li>
<li><a href="#existing-chapters-in-this-book" id="toc-existing-chapters-in-this-book" class="nav-link" data-scroll-target="#existing-chapters-in-this-book"><span class="header-section-number">1.2</span> Existing chapters in this book:</a></li>
</ul></li>
</ul>
</nav>
Expand Down Expand Up @@ -228,8 +229,12 @@ <h1 data-number="1"><span class="header-section-number">1</span> Preface</h1>
<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"><img src="https://img.shields.io/clojars/v/org.scicloj/noj.svg" class="img-fluid" alt="(Clojars coordinates)"></a></p>
<p><strong>Status:</strong> Some parts of the underlying libraries are stable. Some part of Noj are still experimental, and the API will change. These details should be clarified soon.</p>
<section id="existing-chapters-in-this-book" class="level2" data-number="1.1">
<h2 data-number="1.1" class="anchored" data-anchor-id="existing-chapters-in-this-book"><span class="header-section-number">1.1</span> Existing chapters in this book:</h2>
<section id="getting-started" class="level2" data-number="1.1">
<h2 data-number="1.1" class="anchored" data-anchor-id="getting-started"><span class="header-section-number">1.1</span> Getting started</h2>
<p>See the standalone repo example: <a href="https://scicloj.github.io/noj-getting-started/">Noj - getting started - from raw data to a blog post</a></p>
</section>
<section id="existing-chapters-in-this-book" class="level2" data-number="1.2">
<h2 data-number="1.2" class="anchored" data-anchor-id="existing-chapters-in-this-book"><span class="header-section-number">1.2</span> Existing chapters in this book:</h2>
<ul>
<li><p><a href="noj_book.prepare_for_ml.html">Machine learning specific functionality in <code>tech.ml.dataset</code></a></p></li>
<li><p><a href="noj_book.ml_basic.html">Machine learning</a></p></li>
Expand Down
Loading

0 comments on commit 0bf9236

Please sign in to comment.