Skip to content

Commit 279e7e5

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent c351524 commit 279e7e5

12 files changed

Lines changed: 1338 additions & 1386 deletions

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
567b5849
1+
6c0c2e1c

about.html

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
33

44
<meta charset="utf-8">
5-
<meta name="generator" content="quarto-1.9.37">
5+
<meta name="generator" content="quarto-1.10.18">
66

77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

@@ -12,10 +12,13 @@
1212
/* Default styles provided by pandoc.
1313
** See https://pandoc.org/MANUAL.html#variables-for-html for config info.
1414
*/
15-
code{white-space: pre-wrap;}
1615
span.smallcaps{font-variant: small-caps;}
17-
div.columns{display: flex; gap: min(4vw, 1.5em);}
18-
div.column{flex: auto; overflow-x: auto;}
16+
div.columns{display: flex; gap: 1.5em;}
17+
div.column{flex: auto;}
18+
@media screen {
19+
div.columns{gap: min(4vw, 1.5em);}
20+
div.column{overflow-x: auto;}
21+
}
1922
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
2023
ul.task-list{list-style: none;}
2124
ul.task-list li input[type="checkbox"] {
@@ -74,10 +77,10 @@
7477
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
7578
<script src="site_libs/quarto-html/anchor.min.js"></script>
7679
<link href="site_libs/quarto-html/tippy.css" rel="stylesheet">
77-
<link href="site_libs/quarto-html/quarto-syntax-highlighting-7f8f88aac4f3542376d5c11b86a4c14d.css" rel="stylesheet" id="quarto-text-highlighting-styles">
80+
<link href="site_libs/quarto-html/quarto-syntax-highlighting-64a204ab8560d761af7679ceaba22944.css" rel="stylesheet" id="quarto-text-highlighting-styles">
7881
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
7982
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
80-
<link href="site_libs/bootstrap/bootstrap-4897d45d2f75ed4f519693be625836c5.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
83+
<link href="site_libs/bootstrap/bootstrap-e3adbaa939bcd423dddc8c8a834270b4.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
8184
<script id="quarto-search-options" type="application/json">{
8285
"location": "navbar",
8386
"copy-button": false,
@@ -236,7 +239,7 @@ <h2 id="toc-title">Contents</h2>
236239
</header>
237240

238241

239-
<p>The Python Data Analysis Guides were generated with <a href="https://quarto.org/"><code>Quarto</code></a> (archived at <a href="https://perma.cc/9JWH-779Y" class="uri">https://perma.cc/9JWH-779Y</a>). The codebase that was used to generate the Python Data Analysis Guides is located <a href="https://github.com/DevPsyLab/pythonDataAnalysisGuides">here</a>.</p>
242+
<p>The Python Data Analysis Guides were generated with <a href="https://quarto.org"><code>Quarto</code></a> (archived at <a href="https://perma.cc/9JWH-779Y" class="uri">https://perma.cc/9JWH-779Y</a>). The codebase that was used to generate the Python Data Analysis Guides is located <a href="https://github.com/DevPsyLab/pythonDataAnalysisGuides">here</a>.</p>
240243
<section id="contact" class="level1" data-number="1">
241244
<h1 data-number="1"><span class="header-section-number">1</span> Contact</h1>
242245
<p>If you have questions about the lab and are not sure who to contact, please contact devpsy-lab@uiowa.edu.</p>
@@ -265,7 +268,7 @@ <h1 data-number="3"><span class="header-section-number">3</span> Session Info</h
265268
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="fu">sessionInfo</span>()</span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
266269
</details>
267270
<div class="cell-output cell-output-stdout">
268-
<pre><code>R version 4.6.0 (2026-04-24)
271+
<pre><code>R version 4.6.1 (2026-06-24)
269272
Platform: x86_64-pc-linux-gnu
270273
Running under: Ubuntu 24.04.4 LTS
271274

@@ -286,10 +289,10 @@ <h1 data-number="3"><span class="header-section-number">3</span> Session Info</h
286289
[1] stats graphics grDevices utils datasets methods base
287290

288291
loaded via a namespace (and not attached):
289-
[1] htmlwidgets_1.6.4 compiler_4.6.0 fastmap_1.2.0 cli_3.6.6
290-
[5] tools_4.6.0 htmltools_0.5.9 otel_0.2.0 yaml_2.3.12
291-
[9] rmarkdown_2.31 knitr_1.51 jsonlite_2.0.0 xfun_0.57
292-
[13] digest_0.6.39 rlang_1.2.0 evaluate_1.0.5 </code></pre>
292+
[1] htmlwidgets_1.6.4 compiler_4.6.1 fastmap_1.2.0 cli_3.6.6
293+
[5] tools_4.6.1 htmltools_0.5.9 otel_0.2.0 yaml_2.3.12
294+
[9] rmarkdown_2.31 knitr_1.51 jsonlite_2.0.0 xfun_0.60
295+
[13] digest_0.6.39 rlang_1.3.0 evaluate_1.0.5 </code></pre>
293296
</div>
294297
</div>
295298

@@ -416,16 +419,16 @@ <h1 data-number="3"><span class="header-section-number">3</span> Session Info</h
416419
}
417420
function toggleCodeHandler(show) {
418421
return function(e) {
419-
const detailsSrc = window.document.querySelectorAll(".cell > details > .sourceCode");
420-
for (let i=0; i<detailsSrc.length; i++) {
421-
const details = detailsSrc[i].parentElement;
422+
const cellDetails = window.document.querySelectorAll(".cell details.code-fold");
423+
for (let i=0; i<cellDetails.length; i++) {
424+
const details = cellDetails[i];
422425
if (show) {
423426
details.open = true;
424427
} else {
425428
details.removeAttribute("open");
426429
}
427430
}
428-
const cellCodeDivs = window.document.querySelectorAll(".cell > .sourceCode");
431+
const cellCodeDivs = window.document.querySelectorAll(".cell div.sourceCode.cell-code");
429432
const fromCls = show ? "hidden" : "unhidden";
430433
const toCls = show ? "unhidden" : "hidden";
431434
for (let i=0; i<cellCodeDivs.length; i++) {
@@ -784,7 +787,7 @@ <h1 data-number="3"><span class="header-section-number">3</span> Session Info</h
784787
<span id="cb3-2"><a href="#cb3-2" aria-hidden="true" tabindex="-1"></a><span class="an">title:</span><span class="co"> "About This Website"</span></span>
785788
<span id="cb3-3"><a href="#cb3-3" aria-hidden="true" tabindex="-1"></a><span class="co">---</span></span>
786789
<span id="cb3-4"><a href="#cb3-4" aria-hidden="true" tabindex="-1"></a></span>
787-
<span id="cb3-5"><a href="#cb3-5" aria-hidden="true" tabindex="-1"></a>The Python Data Analysis Guides were generated with <span class="co">[</span><span class="ot">`Quarto`</span><span class="co">](https://quarto.org/)</span> (archived at <span class="ot">&lt;https://perma.cc/9JWH-779Y&gt;</span>).</span>
790+
<span id="cb3-5"><a href="#cb3-5" aria-hidden="true" tabindex="-1"></a>The Python Data Analysis Guides were generated with <span class="co">[</span><span class="ot">`Quarto`</span><span class="co">](https://quarto.org)</span> (archived at <span class="ot">&lt;https://perma.cc/9JWH-779Y&gt;</span>).</span>
788791
<span id="cb3-6"><a href="#cb3-6" aria-hidden="true" tabindex="-1"></a>The codebase that was used to generate the Python Data Analysis Guides is located <span class="co">[</span><span class="ot">here</span><span class="co">](https://github.com/DevPsyLab/pythonDataAnalysisGuides)</span>.</span>
789792
<span id="cb3-7"><a href="#cb3-7" aria-hidden="true" tabindex="-1"></a></span>
790793
<span id="cb3-8"><a href="#cb3-8" aria-hidden="true" tabindex="-1"></a><span class="fu"># Contact</span></span>

0 commit comments

Comments
 (0)