Skip to content

Commit

Permalink
Deploying to gh-pages from @ 40e8a11 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 25, 2024
1 parent 3e2d928 commit cdb8616
Show file tree
Hide file tree
Showing 29 changed files with 1,234 additions and 1,234 deletions.
20 changes: 10 additions & 10 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_sgx9bmf3jj0h3z54dx11</title>
<title>tinytable_64qnbys3pfr9y38jlu5w</title>
<style>
.table td.tinytable_css_uuysjm4jxi87nyz76p4l, .table th.tinytable_css_uuysjm4jxi87nyz76p4l { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_je0j3u69ett8xfjc8zfb, .table th.tinytable_css_je0j3u69ett8xfjc8zfb { 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_sgx9bmf3jj0h3z54dx11" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_64qnbys3pfr9y38jlu5w" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

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

<script>
function styleCell_tinytable_lt2z6f9jq0mfeuxd59rd(i, j, css_id) {
var table = document.getElementById("tinytable_sgx9bmf3jj0h3z54dx11");
function styleCell_tinytable_j1bw9wrst62px3vxpfgz(i, j, css_id) {
var table = document.getElementById("tinytable_64qnbys3pfr9y38jlu5w");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_sgx9bmf3jj0h3z54dx11');
var table = document.getElementById('tinytable_64qnbys3pfr9y38jlu5w');
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_lt2z6f9jq0mfeuxd59rd(0, 0, 'tinytable_css_uuysjm4jxi87nyz76p4l') })
window.addEventListener('load', function () { styleCell_tinytable_lt2z6f9jq0mfeuxd59rd(0, 1, 'tinytable_css_uuysjm4jxi87nyz76p4l') })
window.addEventListener('load', function () { styleCell_tinytable_j1bw9wrst62px3vxpfgz(0, 0, 'tinytable_css_je0j3u69ett8xfjc8zfb') })
window.addEventListener('load', function () { styleCell_tinytable_j1bw9wrst62px3vxpfgz(0, 1, 'tinytable_css_je0j3u69ett8xfjc8zfb') })
</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_rumobih5hbtf2uub5mhs</title>
<title>tinytable_tg0k3xigq9xu533t7drs</title>
<style>
.table td.tinytable_css_bsiit0pro6ojvu7bl6je, .table th.tinytable_css_bsiit0pro6ojvu7bl6je { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_9uvkzemktdv8cvcwf7qt, .table th.tinytable_css_9uvkzemktdv8cvcwf7qt { 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_rumobih5hbtf2uub5mhs" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_tg0k3xigq9xu533t7drs" 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_beqoy1q57fak1ihxxvsv(i, j, css_id) {
var table = document.getElementById("tinytable_rumobih5hbtf2uub5mhs");
function styleCell_tinytable_f3n2khcufyo1p4whdhkl(i, j, css_id) {
var table = document.getElementById("tinytable_tg0k3xigq9xu533t7drs");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_rumobih5hbtf2uub5mhs');
var table = document.getElementById('tinytable_tg0k3xigq9xu533t7drs');
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_beqoy1q57fak1ihxxvsv(0, 0, 'tinytable_css_bsiit0pro6ojvu7bl6je') })
window.addEventListener('load', function () { styleCell_tinytable_beqoy1q57fak1ihxxvsv(0, 1, 'tinytable_css_bsiit0pro6ojvu7bl6je') })
window.addEventListener('load', function () { styleCell_tinytable_beqoy1q57fak1ihxxvsv(0, 2, 'tinytable_css_bsiit0pro6ojvu7bl6je') })
window.addEventListener('load', function () { styleCell_tinytable_beqoy1q57fak1ihxxvsv(0, 3, 'tinytable_css_bsiit0pro6ojvu7bl6je') })
window.addEventListener('load', function () { styleCell_tinytable_beqoy1q57fak1ihxxvsv(0, 4, 'tinytable_css_bsiit0pro6ojvu7bl6je') })
window.addEventListener('load', function () { styleCell_tinytable_f3n2khcufyo1p4whdhkl(0, 0, 'tinytable_css_9uvkzemktdv8cvcwf7qt') })
window.addEventListener('load', function () { styleCell_tinytable_f3n2khcufyo1p4whdhkl(0, 1, 'tinytable_css_9uvkzemktdv8cvcwf7qt') })
window.addEventListener('load', function () { styleCell_tinytable_f3n2khcufyo1p4whdhkl(0, 2, 'tinytable_css_9uvkzemktdv8cvcwf7qt') })
window.addEventListener('load', function () { styleCell_tinytable_f3n2khcufyo1p4whdhkl(0, 3, 'tinytable_css_9uvkzemktdv8cvcwf7qt') })
window.addEventListener('load', function () { styleCell_tinytable_f3n2khcufyo1p4whdhkl(0, 4, 'tinytable_css_9uvkzemktdv8cvcwf7qt') })
</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_9rifm54lphh2a0sbiqd4</title>
<title>tinytable_laalyuq2rp6z9u6rkrva</title>
<style>
.table td.tinytable_css_6i6c6pxvhwlrr74fpes6, .table th.tinytable_css_6i6c6pxvhwlrr74fpes6 { }
.table td.tinytable_css_9agl0flrqui6j4bg6frs, .table th.tinytable_css_9agl0flrqui6j4bg6frs { }
</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_9rifm54lphh2a0sbiqd4" 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_laalyuq2rp6z9u6rkrva" 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_y6lyclnyxu7bdwlnxedz(i, j, css_id) {
var table = document.getElementById("tinytable_9rifm54lphh2a0sbiqd4");
function styleCell_tinytable_86dxzy63b128qsqnw921(i, j, css_id) {
var table = document.getElementById("tinytable_laalyuq2rp6z9u6rkrva");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_9rifm54lphh2a0sbiqd4');
var table = document.getElementById('tinytable_laalyuq2rp6z9u6rkrva');
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_y6lyclnyxu7bdwlnxedz(1, 0, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(2, 0, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(3, 0, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(4, 0, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(1, 1, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(2, 1, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(3, 1, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(4, 1, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(1, 2, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(2, 2, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(3, 2, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(4, 2, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(1, 3, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(2, 3, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(3, 3, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(4, 3, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(1, 4, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(2, 4, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(3, 4, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_y6lyclnyxu7bdwlnxedz(4, 4, 'tinytable_css_6i6c6pxvhwlrr74fpes6') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(1, 0, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(2, 0, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(3, 0, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(4, 0, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(1, 1, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(2, 1, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(3, 1, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(4, 1, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(1, 2, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(2, 2, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(3, 2, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(4, 2, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(1, 3, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(2, 3, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(3, 3, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(4, 3, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(1, 4, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(2, 4, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(3, 4, 'tinytable_css_9agl0flrqui6j4bg6frs') })
window.addEventListener('load', function () { styleCell_tinytable_86dxzy63b128qsqnw921(4, 4, 'tinytable_css_9agl0flrqui6j4bg6frs') })
</script>


Expand Down
Loading

0 comments on commit cdb8616

Please sign in to comment.