Skip to content

Commit 6d5bf27

Browse files
committed
Deploy preview for PR 575
1 parent 28fc94c commit 6d5bf27

File tree

41 files changed

+118
-117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+118
-117
lines changed

pr-previews/575/404.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,8 @@ <h1 class="title">Page Not Found</h1>
471471

472472

473473
<p>The page you requested cannot be found (perhaps it was moved or renamed).</p>
474-
<p>You may want to visit <a href="/docs/tutorials/docs-00-getting-started">Get-Started Guide</a> or <a href="/docs/tutorials/00-introduction">Tutorials</a>.</p>
474+
<p>You may want to return to the <a href="https://turinglang.org/docs">documentation home page</a>.</p>
475+
<p>If you believe this is an error, please do report it by <a href="https://github.com/TuringLang/docs/issues/new">opening an issue</a>.</p>
475476

476477

477478

@@ -710,7 +711,7 @@ <h1 class="title">Page Not Found</h1>
710711
}
711712
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
712713
var mailtoRegex = new RegExp(/^mailto:/);
713-
var filterRegex = new RegExp("https:\/\/turinglang\.org\/");
714+
var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/");
714715
var isInternal = (href) => {
715716
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
716717
}

pr-previews/575/developers/compiler/design-overview/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ <h2 class="anchored" data-anchor-id="metadata"><code>Metadata</code></h2>
992992
}
993993
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
994994
var mailtoRegex = new RegExp(/^mailto:/);
995-
var filterRegex = new RegExp("https:\/\/turinglang\.org\/");
995+
var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/");
996996
var isInternal = (href) => {
997997
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
998998
}

pr-previews/575/developers/compiler/minituring-compiler/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ <h1>Consider a probabilistic model defined by</h1>
10571057
}
10581058
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
10591059
var mailtoRegex = new RegExp(/^mailto:/);
1060-
var filterRegex = new RegExp("https:\/\/turinglang\.org\/");
1060+
var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/");
10611061
var isInternal = (href) => {
10621062
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
10631063
}

pr-previews/575/developers/compiler/minituring-contexts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ <h2 class="anchored" data-anchor-id="contexts-within-contexts">Contexts within c
10721072
}
10731073
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
10741074
var mailtoRegex = new RegExp(/^mailto:/);
1075-
var filterRegex = new RegExp("https:\/\/turinglang\.org\/");
1075+
var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/");
10761076
var isInternal = (href) => {
10771077
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
10781078
}

pr-previews/575/developers/compiler/model-manual/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ <h1 class="title">Manually Defining a Model</h1>
825825
}
826826
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
827827
var mailtoRegex = new RegExp(/^mailto:/);
828-
var filterRegex = new RegExp("https:\/\/turinglang\.org\/");
828+
var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/");
829829
var isInternal = (href) => {
830830
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
831831
}

pr-previews/575/developers/contributing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ <h4 class="anchored" data-anchor-id="a-word-on-consistency">A Word on Consistenc
804804
}
805805
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
806806
var mailtoRegex = new RegExp(/^mailto:/);
807-
var filterRegex = new RegExp("https:\/\/turinglang\.org\/");
807+
var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/");
808808
var isInternal = (href) => {
809809
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
810810
}

pr-previews/575/developers/inference/abstractmcmc-interface/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ <h2 class="anchored" data-anchor-id="conclusion">Conclusion</h2>
10471047
}
10481048
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
10491049
var mailtoRegex = new RegExp(/^mailto:/);
1050-
var filterRegex = new RegExp("https:\/\/turinglang\.org\/");
1050+
var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/");
10511051
var isInternal = (href) => {
10521052
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
10531053
}

pr-previews/575/developers/inference/abstractmcmc-turing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ <h2 class="anchored" data-anchor-id="summary-importance-sampling-step-by-step">4
12011201
}
12021202
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
12031203
var mailtoRegex = new RegExp(/^mailto:/);
1204-
var filterRegex = new RegExp("https:\/\/turinglang\.org\/");
1204+
var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/");
12051205
var isInternal = (href) => {
12061206
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
12071207
}

pr-previews/575/developers/inference/implementing-samplers/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ <h2 class="anchored" data-anchor-id="summary">Summary</h2>
14731473
}
14741474
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
14751475
var mailtoRegex = new RegExp(/^mailto:/);
1476-
var filterRegex = new RegExp("https:\/\/turinglang\.org\/");
1476+
var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/");
14771477
var isInternal = (href) => {
14781478
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
14791479
}

pr-previews/575/developers/inference/variational-inference/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ <h4 class="anchored" data-anchor-id="back-to-vi">Back to VI</h4>
10491049
}
10501050
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
10511051
var mailtoRegex = new RegExp(/^mailto:/);
1052-
var filterRegex = new RegExp("https:\/\/turinglang\.org\/");
1052+
var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/");
10531053
var isInternal = (href) => {
10541054
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
10551055
}

0 commit comments

Comments
 (0)