Skip to content

Commit

Permalink
reorganized and rerendered book
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Dec 6, 2023
1 parent 924463c commit 701c7f0
Show file tree
Hide file tree
Showing 77 changed files with 273 additions and 20,218 deletions.
15 changes: 15 additions & 0 deletions clay.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{:remote-repo {:git-url "https://github.com/scicloj/noj"
:branch "main"}
:quarto {:format {:html {:toc true
:toc-depth 4
:theme :spacelab}
:revealjs {:theme :solarized
:navigation-mode :vertical
:transition :slide
:background-transition :fade
:incremental true}}
:monofont "Fira Code Medium"
:highlight-style :solarized
:code-block-background true
:include-in-header {:text "<link rel = \"icon\" href = \"data:,\" />"}
:embed-resources true}}
9 changes: 4 additions & 5 deletions docs/intro.datasets.qmd → docs/datasets.qmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

---
format:
html: {toc: true, toc-depth: 4, theme: spacelab, output-file: intro.datasets.html}
html: {toc: true, toc-depth: 4, theme: spacelab, output-file: datasets.html}
monofont: Fira Code Medium
highlight-style: solarized
title: Clay tutorial
code-block-background: true
include-in-header: {text: '<link rel = "icon" href = "data:," />'}
embed-resources: true
Expand All @@ -31,14 +30,14 @@ tr:nth-child(even) {
border-style: none;
}
</style>
<script src="intro.datasets_files/md-default0.js" type="text/javascript"></script><script src="intro.datasets_files/md-default1.js" type="text/javascript"></script>
<script src="datasets_files/md-default0.js" type="text/javascript"></script><script src="datasets_files/md-default1.js" type="text/javascript"></script>

# Datasets


<div class="sourceClojure">
```clojure
(ns intro.datasets
(ns datasets
(:require [scicloj.noj.v1.datasets :as datasets]))
```
</div>
Expand Down Expand Up @@ -157,4 +156,4 @@ _unnamed [53940 10]:

<div style="background-color:grey;height:2px;width:100%;"></div>

<div><pre><small><small>source: <a href="https://github.com/scicloj/clay/blob/main/notebooks/intro/datasets.clj">notebooks/intro/datasets.clj</a></small></small></pre></div>
<div><pre><small><small>source: <a href="https://github.com/scicloj/noj/blob/main/notebooks/datasets.clj">notebooks/datasets.clj</a></small></small></pre></div>
File renamed without changes.
File renamed without changes.
11 changes: 5 additions & 6 deletions docs/intro.image.qmd → docs/image.qmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

---
format:
html: {toc: true, toc-depth: 4, theme: spacelab, output-file: intro.image.html}
html: {toc: true, toc-depth: 4, theme: spacelab, output-file: image.html}
monofont: Fira Code Medium
highlight-style: solarized
title: Clay tutorial
code-block-background: true
include-in-header: {text: '<link rel = "icon" href = "data:," />'}
embed-resources: true
Expand All @@ -31,11 +30,11 @@ tr:nth-child(even) {
border-style: none;
}
</style>
<script src="intro.image_files/md-default1.js" type="text/javascript"></script><script src="intro.image_files/md-default2.js" type="text/javascript"></script>
<script src="image_files/md-default1.js" type="text/javascript"></script><script src="image_files/md-default2.js" type="text/javascript"></script>

<div class="sourceClojure">
```clojure
(ns intro.image
(ns image
(:require [tech.v3.tensor :as tensor]
[tech.v3.datatype.functional :as fun]
[scicloj.noj.v1.vis.image :as vis.image]))
Expand All @@ -58,8 +57,8 @@ tr:nth-child(even) {
</div>


<img src="intro.image_files/0.png" style="width:100%;" />
<img src="image_files/0.png" style="width:100%;" />

<div style="background-color:grey;height:2px;width:100%;"></div>

<div><pre><small><small>source: <a href="https://github.com/scicloj/clay/blob/main/notebooks/intro/image.clj">notebooks/intro/image.clj</a></small></small></pre></div>
<div><pre><small><small>source: <a href="https://github.com/scicloj/noj/blob/main/notebooks/image.clj">notebooks/image.clj</a></small></small></pre></div>
File renamed without changes
File renamed without changes.
File renamed without changes.
306 changes: 0 additions & 306 deletions docs/index.html

This file was deleted.

Loading

0 comments on commit 701c7f0

Please sign in to comment.