Skip to content

Commit

Permalink
Deploying to gh-pages from @ fe435ba 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 26, 2024
1 parent 8a9468d commit d1ced77
Show file tree
Hide file tree
Showing 44 changed files with 1,383 additions and 1,234 deletions.
Binary file added figures/IttyBittyTable_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions figures/IttyBittyTable_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions figures/gallery/gallery.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

# Define the output GIF filename
output_gif="tinytable_gallery.gif"

# Use ImageMagick to create an animated GIF from images starting with 'tinytable_gallery_'
# -delay is increased for a slower animation (e.g., 100 equals 1 second per frame)
# -resize option is used to fit images within a 1280x720 frame (16:9 aspect ratio)
# convert -delay 250 -loop 0 tinytable_gallery_*.png -resize 1250x690 -gravity center -extent 1280x720 "$output_gif"
# convert -delay 250 -loop 0 tinytable_gallery_*.png -resize 1000x500 -gravity center -extent 1025x576 "$output_gif"
convert -delay 200 -loop 0 tinytable_gallery_*.png -resize 1000x500 -gravity center -extent 1025x576 -layers Optimize -colors 128 "$output_gif"

# Display a message when done
echo "Animated GIF created: $output_gif"
Binary file added figures/gallery/tinytable_gallery_00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/gallery/tinytable_gallery_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/gallery/tinytable_gallery_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/gallery/tinytable_gallery_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/gallery/tinytable_gallery_04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/gallery/tinytable_gallery_06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/gallery/tinytable_gallery_07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/spider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/spider_long.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/squirrel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/tinytable_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions figures/tinytable_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions man/format_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,9 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tinytable_si6mexvz09ldv9vxcm9z</title>
<title>tinytable_b5wegyz678h4ab42hgpz</title>
<style>
.table td.tinytable_css_s633uuaotcayphhepy89, .table th.tinytable_css_s633uuaotcayphhepy89 { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_olfl7r9whm0bodr026p3, .table th.tinytable_css_olfl7r9whm0bodr026p3 { border-bottom: solid 0.1em #d3d8dc; }
</style>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand All @@ -443,7 +443,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


<div class="container">
<table class="table table-borderless" id="tinytable_si6mexvz09ldv9vxcm9z" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_b5wegyz678h4ab42hgpz" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand All @@ -455,36 +455,36 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<tbody>
<tr>
<td>10 000</td>
<td> 9 998</td>
<td>10 000</td>
</tr>
<tr>
<td>10 001</td>
<td> 9 999</td>
<td>10 000</td>
<td>10 000</td>
</tr>
<tr>
<td>10 000</td>
<td>10 001</td>
<td> 9 999</td>
</tr>
</tbody>
</table>
</div>

<script>
function styleCell_tinytable_4yywrm6ephpkx8fviipg(i, j, css_id) {
var table = document.getElementById("tinytable_si6mexvz09ldv9vxcm9z");
function styleCell_tinytable_2lqpt0v6j8n4o34qipde(i, j, css_id) {
var table = document.getElementById("tinytable_b5wegyz678h4ab42hgpz");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_si6mexvz09ldv9vxcm9z');
var table = document.getElementById('tinytable_b5wegyz678h4ab42hgpz');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
// newCell.innerText = content;
// this may be unsafe, but innerText does not interpret <br>
newCell.innerHTML = content;
}
window.addEventListener('load', function () { styleCell_tinytable_4yywrm6ephpkx8fviipg(0, 0, 'tinytable_css_s633uuaotcayphhepy89') })
window.addEventListener('load', function () { styleCell_tinytable_4yywrm6ephpkx8fviipg(0, 1, 'tinytable_css_s633uuaotcayphhepy89') })
window.addEventListener('load', function () { styleCell_tinytable_2lqpt0v6j8n4o34qipde(0, 0, 'tinytable_css_olfl7r9whm0bodr026p3') })
window.addEventListener('load', function () { styleCell_tinytable_2lqpt0v6j8n4o34qipde(0, 1, 'tinytable_css_olfl7r9whm0bodr026p3') })
</script>


Expand Down
74 changes: 37 additions & 37 deletions man/tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tinytable_3y2r2v639je12zprxbdd</title>
<title>tinytable_vy20njf925cgl9n2ki8o</title>
<style>
.table td.tinytable_css_fjhvvfjkrc8rj4jqtnv7, .table th.tinytable_css_fjhvvfjkrc8rj4jqtnv7 { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_bsgwjove2nzc1tl67bhy, .table th.tinytable_css_bsgwjove2nzc1tl67bhy { border-bottom: solid 0.1em #d3d8dc; }
</style>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand All @@ -416,7 +416,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


<div class="container">
<table class="table table-borderless" id="tinytable_3y2r2v639je12zprxbdd" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_vy20njf925cgl9n2ki8o" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand Down Expand Up @@ -462,24 +462,24 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
</div>

<script>
function styleCell_tinytable_rfmzzvhknrh1f116h38p(i, j, css_id) {
var table = document.getElementById("tinytable_3y2r2v639je12zprxbdd");
function styleCell_tinytable_la45rhf8q11n7mgky0d0(i, j, css_id) {
var table = document.getElementById("tinytable_vy20njf925cgl9n2ki8o");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_3y2r2v639je12zprxbdd');
var table = document.getElementById('tinytable_vy20njf925cgl9n2ki8o');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
// newCell.innerText = content;
// this may be unsafe, but innerText does not interpret <br>
newCell.innerHTML = content;
}
window.addEventListener('load', function () { styleCell_tinytable_rfmzzvhknrh1f116h38p(0, 0, 'tinytable_css_fjhvvfjkrc8rj4jqtnv7') })
window.addEventListener('load', function () { styleCell_tinytable_rfmzzvhknrh1f116h38p(0, 1, 'tinytable_css_fjhvvfjkrc8rj4jqtnv7') })
window.addEventListener('load', function () { styleCell_tinytable_rfmzzvhknrh1f116h38p(0, 2, 'tinytable_css_fjhvvfjkrc8rj4jqtnv7') })
window.addEventListener('load', function () { styleCell_tinytable_rfmzzvhknrh1f116h38p(0, 3, 'tinytable_css_fjhvvfjkrc8rj4jqtnv7') })
window.addEventListener('load', function () { styleCell_tinytable_rfmzzvhknrh1f116h38p(0, 4, 'tinytable_css_fjhvvfjkrc8rj4jqtnv7') })
window.addEventListener('load', function () { styleCell_tinytable_la45rhf8q11n7mgky0d0(0, 0, 'tinytable_css_bsgwjove2nzc1tl67bhy') })
window.addEventListener('load', function () { styleCell_tinytable_la45rhf8q11n7mgky0d0(0, 1, 'tinytable_css_bsgwjove2nzc1tl67bhy') })
window.addEventListener('load', function () { styleCell_tinytable_la45rhf8q11n7mgky0d0(0, 2, 'tinytable_css_bsgwjove2nzc1tl67bhy') })
window.addEventListener('load', function () { styleCell_tinytable_la45rhf8q11n7mgky0d0(0, 3, 'tinytable_css_bsgwjove2nzc1tl67bhy') })
window.addEventListener('load', function () { styleCell_tinytable_la45rhf8q11n7mgky0d0(0, 4, 'tinytable_css_bsgwjove2nzc1tl67bhy') })
</script>


Expand All @@ -496,9 +496,9 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tinytable_cvcggxwjmo6td10f5gxu</title>
<title>tinytable_tr9i2w96685qzrh1dgl0</title>
<style>
.table td.tinytable_css_cgsrd1ciism4mb8zgsko, .table th.tinytable_css_cgsrd1ciism4mb8zgsko { }
.table td.tinytable_css_y47mth5euun2n9cwivq3, .table th.tinytable_css_y47mth5euun2n9cwivq3 { }
</style>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand All @@ -516,7 +516,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


<div class="container">
<table class="table table-striped" id="tinytable_cvcggxwjmo6td10f5gxu" style="table-layout: fixed; width: 50% !important; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_tr9i2w96685qzrh1dgl0" style="table-layout: fixed; width: 50% !important; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>
</thead><caption>Data about cars.</caption>
<tbody><tr>
Expand Down Expand Up @@ -562,39 +562,39 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
</div>

<script>
function styleCell_tinytable_2sgirabc90ilkoz71v32(i, j, css_id) {
var table = document.getElementById("tinytable_cvcggxwjmo6td10f5gxu");
function styleCell_tinytable_qpjabynkd7t5fb7z3bod(i, j, css_id) {
var table = document.getElementById("tinytable_tr9i2w96685qzrh1dgl0");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_cvcggxwjmo6td10f5gxu');
var table = document.getElementById('tinytable_tr9i2w96685qzrh1dgl0');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
// newCell.innerText = content;
// this may be unsafe, but innerText does not interpret <br>
newCell.innerHTML = content;
}
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(1, 0, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(2, 0, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(3, 0, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(4, 0, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(1, 1, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(2, 1, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(3, 1, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(4, 1, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(1, 2, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(2, 2, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(3, 2, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(4, 2, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(1, 3, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(2, 3, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(3, 3, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(4, 3, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(1, 4, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(2, 4, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(3, 4, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_2sgirabc90ilkoz71v32(4, 4, 'tinytable_css_cgsrd1ciism4mb8zgsko') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(1, 0, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(2, 0, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(3, 0, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(4, 0, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(1, 1, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(2, 1, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(3, 1, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(4, 1, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(1, 2, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(2, 2, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(3, 2, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(4, 2, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(1, 3, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(2, 3, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(3, 3, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(4, 3, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(1, 4, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(2, 4, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(3, 4, 'tinytable_css_y47mth5euun2n9cwivq3') })
window.addEventListener('load', function () { styleCell_tinytable_qpjabynkd7t5fb7z3bod(4, 4, 'tinytable_css_y47mth5euun2n9cwivq3') })
</script>


Expand Down
Loading

0 comments on commit d1ced77

Please sign in to comment.