Skip to content

Commit

Permalink
rerendered docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Jan 13, 2024
1 parent ff9c1bc commit 73cac01
Show file tree
Hide file tree
Showing 33 changed files with 4,206 additions and 91 deletions.
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.quarto/
7 changes: 6 additions & 1 deletion docs/datasets.qmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@

---
format:
html: {toc: true, toc-depth: 4, theme: spacelab, output-file: datasets.html}
html:
toc: true
toc-depth: 4
theme: [spacelab, notebooks/custom.scss]
output-file: datasets.html
highlight-style: solarized
code-block-background: true
include-in-header: {text: '<link rel = "icon" href = "data:," />'}
base-target-path: temp

---
<style>.table {
Expand Down
7 changes: 6 additions & 1 deletion docs/image.qmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@

---
format:
html: {toc: true, toc-depth: 4, theme: spacelab, output-file: image.html}
html:
toc: true
toc-depth: 4
theme: [spacelab, notebooks/custom.scss]
output-file: image.html
highlight-style: solarized
code-block-background: true
include-in-header: {text: '<link rel = "icon" href = "data:," />'}
base-target-path: temp

---
<style>.table {
Expand Down
7 changes: 6 additions & 1 deletion docs/index.qmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@

---
format:
html: {toc: true, toc-depth: 4, theme: spacelab, output-file: index.html}
html:
toc: true
toc-depth: 4
theme: [spacelab, notebooks/custom.scss]
output-file: index.html
highlight-style: solarized
code-block-background: true
include-in-header: {text: '<link rel = "icon" href = "data:," />'}
base-target-path: temp

---
<style>.table {
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions docs/index_files/html-default1.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions docs/index_files/html-default2.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions docs/notebooks/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@import url(https://cdn.jsdelivr.net/npm/[email protected]/distr/fira_code.css);

/*-- scss:default --*/
$font-size-root: 0.8em;

/*-- scss:imports --*/

/*-- scss:rules --*/
.table {width:auto;}

code {font-family: 'Fira Code Medium', monospace;}
16 changes: 8 additions & 8 deletions docs/python.html

Large diffs are not rendered by default.

15 changes: 10 additions & 5 deletions docs/python.qmd

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,704 changes: 1,704 additions & 0 deletions docs/site_libs/bootstrap/bootstrap-icons.css

Large diffs are not rendered by default.

Binary file added docs/site_libs/bootstrap/bootstrap-icons.woff
Binary file not shown.
10 changes: 10 additions & 0 deletions docs/site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/site_libs/bootstrap/bootstrap.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/site_libs/clipboard/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions docs/site_libs/quarto-html/anchor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions docs/site_libs/quarto-html/popper.min.js

Large diffs are not rendered by default.

184 changes: 184 additions & 0 deletions docs/site_libs/quarto-html/quarto-syntax-highlighting.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 73cac01

Please sign in to comment.