Skip to content

Commit 084d5f6

Browse files
Deploying to gh-pages from @ 2fbd62f 🚀
1 parent cd3e530 commit 084d5f6

File tree

37 files changed

+2383
-1600
lines changed

37 files changed

+2383
-1600
lines changed

404.html

Lines changed: 17 additions & 14 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.7.34">
5+
<meta name="generator" content="quarto-1.8.24">
66

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

@@ -33,18 +33,19 @@
3333
<link href="/.//assets/favicon.ico" rel="icon">
3434
<script src="/site_libs/quarto-html/quarto.js" type="module"></script>
3535
<script src="/site_libs/quarto-html/tabsets/tabsets.js" type="module"></script>
36+
<script src="/site_libs/quarto-html/axe/axe-check.js" type="module"></script>
3637
<script src="/site_libs/quarto-html/popper.min.js"></script>
3738
<script src="/site_libs/quarto-html/tippy.umd.min.js"></script>
3839
<script src="/site_libs/quarto-html/anchor.min.js"></script>
3940
<link href="/site_libs/quarto-html/tippy.css" rel="stylesheet">
40-
<link href="/site_libs/quarto-html/quarto-syntax-highlighting-9582434199d49cc9e91654cdeeb4866b.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles">
41-
<link href="/site_libs/quarto-html/quarto-syntax-highlighting-dark-8dcd8563ea6803ab7cbb3d71ca5772e1.css" rel="stylesheet" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles">
42-
<link href="/site_libs/quarto-html/quarto-syntax-highlighting-9582434199d49cc9e91654cdeeb4866b.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles">
41+
<link href="/site_libs/quarto-html/quarto-syntax-highlighting-a6e161b2431e1f94a14e0f5d32135a3c.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles">
42+
<link href="/site_libs/quarto-html/quarto-syntax-highlighting-dark-4a17e18fdf56099d4f6da1e105f33a53.css" rel="stylesheet" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles">
43+
<link href="/site_libs/quarto-html/quarto-syntax-highlighting-a6e161b2431e1f94a14e0f5d32135a3c.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles">
4344
<script src="/site_libs/bootstrap/bootstrap.min.js"></script>
4445
<link href="/site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
45-
<link href="/site_libs/bootstrap/bootstrap-544acca9225f2aeb655a03153e479b63.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">
46-
<link href="/site_libs/bootstrap/bootstrap-dark-ef362557afb5564af0466bf5793c1615.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark">
47-
<link href="/site_libs/bootstrap/bootstrap-544acca9225f2aeb655a03153e479b63.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme-extra" id="quarto-bootstrap" data-mode="light">
46+
<link href="/site_libs/bootstrap/bootstrap-5d053c8c39f43f17068cfecd86831694.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">
47+
<link href="/site_libs/bootstrap/bootstrap-dark-edd54e70ba2f069e94023a8983b93f87.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark">
48+
<link href="/site_libs/bootstrap/bootstrap-5d053c8c39f43f17068cfecd86831694.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme-extra" id="quarto-bootstrap" data-mode="light">
4849
<script id="quarto-search-options" type="application/json">{
4950
"location": "navbar",
5051
"copy-button": false,
@@ -267,7 +268,8 @@
267268
<div class="navbar-container container-fluid">
268269
<div class="navbar-brand-container mx-auto">
269270
<a href="/index.html" class="navbar-brand navbar-brand-logo">
270-
<img src="/assets/logo/turing-logo.svg" alt="" class="navbar-logo">
271+
<img src="/assets/logo/turing-logo.svg" alt="" class="navbar-logo light-content">
272+
<img src="/assets/logo/turing-logo.svg" alt="" class="navbar-logo dark-content">
271273
</a>
272274
<a class="navbar-brand" href="/index.html">
273275
<span class="navbar-title">Turing.jl</span>
@@ -416,13 +418,14 @@ <h1 class="title">Page Not Found</h1>
416418
e.clearSelection();
417419
}
418420
const getTextToCopy = function(trigger) {
419-
const codeEl = trigger.previousElementSibling.cloneNode(true);
420-
for (const childEl of codeEl.children) {
421-
if (isCodeAnnotation(childEl)) {
422-
childEl.remove();
423-
}
421+
const outerScaffold = trigger.parentElement.cloneNode(true);
422+
const codeEl = outerScaffold.querySelector('code');
423+
for (const childEl of codeEl.children) {
424+
if (isCodeAnnotation(childEl)) {
425+
childEl.remove();
424426
}
425-
return codeEl.innerText;
427+
}
428+
return codeEl.innerText;
426429
}
427430
const clipboard = new window.ClipboardJS('.code-copy-button:not([data-in-quarto-modal])', {
428431
text: getTextToCopy

GSoC-2025-Report-DoodleBUGS/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
77
var redirect = redirects[hash] || redirects[""] || "/";
88
window.document.title = 'Redirect to ' + redirect;
9+
if (!redirects[hash]) {
10+
redirect = redirect + window.location.hash;
11+
}
12+
redirect = redirect + window.location.search;
913
window.location.replace(redirect);
1014
</script>
1115
</head>

index.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.7.34">
5+
<meta name="generator" content="quarto-1.8.24">
66

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

@@ -71,18 +71,19 @@
7171
<script src="site_libs/quarto-listing/quarto-listing.js"></script>
7272
<script src="site_libs/quarto-html/quarto.js" type="module"></script>
7373
<script src="site_libs/quarto-html/tabsets/tabsets.js" type="module"></script>
74+
<script src="site_libs/quarto-html/axe/axe-check.js" type="module"></script>
7475
<script src="site_libs/quarto-html/popper.min.js"></script>
7576
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
7677
<script src="site_libs/quarto-html/anchor.min.js"></script>
7778
<link href="site_libs/quarto-html/tippy.css" rel="stylesheet">
78-
<link href="site_libs/quarto-html/quarto-syntax-highlighting-9582434199d49cc9e91654cdeeb4866b.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles">
79-
<link href="site_libs/quarto-html/quarto-syntax-highlighting-dark-8dcd8563ea6803ab7cbb3d71ca5772e1.css" rel="stylesheet" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles">
80-
<link href="site_libs/quarto-html/quarto-syntax-highlighting-9582434199d49cc9e91654cdeeb4866b.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles">
79+
<link href="site_libs/quarto-html/quarto-syntax-highlighting-a6e161b2431e1f94a14e0f5d32135a3c.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles">
80+
<link href="site_libs/quarto-html/quarto-syntax-highlighting-dark-4a17e18fdf56099d4f6da1e105f33a53.css" rel="stylesheet" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles">
81+
<link href="site_libs/quarto-html/quarto-syntax-highlighting-a6e161b2431e1f94a14e0f5d32135a3c.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles">
8182
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
8283
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
83-
<link href="site_libs/bootstrap/bootstrap-544acca9225f2aeb655a03153e479b63.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">
84-
<link href="site_libs/bootstrap/bootstrap-dark-ef362557afb5564af0466bf5793c1615.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark">
85-
<link href="site_libs/bootstrap/bootstrap-544acca9225f2aeb655a03153e479b63.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme-extra" id="quarto-bootstrap" data-mode="light">
84+
<link href="site_libs/bootstrap/bootstrap-5d053c8c39f43f17068cfecd86831694.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">
85+
<link href="site_libs/bootstrap/bootstrap-dark-edd54e70ba2f069e94023a8983b93f87.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark">
86+
<link href="site_libs/bootstrap/bootstrap-5d053c8c39f43f17068cfecd86831694.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme-extra" id="quarto-bootstrap" data-mode="light">
8687
<script id="quarto-search-options" type="application/json">{
8788
"location": "navbar",
8889
"copy-button": false,
@@ -191,7 +192,7 @@
191192
var macros = [];
192193
for (var i = 0; i < mathElements.length; i++) {
193194
var texText = mathElements[i].firstChild;
194-
if (mathElements[i].tagName == "SPAN") {
195+
if (mathElements[i].tagName == "SPAN" && texText && texText.data) {
195196
window.katex.render(texText.data, mathElements[i], {
196197
displayMode: mathElements[i].classList.contains('display'),
197198
throwOnError: false,
@@ -391,7 +392,8 @@
391392
<div class="navbar-container container-fluid">
392393
<div class="navbar-brand-container mx-auto">
393394
<a href="./index.html" class="navbar-brand navbar-brand-logo">
394-
<img src="./assets/logo/turing-logo.svg" alt="" class="navbar-logo">
395+
<img src="./assets/logo/turing-logo.svg" alt="" class="navbar-logo light-content">
396+
<img src="./assets/logo/turing-logo.svg" alt="" class="navbar-logo dark-content">
395397
</a>
396398
<a class="navbar-brand" href="./index.html">
397399
<span class="navbar-title">Turing.jl</span>
@@ -499,7 +501,7 @@ <h5 id="composable">Composable</h5>
499501
<span>linear_regression.jl</span>
500502
</div>
501503
</div>
502-
<div class="sourceCode" id="cb1"><pre class="sourceCode julia code-overflow-scroll code-with-copy"><code class="sourceCode julia"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="im">using</span> <span class="bu">Turing</span></span>
504+
<div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb1"><pre class="sourceCode julia code-overflow-scroll code-with-copy"><code class="sourceCode julia"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="im">using</span> <span class="bu">Turing</span></span>
503505
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a></span>
504506
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a><span class="pp">@model</span> <span class="kw">function</span> <span class="fu">linear_regression</span>(x)</span>
505507
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a> <span class="co"># Priors</span></span>
@@ -514,7 +516,7 @@ <h5 id="composable">Composable</h5>
514516
<span id="cb1-13"><a href="#cb1-13" aria-hidden="true" tabindex="-1"></a></span>
515517
<span id="cb1-14"><a href="#cb1-14" aria-hidden="true" tabindex="-1"></a>x, y <span class="op">=</span> <span class="fu">rand</span>(<span class="fl">10</span>), <span class="fu">rand</span>(<span class="fl">10</span>)</span>
516518
<span id="cb1-15"><a href="#cb1-15" aria-hidden="true" tabindex="-1"></a>posterior <span class="op">=</span> <span class="fu">linear_regression</span>(x) <span class="op">|</span> (; y <span class="op">=</span> y)</span>
517-
<span id="cb1-16"><a href="#cb1-16" aria-hidden="true" tabindex="-1"></a>chain <span class="op">=</span> <span class="fu">sample</span>(posterior, <span class="fu">NUTS</span>(), <span class="fl">1000</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
519+
<span id="cb1-16"><a href="#cb1-16" aria-hidden="true" tabindex="-1"></a>chain <span class="op">=</span> <span class="fu">sample</span>(posterior, <span class="fu">NUTS</span>(), <span class="fl">1000</span>)</span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
518520
</div>
519521
</div>
520522
</div>
@@ -1160,13 +1162,14 @@ <h3 id="cite" class="pb-1 text-center">Turing.jl is an <a href="https://github.c
11601162
e.clearSelection();
11611163
}
11621164
const getTextToCopy = function(trigger) {
1163-
const codeEl = trigger.previousElementSibling.cloneNode(true);
1164-
for (const childEl of codeEl.children) {
1165-
if (isCodeAnnotation(childEl)) {
1166-
childEl.remove();
1167-
}
1165+
const outerScaffold = trigger.parentElement.cloneNode(true);
1166+
const codeEl = outerScaffold.querySelector('code');
1167+
for (const childEl of codeEl.children) {
1168+
if (isCodeAnnotation(childEl)) {
1169+
childEl.remove();
11681170
}
1169-
return codeEl.innerText;
1171+
}
1172+
return codeEl.innerText;
11701173
}
11711174
const clipboard = new window.ClipboardJS('.code-copy-button:not([data-in-quarto-modal])', {
11721175
text: getTextToCopy

library/index.html

Lines changed: 18 additions & 15 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.7.34">
5+
<meta name="generator" content="quarto-1.8.24">
66

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

@@ -35,18 +35,19 @@
3535
<script src="../site_libs/quarto-listing/quarto-listing.js"></script>
3636
<script src="../site_libs/quarto-html/quarto.js" type="module"></script>
3737
<script src="../site_libs/quarto-html/tabsets/tabsets.js" type="module"></script>
38+
<script src="../site_libs/quarto-html/axe/axe-check.js" type="module"></script>
3839
<script src="../site_libs/quarto-html/popper.min.js"></script>
3940
<script src="../site_libs/quarto-html/tippy.umd.min.js"></script>
4041
<script src="../site_libs/quarto-html/anchor.min.js"></script>
4142
<link href="../site_libs/quarto-html/tippy.css" rel="stylesheet">
42-
<link href="../site_libs/quarto-html/quarto-syntax-highlighting-9582434199d49cc9e91654cdeeb4866b.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles">
43-
<link href="../site_libs/quarto-html/quarto-syntax-highlighting-dark-8dcd8563ea6803ab7cbb3d71ca5772e1.css" rel="stylesheet" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles">
44-
<link href="../site_libs/quarto-html/quarto-syntax-highlighting-9582434199d49cc9e91654cdeeb4866b.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles">
43+
<link href="../site_libs/quarto-html/quarto-syntax-highlighting-a6e161b2431e1f94a14e0f5d32135a3c.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles">
44+
<link href="../site_libs/quarto-html/quarto-syntax-highlighting-dark-4a17e18fdf56099d4f6da1e105f33a53.css" rel="stylesheet" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles">
45+
<link href="../site_libs/quarto-html/quarto-syntax-highlighting-a6e161b2431e1f94a14e0f5d32135a3c.css" rel="stylesheet" class="quarto-color-scheme-extra" id="quarto-text-highlighting-styles">
4546
<script src="../site_libs/bootstrap/bootstrap.min.js"></script>
4647
<link href="../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
47-
<link href="../site_libs/bootstrap/bootstrap-544acca9225f2aeb655a03153e479b63.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">
48-
<link href="../site_libs/bootstrap/bootstrap-dark-ef362557afb5564af0466bf5793c1615.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark">
49-
<link href="../site_libs/bootstrap/bootstrap-544acca9225f2aeb655a03153e479b63.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme-extra" id="quarto-bootstrap" data-mode="light">
48+
<link href="../site_libs/bootstrap/bootstrap-5d053c8c39f43f17068cfecd86831694.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">
49+
<link href="../site_libs/bootstrap/bootstrap-dark-edd54e70ba2f069e94023a8983b93f87.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark">
50+
<link href="../site_libs/bootstrap/bootstrap-5d053c8c39f43f17068cfecd86831694.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme-extra" id="quarto-bootstrap" data-mode="light">
5051
<script id="quarto-search-options" type="application/json">{
5152
"location": "navbar",
5253
"copy-button": false,
@@ -351,7 +352,7 @@
351352
var macros = [];
352353
for (var i = 0; i < mathElements.length; i++) {
353354
var texText = mathElements[i].firstChild;
354-
if (mathElements[i].tagName == "SPAN") {
355+
if (mathElements[i].tagName == "SPAN" && texText && texText.data) {
355356
window.katex.render(texText.data, mathElements[i], {
356357
displayMode: mathElements[i].classList.contains('display'),
357358
throwOnError: false,
@@ -551,7 +552,8 @@
551552
<div class="navbar-container container-fluid">
552553
<div class="navbar-brand-container mx-auto">
553554
<a href="../index.html" class="navbar-brand navbar-brand-logo">
554-
<img src="../assets/logo/turing-logo.svg" alt="" class="navbar-logo">
555+
<img src="../assets/logo/turing-logo.svg" alt="" class="navbar-logo light-content">
556+
<img src="../assets/logo/turing-logo.svg" alt="" class="navbar-logo dark-content">
555557
</a>
556558
<a class="navbar-brand" href="../index.html">
557559
<span class="navbar-title">Turing.jl</span>
@@ -1357,13 +1359,14 @@ <h2 class="anchored" data-anchor-id="gaussian-processes">Gaussian Processes</h2>
13571359
e.clearSelection();
13581360
}
13591361
const getTextToCopy = function(trigger) {
1360-
const codeEl = trigger.previousElementSibling.cloneNode(true);
1361-
for (const childEl of codeEl.children) {
1362-
if (isCodeAnnotation(childEl)) {
1363-
childEl.remove();
1364-
}
1362+
const outerScaffold = trigger.parentElement.cloneNode(true);
1363+
const codeEl = outerScaffold.querySelector('code');
1364+
for (const childEl of codeEl.children) {
1365+
if (isCodeAnnotation(childEl)) {
1366+
childEl.remove();
13651367
}
1366-
return codeEl.innerText;
1368+
}
1369+
return codeEl.innerText;
13671370
}
13681371
const clipboard = new window.ClipboardJS('.code-copy-button:not([data-in-quarto-modal])', {
13691372
text: getTextToCopy

0 commit comments

Comments
 (0)