From e1ab4922be1dd014c4b9f538072492542b17469b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Jan 2025 15:56:00 +0000 Subject: [PATCH] Publish docs @ TuringLang/docs@91e891fb50d3c6eccbef1e6420cacdf53d8b948d --- 404.html | 127 +++++++-------- .../compiler/design-overview/index.html | 2 +- .../compiler/minituring-compiler/index.html | 2 +- .../compiler/minituring-contexts/index.html | 2 +- developers/compiler/model-manual/index.html | 2 +- developers/contributing/index.html | 2 +- .../abstractmcmc-interface/index.html | 2 +- .../inference/abstractmcmc-turing/index.html | 2 +- .../implementing-samplers/index.html | 2 +- .../variational-inference/index.html | 2 +- robots.txt | 2 +- sitemap.xml | 152 +++++++++--------- tutorials/00-introduction/index.html | 2 +- .../01-gaussian-mixture-model/index.html | 2 +- tutorials/02-logistic-regression/index.html | 2 +- .../03-bayesian-neural-network/index.html | 2 +- tutorials/04-hidden-markov-model/index.html | 2 +- tutorials/05-linear-regression/index.html | 2 +- .../06-infinite-mixture-model/index.html | 2 +- tutorials/07-poisson-regression/index.html | 2 +- .../index.html | 2 +- tutorials/09-variational-inference/index.html | 2 +- .../index.html | 2 +- tutorials/11-probabilistic-pca/index.html | 2 +- tutorials/12-gplvm/index.html | 2 +- tutorials/13-seasonal-time-series/index.html | 2 +- tutorials/15-gaussian-processes/index.html | 2 +- tutorials/docs-00-getting-started/index.html | 2 +- tutorials/docs-08-using-turing/index.html | 2 +- .../docs-09-using-turing-advanced/index.html | 2 +- .../docs-10-using-turing-autodiff/index.html | 2 +- .../index.html | 2 +- .../docs-12-using-turing-guide/index.html | 2 +- .../index.html | 2 +- .../index.html | 2 +- .../index.html | 2 +- tutorials/docs-17-mode-estimation/index.html | 2 +- .../usage-custom-distribution/index.html | 2 +- .../usage-generated-quantities/index.html | 2 +- tutorials/usage-modifying-logprob/index.html | 2 +- .../usage-probability-interface/index.html | 2 +- versions/v0.35.5/404.html | 127 +++++++-------- .../compiler/design-overview/index.html | 2 +- .../compiler/minituring-compiler/index.html | 2 +- .../compiler/minituring-contexts/index.html | 2 +- .../compiler/model-manual/index.html | 2 +- .../developers/contributing/index.html | 2 +- .../abstractmcmc-interface/index.html | 2 +- .../inference/abstractmcmc-turing/index.html | 2 +- .../implementing-samplers/index.html | 2 +- .../variational-inference/index.html | 2 +- versions/v0.35.5/robots.txt | 2 +- versions/v0.35.5/sitemap.xml | 152 +++++++++--------- .../tutorials/00-introduction/index.html | 2 +- .../01-gaussian-mixture-model/index.html | 2 +- .../02-logistic-regression/index.html | 2 +- .../03-bayesian-neural-network/index.html | 2 +- .../04-hidden-markov-model/index.html | 2 +- .../tutorials/05-linear-regression/index.html | 2 +- .../06-infinite-mixture-model/index.html | 2 +- .../07-poisson-regression/index.html | 2 +- .../index.html | 2 +- .../09-variational-inference/index.html | 2 +- .../index.html | 2 +- .../tutorials/11-probabilistic-pca/index.html | 2 +- .../v0.35.5/tutorials/12-gplvm/index.html | 2 +- .../13-seasonal-time-series/index.html | 2 +- .../15-gaussian-processes/index.html | 2 +- .../docs-00-getting-started/index.html | 2 +- .../tutorials/docs-08-using-turing/index.html | 2 +- .../docs-09-using-turing-advanced/index.html | 2 +- .../docs-10-using-turing-autodiff/index.html | 2 +- .../index.html | 2 +- .../docs-12-using-turing-guide/index.html | 2 +- .../index.html | 2 +- .../index.html | 2 +- .../index.html | 2 +- .../docs-17-mode-estimation/index.html | 2 +- .../usage-custom-distribution/index.html | 2 +- .../usage-generated-quantities/index.html | 2 +- .../usage-modifying-logprob/index.html | 2 +- .../usage-probability-interface/index.html | 2 +- 82 files changed, 358 insertions(+), 356 deletions(-) diff --git a/404.html b/404.html index 196e58d13..487a7552c 100644 --- a/404.html +++ b/404.html @@ -23,26 +23,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/developers/compiler/design-overview/index.html b/developers/compiler/design-overview/index.html index b7e8156c5..06cfc5bc0 100644 --- a/developers/compiler/design-overview/index.html +++ b/developers/compiler/design-overview/index.html @@ -992,7 +992,7 @@

Metadata

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/developers/compiler/minituring-compiler/index.html b/developers/compiler/minituring-compiler/index.html index f9418ce0f..4debf9975 100644 --- a/developers/compiler/minituring-compiler/index.html +++ b/developers/compiler/minituring-compiler/index.html @@ -1057,7 +1057,7 @@

Consider a probabilistic model defined by

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/developers/compiler/minituring-contexts/index.html b/developers/compiler/minituring-contexts/index.html index c8f94904b..c4077deb1 100644 --- a/developers/compiler/minituring-contexts/index.html +++ b/developers/compiler/minituring-contexts/index.html @@ -1072,7 +1072,7 @@

Contexts within c } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/developers/compiler/model-manual/index.html b/developers/compiler/model-manual/index.html index f3e32e7ac..c29788281 100644 --- a/developers/compiler/model-manual/index.html +++ b/developers/compiler/model-manual/index.html @@ -825,7 +825,7 @@

Manually Defining a Model

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/developers/contributing/index.html b/developers/contributing/index.html index 107c84d44..60ddeb3e3 100644 --- a/developers/contributing/index.html +++ b/developers/contributing/index.html @@ -804,7 +804,7 @@

A Word on Consistenc } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/developers/inference/abstractmcmc-interface/index.html b/developers/inference/abstractmcmc-interface/index.html index 3d03b118c..6786fa023 100644 --- a/developers/inference/abstractmcmc-interface/index.html +++ b/developers/inference/abstractmcmc-interface/index.html @@ -1047,7 +1047,7 @@

Conclusion

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/developers/inference/abstractmcmc-turing/index.html b/developers/inference/abstractmcmc-turing/index.html index e7da721b6..4c40d8cc4 100644 --- a/developers/inference/abstractmcmc-turing/index.html +++ b/developers/inference/abstractmcmc-turing/index.html @@ -1201,7 +1201,7 @@

4 } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/developers/inference/implementing-samplers/index.html b/developers/inference/implementing-samplers/index.html index da7e82aa4..a25086b11 100644 --- a/developers/inference/implementing-samplers/index.html +++ b/developers/inference/implementing-samplers/index.html @@ -1473,7 +1473,7 @@

Summary

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/developers/inference/variational-inference/index.html b/developers/inference/variational-inference/index.html index 088ba219b..0c10915b0 100644 --- a/developers/inference/variational-inference/index.html +++ b/developers/inference/variational-inference/index.html @@ -1049,7 +1049,7 @@

Back to VI

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/robots.txt b/robots.txt index 20b700bd5..7db3d5fe9 100644 --- a/robots.txt +++ b/robots.txt @@ -1 +1 @@ -Sitemap: https://turinglang.org/sitemap.xml +Sitemap: https://turinglang.org/docs/sitemap.xml diff --git a/sitemap.xml b/sitemap.xml index fe6412178..6f233014f 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,155 +1,155 @@ - https://turinglang.org/tutorials/15-gaussian-processes/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/15-gaussian-processes/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/docs-00-getting-started/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/docs-00-getting-started/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/docs-13-using-turing-performance-tips/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/docs-13-using-turing-performance-tips/index.html + 2025-01-16T15:53:18.875Z - https://turinglang.org/tutorials/00-introduction/index.html - 2025-01-16T15:34:08.589Z + https://turinglang.org/docs/tutorials/00-introduction/index.html + 2025-01-16T15:53:18.872Z - https://turinglang.org/tutorials/usage-modifying-logprob/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/usage-modifying-logprob/index.html + 2025-01-16T15:53:18.875Z - https://turinglang.org/tutorials/docs-10-using-turing-autodiff/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/docs-10-using-turing-autodiff/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/12-gplvm/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/12-gplvm/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/usage-custom-distribution/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/usage-custom-distribution/index.html + 2025-01-16T15:53:18.875Z - https://turinglang.org/tutorials/02-logistic-regression/index.html - 2025-01-16T15:34:08.589Z + https://turinglang.org/docs/tutorials/02-logistic-regression/index.html + 2025-01-16T15:53:18.873Z - https://turinglang.org/tutorials/05-linear-regression/index.html - 2025-01-16T15:34:08.589Z + https://turinglang.org/docs/tutorials/05-linear-regression/index.html + 2025-01-16T15:53:18.873Z - https://turinglang.org/tutorials/06-infinite-mixture-model/index.html - 2025-01-16T15:34:08.589Z + https://turinglang.org/docs/tutorials/06-infinite-mixture-model/index.html + 2025-01-16T15:53:18.873Z - https://turinglang.org/tutorials/01-gaussian-mixture-model/index.html - 2025-01-16T15:34:08.589Z + https://turinglang.org/docs/tutorials/01-gaussian-mixture-model/index.html + 2025-01-16T15:53:18.872Z - https://turinglang.org/tutorials/docs-17-mode-estimation/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/docs-17-mode-estimation/index.html + 2025-01-16T15:53:18.875Z - https://turinglang.org/tutorials/docs-11-using-turing-dynamichmc/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/docs-11-using-turing-dynamichmc/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/09-variational-inference/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/09-variational-inference/index.html + 2025-01-16T15:53:18.873Z - https://turinglang.org/developers/contributing/index.html - 2025-01-16T15:34:08.588Z + https://turinglang.org/docs/developers/contributing/index.html + 2025-01-16T15:53:18.871Z - https://turinglang.org/developers/inference/implementing-samplers/index.html - 2025-01-16T15:34:08.588Z + https://turinglang.org/docs/developers/inference/implementing-samplers/index.html + 2025-01-16T15:53:18.872Z - https://turinglang.org/developers/inference/abstractmcmc-turing/index.html - 2025-01-16T15:34:08.588Z + https://turinglang.org/docs/developers/inference/abstractmcmc-turing/index.html + 2025-01-16T15:53:18.872Z - https://turinglang.org/developers/compiler/minituring-contexts/index.html - 2025-01-16T15:34:08.588Z + https://turinglang.org/docs/developers/compiler/minituring-contexts/index.html + 2025-01-16T15:53:18.871Z - https://turinglang.org/developers/compiler/design-overview/index.html - 2025-01-16T15:34:08.587Z + https://turinglang.org/docs/developers/compiler/design-overview/index.html + 2025-01-16T15:53:18.871Z - https://turinglang.org/developers/compiler/minituring-compiler/index.html - 2025-01-16T15:34:08.587Z + https://turinglang.org/docs/developers/compiler/minituring-compiler/index.html + 2025-01-16T15:53:18.871Z - https://turinglang.org/developers/compiler/model-manual/index.html - 2025-01-16T15:34:08.588Z + https://turinglang.org/docs/developers/compiler/model-manual/index.html + 2025-01-16T15:53:18.871Z - https://turinglang.org/developers/inference/variational-inference/index.html - 2025-01-16T15:34:08.588Z + https://turinglang.org/docs/developers/inference/variational-inference/index.html + 2025-01-16T15:53:18.872Z - https://turinglang.org/developers/inference/abstractmcmc-interface/index.html - 2025-01-16T15:34:08.588Z + https://turinglang.org/docs/developers/inference/abstractmcmc-interface/index.html + 2025-01-16T15:53:18.872Z - https://turinglang.org/tutorials/docs-16-using-turing-external-samplers/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/docs-16-using-turing-external-samplers/index.html + 2025-01-16T15:53:18.875Z - https://turinglang.org/tutorials/docs-12-using-turing-guide/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/docs-12-using-turing-guide/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/04-hidden-markov-model/index.html - 2025-01-16T15:34:08.589Z + https://turinglang.org/docs/tutorials/04-hidden-markov-model/index.html + 2025-01-16T15:53:18.873Z - https://turinglang.org/tutorials/usage-generated-quantities/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/usage-generated-quantities/index.html + 2025-01-16T15:53:18.875Z - https://turinglang.org/tutorials/07-poisson-regression/index.html - 2025-01-16T15:34:08.589Z + https://turinglang.org/docs/tutorials/07-poisson-regression/index.html + 2025-01-16T15:53:18.873Z - https://turinglang.org/tutorials/docs-08-using-turing/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/docs-08-using-turing/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/03-bayesian-neural-network/index.html - 2025-01-16T15:34:08.589Z + https://turinglang.org/docs/tutorials/03-bayesian-neural-network/index.html + 2025-01-16T15:53:18.873Z - https://turinglang.org/tutorials/08-multinomial-logistic-regression/index.html - 2025-01-16T15:34:08.589Z + https://turinglang.org/docs/tutorials/08-multinomial-logistic-regression/index.html + 2025-01-16T15:53:18.873Z - https://turinglang.org/tutorials/usage-probability-interface/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/usage-probability-interface/index.html + 2025-01-16T15:53:18.875Z - https://turinglang.org/tutorials/10-bayesian-differential-equations/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/10-bayesian-differential-equations/index.html + 2025-01-16T15:53:18.873Z - https://turinglang.org/tutorials/11-probabilistic-pca/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/11-probabilistic-pca/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/13-seasonal-time-series/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/13-seasonal-time-series/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/docs-09-using-turing-advanced/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/docs-09-using-turing-advanced/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/docs-15-using-turing-sampler-viz/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/docs-15-using-turing-sampler-viz/index.html + 2025-01-16T15:53:18.875Z diff --git a/tutorials/00-introduction/index.html b/tutorials/00-introduction/index.html index ab01e2c18..0dfcd9c4d 100644 --- a/tutorials/00-introduction/index.html +++ b/tutorials/00-introduction/index.html @@ -1111,7 +1111,7 @@

Coin Flipping Wi } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/01-gaussian-mixture-model/index.html b/tutorials/01-gaussian-mixture-model/index.html index c90a3c511..09a163eb0 100644 --- a/tutorials/01-gaussian-mixture-model/index.html +++ b/tutorials/01-gaussian-mixture-model/index.html @@ -2234,7 +2234,7 @@

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/02-logistic-regression/index.html b/tutorials/02-logistic-regression/index.html index 2fd732b94..93de51c14 100644 --- a/tutorials/02-logistic-regression/index.html +++ b/tutorials/02-logistic-regression/index.html @@ -15651,7 +15651,7 @@

Making Predictions

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/03-bayesian-neural-network/index.html b/tutorials/03-bayesian-neural-network/index.html index 1a33c8a68..65994baf6 100644 --- a/tutorials/03-bayesian-neural-network/index.html +++ b/tutorials/03-bayesian-neural-network/index.html @@ -1648,7 +1648,7 @@

Prediction Visual } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/04-hidden-markov-model/index.html b/tutorials/04-hidden-markov-model/index.html index 4e25e3da8..a9f26b480 100644 --- a/tutorials/04-hidden-markov-model/index.html +++ b/tutorials/04-hidden-markov-model/index.html @@ -1120,7 +1120,7 @@

Simple State Detect } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/05-linear-regression/index.html b/tutorials/05-linear-regression/index.html index b6545ed13..7346cb03b 100644 --- a/tutorials/05-linear-regression/index.html +++ b/tutorials/05-linear-regression/index.html @@ -1983,7 +1983,7 @@

Comparing to OLS

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/06-infinite-mixture-model/index.html b/tutorials/06-infinite-mixture-model/index.html index 905d8d4af..d895fe235 100644 --- a/tutorials/06-infinite-mixture-model/index.html +++ b/tutorials/06-infinite-mixture-model/index.html @@ -1160,7 +1160,7 @@

Chinese Restaur } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/07-poisson-regression/index.html b/tutorials/07-poisson-regression/index.html index a078d678f..30d91fde2 100644 --- a/tutorials/07-poisson-regression/index.html +++ b/tutorials/07-poisson-regression/index.html @@ -1910,7 +1910,7 @@

Removing the Warmup Samples

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/08-multinomial-logistic-regression/index.html b/tutorials/08-multinomial-logistic-regression/index.html index 473e5de17..765779a8f 100644 --- a/tutorials/08-multinomial-logistic-regression/index.html +++ b/tutorials/08-multinomial-logistic-regression/index.html @@ -30136,7 +30136,7 @@

Making Predictions

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/09-variational-inference/index.html b/tutorials/09-variational-inference/index.html index fc9260f57..555ec01e4 100644 --- a/tutorials/09-variational-inference/index.html +++ b/tutorials/09-variational-inference/index.html @@ -7017,7 +7017,7 @@

Relaxin } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/10-bayesian-differential-equations/index.html b/tutorials/10-bayesian-differential-equations/index.html index 7d6698e57..2923d267c 100644 --- a/tutorials/10-bayesian-differential-equations/index.html +++ b/tutorials/10-bayesian-differential-equations/index.html @@ -5049,7 +5049,7 @@

{ return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/11-probabilistic-pca/index.html b/tutorials/11-probabilistic-pca/index.html index 260a10481..ad1ef9178 100644 --- a/tutorials/11-probabilistic-pca/index.html +++ b/tutorials/11-probabilistic-pca/index.html @@ -3409,7 +3409,7 @@

Final comments.

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/12-gplvm/index.html b/tutorials/12-gplvm/index.html index b8b980efe..5d33aa404 100644 --- a/tutorials/12-gplvm/index.html +++ b/tutorials/12-gplvm/index.html @@ -927,7 +927,7 @@

L } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/13-seasonal-time-series/index.html b/tutorials/13-seasonal-time-series/index.html index 4b5c37f3c..b27bcc2fc 100644 --- a/tutorials/13-seasonal-time-series/index.html +++ b/tutorials/13-seasonal-time-series/index.html @@ -10453,7 +10453,7 @@

Wrapping up

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/15-gaussian-processes/index.html b/tutorials/15-gaussian-processes/index.html index 7034e815f..c658c9e50 100644 --- a/tutorials/15-gaussian-processes/index.html +++ b/tutorials/15-gaussian-processes/index.html @@ -3678,7 +3678,7 @@

{ return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/docs-00-getting-started/index.html b/tutorials/docs-00-getting-started/index.html index bdfdf5b3a..1250e63ef 100644 --- a/tutorials/docs-00-getting-started/index.html +++ b/tutorials/docs-00-getting-started/index.html @@ -987,7 +987,7 @@

Where to go next

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/docs-08-using-turing/index.html b/tutorials/docs-08-using-turing/index.html index b419b3eb6..8131afb0c 100644 --- a/tutorials/docs-08-using-turing/index.html +++ b/tutorials/docs-08-using-turing/index.html @@ -732,7 +732,7 @@

Turing Documentation

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/docs-09-using-turing-advanced/index.html b/tutorials/docs-09-using-turing-advanced/index.html index f19eca29f..2eabe26f9 100644 --- a/tutorials/docs-09-using-turing-advanced/index.html +++ b/tutorials/docs-09-using-turing-advanced/index.html @@ -723,7 +723,7 @@

Advanced Usage

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/docs-10-using-turing-autodiff/index.html b/tutorials/docs-10-using-turing-autodiff/index.html index 0806dcc0b..993d76e29 100644 --- a/tutorials/docs-10-using-turing-autodiff/index.html +++ b/tutorials/docs-10-using-turing-autodiff/index.html @@ -848,7 +848,7 @@

{ return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/docs-11-using-turing-dynamichmc/index.html b/tutorials/docs-11-using-turing-dynamichmc/index.html index 4b8cb54d0..42d2547d0 100644 --- a/tutorials/docs-11-using-turing-dynamichmc/index.html +++ b/tutorials/docs-11-using-turing-dynamichmc/index.html @@ -806,7 +806,7 @@

How to apply { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/docs-12-using-turing-guide/index.html b/tutorials/docs-12-using-turing-guide/index.html index 5754a45ba..745152509 100644 --- a/tutorials/docs-12-using-turing-guide/index.html +++ b/tutorials/docs-12-using-turing-guide/index.html @@ -1693,7 +1693,7 @@

Progress Logging

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/docs-13-using-turing-performance-tips/index.html b/tutorials/docs-13-using-turing-performance-tips/index.html index 6c518f3f4..19bd5df0e 100644 --- a/tutorials/docs-13-using-turing-performance-tips/index.html +++ b/tutorials/docs-13-using-turing-performance-tips/index.html @@ -884,7 +884,7 @@

{ return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/docs-15-using-turing-sampler-viz/index.html b/tutorials/docs-15-using-turing-sampler-viz/index.html index 9b692782c..4afa73950 100644 --- a/tutorials/docs-15-using-turing-sampler-viz/index.html +++ b/tutorials/docs-15-using-turing-sampler-viz/index.html @@ -57527,7 +57527,7 @@

PG

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/docs-16-using-turing-external-samplers/index.html b/tutorials/docs-16-using-turing-external-samplers/index.html index 1276d614d..ca33edba5 100644 --- a/tutorials/docs-16-using-turing-external-samplers/index.html +++ b/tutorials/docs-16-using-turing-external-samplers/index.html @@ -1049,7 +1049,7 @@

Using new infe } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/docs-17-mode-estimation/index.html b/tutorials/docs-17-mode-estimation/index.html index cea65d7b2..b0566796b 100644 --- a/tutorials/docs-17-mode-estimation/index.html +++ b/tutorials/docs-17-mode-estimation/index.html @@ -931,7 +931,7 @@

{ return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/usage-custom-distribution/index.html b/tutorials/usage-custom-distribution/index.html index 7e5ca7944..e9ebf47df 100644 --- a/tutorials/usage-custom-distribution/index.html +++ b/tutorials/usage-custom-distribution/index.html @@ -823,7 +823,7 @@

Domain Transformatio } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/usage-generated-quantities/index.html b/tutorials/usage-generated-quantities/index.html index 1dcb2357c..403d91e20 100644 --- a/tutorials/usage-generated-quantities/index.html +++ b/tutorials/usage-generated-quantities/index.html @@ -909,7 +909,7 @@

Generated Quantities

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/usage-modifying-logprob/index.html b/tutorials/usage-modifying-logprob/index.html index eaff38a88..b912ca376 100644 --- a/tutorials/usage-modifying-logprob/index.html +++ b/tutorials/usage-modifying-logprob/index.html @@ -792,7 +792,7 @@

Modifying the Log Probability

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/tutorials/usage-probability-interface/index.html b/tutorials/usage-probability-interface/index.html index d4d295f1c..b66974833 100644 --- a/tutorials/usage-probability-interface/index.html +++ b/tutorials/usage-probability-interface/index.html @@ -948,7 +948,7 @@

Example: Cross-va } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/404.html b/versions/v0.35.5/404.html index 196e58d13..487a7552c 100644 --- a/versions/v0.35.5/404.html +++ b/versions/v0.35.5/404.html @@ -23,26 +23,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/versions/v0.35.5/developers/compiler/design-overview/index.html b/versions/v0.35.5/developers/compiler/design-overview/index.html index b7e8156c5..06cfc5bc0 100644 --- a/versions/v0.35.5/developers/compiler/design-overview/index.html +++ b/versions/v0.35.5/developers/compiler/design-overview/index.html @@ -992,7 +992,7 @@

Metadata

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/developers/compiler/minituring-compiler/index.html b/versions/v0.35.5/developers/compiler/minituring-compiler/index.html index f9418ce0f..4debf9975 100644 --- a/versions/v0.35.5/developers/compiler/minituring-compiler/index.html +++ b/versions/v0.35.5/developers/compiler/minituring-compiler/index.html @@ -1057,7 +1057,7 @@

Consider a probabilistic model defined by

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/developers/compiler/minituring-contexts/index.html b/versions/v0.35.5/developers/compiler/minituring-contexts/index.html index c8f94904b..c4077deb1 100644 --- a/versions/v0.35.5/developers/compiler/minituring-contexts/index.html +++ b/versions/v0.35.5/developers/compiler/minituring-contexts/index.html @@ -1072,7 +1072,7 @@

Contexts within c } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/developers/compiler/model-manual/index.html b/versions/v0.35.5/developers/compiler/model-manual/index.html index f3e32e7ac..c29788281 100644 --- a/versions/v0.35.5/developers/compiler/model-manual/index.html +++ b/versions/v0.35.5/developers/compiler/model-manual/index.html @@ -825,7 +825,7 @@

Manually Defining a Model

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/developers/contributing/index.html b/versions/v0.35.5/developers/contributing/index.html index 107c84d44..60ddeb3e3 100644 --- a/versions/v0.35.5/developers/contributing/index.html +++ b/versions/v0.35.5/developers/contributing/index.html @@ -804,7 +804,7 @@

A Word on Consistenc } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/developers/inference/abstractmcmc-interface/index.html b/versions/v0.35.5/developers/inference/abstractmcmc-interface/index.html index 3d03b118c..6786fa023 100644 --- a/versions/v0.35.5/developers/inference/abstractmcmc-interface/index.html +++ b/versions/v0.35.5/developers/inference/abstractmcmc-interface/index.html @@ -1047,7 +1047,7 @@

Conclusion

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/developers/inference/abstractmcmc-turing/index.html b/versions/v0.35.5/developers/inference/abstractmcmc-turing/index.html index e7da721b6..4c40d8cc4 100644 --- a/versions/v0.35.5/developers/inference/abstractmcmc-turing/index.html +++ b/versions/v0.35.5/developers/inference/abstractmcmc-turing/index.html @@ -1201,7 +1201,7 @@

4 } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/developers/inference/implementing-samplers/index.html b/versions/v0.35.5/developers/inference/implementing-samplers/index.html index da7e82aa4..a25086b11 100644 --- a/versions/v0.35.5/developers/inference/implementing-samplers/index.html +++ b/versions/v0.35.5/developers/inference/implementing-samplers/index.html @@ -1473,7 +1473,7 @@

Summary

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/developers/inference/variational-inference/index.html b/versions/v0.35.5/developers/inference/variational-inference/index.html index 088ba219b..0c10915b0 100644 --- a/versions/v0.35.5/developers/inference/variational-inference/index.html +++ b/versions/v0.35.5/developers/inference/variational-inference/index.html @@ -1049,7 +1049,7 @@

Back to VI

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/robots.txt b/versions/v0.35.5/robots.txt index 20b700bd5..7db3d5fe9 100644 --- a/versions/v0.35.5/robots.txt +++ b/versions/v0.35.5/robots.txt @@ -1 +1 @@ -Sitemap: https://turinglang.org/sitemap.xml +Sitemap: https://turinglang.org/docs/sitemap.xml diff --git a/versions/v0.35.5/sitemap.xml b/versions/v0.35.5/sitemap.xml index fe6412178..6f233014f 100644 --- a/versions/v0.35.5/sitemap.xml +++ b/versions/v0.35.5/sitemap.xml @@ -1,155 +1,155 @@ - https://turinglang.org/tutorials/15-gaussian-processes/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/15-gaussian-processes/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/docs-00-getting-started/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/docs-00-getting-started/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/docs-13-using-turing-performance-tips/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/docs-13-using-turing-performance-tips/index.html + 2025-01-16T15:53:18.875Z - https://turinglang.org/tutorials/00-introduction/index.html - 2025-01-16T15:34:08.589Z + https://turinglang.org/docs/tutorials/00-introduction/index.html + 2025-01-16T15:53:18.872Z - https://turinglang.org/tutorials/usage-modifying-logprob/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/usage-modifying-logprob/index.html + 2025-01-16T15:53:18.875Z - https://turinglang.org/tutorials/docs-10-using-turing-autodiff/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/docs-10-using-turing-autodiff/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/12-gplvm/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/12-gplvm/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/usage-custom-distribution/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/usage-custom-distribution/index.html + 2025-01-16T15:53:18.875Z - https://turinglang.org/tutorials/02-logistic-regression/index.html - 2025-01-16T15:34:08.589Z + https://turinglang.org/docs/tutorials/02-logistic-regression/index.html + 2025-01-16T15:53:18.873Z - https://turinglang.org/tutorials/05-linear-regression/index.html - 2025-01-16T15:34:08.589Z + https://turinglang.org/docs/tutorials/05-linear-regression/index.html + 2025-01-16T15:53:18.873Z - https://turinglang.org/tutorials/06-infinite-mixture-model/index.html - 2025-01-16T15:34:08.589Z + https://turinglang.org/docs/tutorials/06-infinite-mixture-model/index.html + 2025-01-16T15:53:18.873Z - https://turinglang.org/tutorials/01-gaussian-mixture-model/index.html - 2025-01-16T15:34:08.589Z + https://turinglang.org/docs/tutorials/01-gaussian-mixture-model/index.html + 2025-01-16T15:53:18.872Z - https://turinglang.org/tutorials/docs-17-mode-estimation/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/docs-17-mode-estimation/index.html + 2025-01-16T15:53:18.875Z - https://turinglang.org/tutorials/docs-11-using-turing-dynamichmc/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/docs-11-using-turing-dynamichmc/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/09-variational-inference/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/09-variational-inference/index.html + 2025-01-16T15:53:18.873Z - https://turinglang.org/developers/contributing/index.html - 2025-01-16T15:34:08.588Z + https://turinglang.org/docs/developers/contributing/index.html + 2025-01-16T15:53:18.871Z - https://turinglang.org/developers/inference/implementing-samplers/index.html - 2025-01-16T15:34:08.588Z + https://turinglang.org/docs/developers/inference/implementing-samplers/index.html + 2025-01-16T15:53:18.872Z - https://turinglang.org/developers/inference/abstractmcmc-turing/index.html - 2025-01-16T15:34:08.588Z + https://turinglang.org/docs/developers/inference/abstractmcmc-turing/index.html + 2025-01-16T15:53:18.872Z - https://turinglang.org/developers/compiler/minituring-contexts/index.html - 2025-01-16T15:34:08.588Z + https://turinglang.org/docs/developers/compiler/minituring-contexts/index.html + 2025-01-16T15:53:18.871Z - https://turinglang.org/developers/compiler/design-overview/index.html - 2025-01-16T15:34:08.587Z + https://turinglang.org/docs/developers/compiler/design-overview/index.html + 2025-01-16T15:53:18.871Z - https://turinglang.org/developers/compiler/minituring-compiler/index.html - 2025-01-16T15:34:08.587Z + https://turinglang.org/docs/developers/compiler/minituring-compiler/index.html + 2025-01-16T15:53:18.871Z - https://turinglang.org/developers/compiler/model-manual/index.html - 2025-01-16T15:34:08.588Z + https://turinglang.org/docs/developers/compiler/model-manual/index.html + 2025-01-16T15:53:18.871Z - https://turinglang.org/developers/inference/variational-inference/index.html - 2025-01-16T15:34:08.588Z + https://turinglang.org/docs/developers/inference/variational-inference/index.html + 2025-01-16T15:53:18.872Z - https://turinglang.org/developers/inference/abstractmcmc-interface/index.html - 2025-01-16T15:34:08.588Z + https://turinglang.org/docs/developers/inference/abstractmcmc-interface/index.html + 2025-01-16T15:53:18.872Z - https://turinglang.org/tutorials/docs-16-using-turing-external-samplers/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/docs-16-using-turing-external-samplers/index.html + 2025-01-16T15:53:18.875Z - https://turinglang.org/tutorials/docs-12-using-turing-guide/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/docs-12-using-turing-guide/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/04-hidden-markov-model/index.html - 2025-01-16T15:34:08.589Z + https://turinglang.org/docs/tutorials/04-hidden-markov-model/index.html + 2025-01-16T15:53:18.873Z - https://turinglang.org/tutorials/usage-generated-quantities/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/usage-generated-quantities/index.html + 2025-01-16T15:53:18.875Z - https://turinglang.org/tutorials/07-poisson-regression/index.html - 2025-01-16T15:34:08.589Z + https://turinglang.org/docs/tutorials/07-poisson-regression/index.html + 2025-01-16T15:53:18.873Z - https://turinglang.org/tutorials/docs-08-using-turing/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/docs-08-using-turing/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/03-bayesian-neural-network/index.html - 2025-01-16T15:34:08.589Z + https://turinglang.org/docs/tutorials/03-bayesian-neural-network/index.html + 2025-01-16T15:53:18.873Z - https://turinglang.org/tutorials/08-multinomial-logistic-regression/index.html - 2025-01-16T15:34:08.589Z + https://turinglang.org/docs/tutorials/08-multinomial-logistic-regression/index.html + 2025-01-16T15:53:18.873Z - https://turinglang.org/tutorials/usage-probability-interface/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/usage-probability-interface/index.html + 2025-01-16T15:53:18.875Z - https://turinglang.org/tutorials/10-bayesian-differential-equations/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/10-bayesian-differential-equations/index.html + 2025-01-16T15:53:18.873Z - https://turinglang.org/tutorials/11-probabilistic-pca/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/11-probabilistic-pca/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/13-seasonal-time-series/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/13-seasonal-time-series/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/docs-09-using-turing-advanced/index.html - 2025-01-16T15:34:08.590Z + https://turinglang.org/docs/tutorials/docs-09-using-turing-advanced/index.html + 2025-01-16T15:53:18.874Z - https://turinglang.org/tutorials/docs-15-using-turing-sampler-viz/index.html - 2025-01-16T15:34:08.591Z + https://turinglang.org/docs/tutorials/docs-15-using-turing-sampler-viz/index.html + 2025-01-16T15:53:18.875Z diff --git a/versions/v0.35.5/tutorials/00-introduction/index.html b/versions/v0.35.5/tutorials/00-introduction/index.html index ab01e2c18..0dfcd9c4d 100644 --- a/versions/v0.35.5/tutorials/00-introduction/index.html +++ b/versions/v0.35.5/tutorials/00-introduction/index.html @@ -1111,7 +1111,7 @@

Coin Flipping Wi } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/01-gaussian-mixture-model/index.html b/versions/v0.35.5/tutorials/01-gaussian-mixture-model/index.html index c90a3c511..09a163eb0 100644 --- a/versions/v0.35.5/tutorials/01-gaussian-mixture-model/index.html +++ b/versions/v0.35.5/tutorials/01-gaussian-mixture-model/index.html @@ -2234,7 +2234,7 @@

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/02-logistic-regression/index.html b/versions/v0.35.5/tutorials/02-logistic-regression/index.html index 2fd732b94..93de51c14 100644 --- a/versions/v0.35.5/tutorials/02-logistic-regression/index.html +++ b/versions/v0.35.5/tutorials/02-logistic-regression/index.html @@ -15651,7 +15651,7 @@

Making Predictions

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/03-bayesian-neural-network/index.html b/versions/v0.35.5/tutorials/03-bayesian-neural-network/index.html index 1a33c8a68..65994baf6 100644 --- a/versions/v0.35.5/tutorials/03-bayesian-neural-network/index.html +++ b/versions/v0.35.5/tutorials/03-bayesian-neural-network/index.html @@ -1648,7 +1648,7 @@

Prediction Visual } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/04-hidden-markov-model/index.html b/versions/v0.35.5/tutorials/04-hidden-markov-model/index.html index 4e25e3da8..a9f26b480 100644 --- a/versions/v0.35.5/tutorials/04-hidden-markov-model/index.html +++ b/versions/v0.35.5/tutorials/04-hidden-markov-model/index.html @@ -1120,7 +1120,7 @@

Simple State Detect } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/05-linear-regression/index.html b/versions/v0.35.5/tutorials/05-linear-regression/index.html index b6545ed13..7346cb03b 100644 --- a/versions/v0.35.5/tutorials/05-linear-regression/index.html +++ b/versions/v0.35.5/tutorials/05-linear-regression/index.html @@ -1983,7 +1983,7 @@

Comparing to OLS

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/06-infinite-mixture-model/index.html b/versions/v0.35.5/tutorials/06-infinite-mixture-model/index.html index 905d8d4af..d895fe235 100644 --- a/versions/v0.35.5/tutorials/06-infinite-mixture-model/index.html +++ b/versions/v0.35.5/tutorials/06-infinite-mixture-model/index.html @@ -1160,7 +1160,7 @@

Chinese Restaur } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/07-poisson-regression/index.html b/versions/v0.35.5/tutorials/07-poisson-regression/index.html index a078d678f..30d91fde2 100644 --- a/versions/v0.35.5/tutorials/07-poisson-regression/index.html +++ b/versions/v0.35.5/tutorials/07-poisson-regression/index.html @@ -1910,7 +1910,7 @@

Removing the Warmup Samples

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/08-multinomial-logistic-regression/index.html b/versions/v0.35.5/tutorials/08-multinomial-logistic-regression/index.html index 473e5de17..765779a8f 100644 --- a/versions/v0.35.5/tutorials/08-multinomial-logistic-regression/index.html +++ b/versions/v0.35.5/tutorials/08-multinomial-logistic-regression/index.html @@ -30136,7 +30136,7 @@

Making Predictions

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/09-variational-inference/index.html b/versions/v0.35.5/tutorials/09-variational-inference/index.html index fc9260f57..555ec01e4 100644 --- a/versions/v0.35.5/tutorials/09-variational-inference/index.html +++ b/versions/v0.35.5/tutorials/09-variational-inference/index.html @@ -7017,7 +7017,7 @@

Relaxin } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/10-bayesian-differential-equations/index.html b/versions/v0.35.5/tutorials/10-bayesian-differential-equations/index.html index 7d6698e57..2923d267c 100644 --- a/versions/v0.35.5/tutorials/10-bayesian-differential-equations/index.html +++ b/versions/v0.35.5/tutorials/10-bayesian-differential-equations/index.html @@ -5049,7 +5049,7 @@

{ return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/11-probabilistic-pca/index.html b/versions/v0.35.5/tutorials/11-probabilistic-pca/index.html index 260a10481..ad1ef9178 100644 --- a/versions/v0.35.5/tutorials/11-probabilistic-pca/index.html +++ b/versions/v0.35.5/tutorials/11-probabilistic-pca/index.html @@ -3409,7 +3409,7 @@

Final comments.

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/12-gplvm/index.html b/versions/v0.35.5/tutorials/12-gplvm/index.html index b8b980efe..5d33aa404 100644 --- a/versions/v0.35.5/tutorials/12-gplvm/index.html +++ b/versions/v0.35.5/tutorials/12-gplvm/index.html @@ -927,7 +927,7 @@

L } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/13-seasonal-time-series/index.html b/versions/v0.35.5/tutorials/13-seasonal-time-series/index.html index 4b5c37f3c..b27bcc2fc 100644 --- a/versions/v0.35.5/tutorials/13-seasonal-time-series/index.html +++ b/versions/v0.35.5/tutorials/13-seasonal-time-series/index.html @@ -10453,7 +10453,7 @@

Wrapping up

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/15-gaussian-processes/index.html b/versions/v0.35.5/tutorials/15-gaussian-processes/index.html index 7034e815f..c658c9e50 100644 --- a/versions/v0.35.5/tutorials/15-gaussian-processes/index.html +++ b/versions/v0.35.5/tutorials/15-gaussian-processes/index.html @@ -3678,7 +3678,7 @@

{ return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/docs-00-getting-started/index.html b/versions/v0.35.5/tutorials/docs-00-getting-started/index.html index bdfdf5b3a..1250e63ef 100644 --- a/versions/v0.35.5/tutorials/docs-00-getting-started/index.html +++ b/versions/v0.35.5/tutorials/docs-00-getting-started/index.html @@ -987,7 +987,7 @@

Where to go next

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/docs-08-using-turing/index.html b/versions/v0.35.5/tutorials/docs-08-using-turing/index.html index b419b3eb6..8131afb0c 100644 --- a/versions/v0.35.5/tutorials/docs-08-using-turing/index.html +++ b/versions/v0.35.5/tutorials/docs-08-using-turing/index.html @@ -732,7 +732,7 @@

Turing Documentation

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/docs-09-using-turing-advanced/index.html b/versions/v0.35.5/tutorials/docs-09-using-turing-advanced/index.html index f19eca29f..2eabe26f9 100644 --- a/versions/v0.35.5/tutorials/docs-09-using-turing-advanced/index.html +++ b/versions/v0.35.5/tutorials/docs-09-using-turing-advanced/index.html @@ -723,7 +723,7 @@

Advanced Usage

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/docs-10-using-turing-autodiff/index.html b/versions/v0.35.5/tutorials/docs-10-using-turing-autodiff/index.html index 0806dcc0b..993d76e29 100644 --- a/versions/v0.35.5/tutorials/docs-10-using-turing-autodiff/index.html +++ b/versions/v0.35.5/tutorials/docs-10-using-turing-autodiff/index.html @@ -848,7 +848,7 @@

{ return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/docs-11-using-turing-dynamichmc/index.html b/versions/v0.35.5/tutorials/docs-11-using-turing-dynamichmc/index.html index 4b8cb54d0..42d2547d0 100644 --- a/versions/v0.35.5/tutorials/docs-11-using-turing-dynamichmc/index.html +++ b/versions/v0.35.5/tutorials/docs-11-using-turing-dynamichmc/index.html @@ -806,7 +806,7 @@

How to apply { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/docs-12-using-turing-guide/index.html b/versions/v0.35.5/tutorials/docs-12-using-turing-guide/index.html index 5754a45ba..745152509 100644 --- a/versions/v0.35.5/tutorials/docs-12-using-turing-guide/index.html +++ b/versions/v0.35.5/tutorials/docs-12-using-turing-guide/index.html @@ -1693,7 +1693,7 @@

Progress Logging

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/docs-13-using-turing-performance-tips/index.html b/versions/v0.35.5/tutorials/docs-13-using-turing-performance-tips/index.html index 6c518f3f4..19bd5df0e 100644 --- a/versions/v0.35.5/tutorials/docs-13-using-turing-performance-tips/index.html +++ b/versions/v0.35.5/tutorials/docs-13-using-turing-performance-tips/index.html @@ -884,7 +884,7 @@

{ return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/docs-15-using-turing-sampler-viz/index.html b/versions/v0.35.5/tutorials/docs-15-using-turing-sampler-viz/index.html index 9b692782c..4afa73950 100644 --- a/versions/v0.35.5/tutorials/docs-15-using-turing-sampler-viz/index.html +++ b/versions/v0.35.5/tutorials/docs-15-using-turing-sampler-viz/index.html @@ -57527,7 +57527,7 @@

PG

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/docs-16-using-turing-external-samplers/index.html b/versions/v0.35.5/tutorials/docs-16-using-turing-external-samplers/index.html index 1276d614d..ca33edba5 100644 --- a/versions/v0.35.5/tutorials/docs-16-using-turing-external-samplers/index.html +++ b/versions/v0.35.5/tutorials/docs-16-using-turing-external-samplers/index.html @@ -1049,7 +1049,7 @@

Using new infe } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/docs-17-mode-estimation/index.html b/versions/v0.35.5/tutorials/docs-17-mode-estimation/index.html index cea65d7b2..b0566796b 100644 --- a/versions/v0.35.5/tutorials/docs-17-mode-estimation/index.html +++ b/versions/v0.35.5/tutorials/docs-17-mode-estimation/index.html @@ -931,7 +931,7 @@

{ return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/usage-custom-distribution/index.html b/versions/v0.35.5/tutorials/usage-custom-distribution/index.html index 7e5ca7944..e9ebf47df 100644 --- a/versions/v0.35.5/tutorials/usage-custom-distribution/index.html +++ b/versions/v0.35.5/tutorials/usage-custom-distribution/index.html @@ -823,7 +823,7 @@

Domain Transformatio } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/usage-generated-quantities/index.html b/versions/v0.35.5/tutorials/usage-generated-quantities/index.html index 1dcb2357c..403d91e20 100644 --- a/versions/v0.35.5/tutorials/usage-generated-quantities/index.html +++ b/versions/v0.35.5/tutorials/usage-generated-quantities/index.html @@ -909,7 +909,7 @@

Generated Quantities

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/usage-modifying-logprob/index.html b/versions/v0.35.5/tutorials/usage-modifying-logprob/index.html index eaff38a88..b912ca376 100644 --- a/versions/v0.35.5/tutorials/usage-modifying-logprob/index.html +++ b/versions/v0.35.5/tutorials/usage-modifying-logprob/index.html @@ -792,7 +792,7 @@

Modifying the Log Probability

} var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); } diff --git a/versions/v0.35.5/tutorials/usage-probability-interface/index.html b/versions/v0.35.5/tutorials/usage-probability-interface/index.html index d4d295f1c..b66974833 100644 --- a/versions/v0.35.5/tutorials/usage-probability-interface/index.html +++ b/versions/v0.35.5/tutorials/usage-probability-interface/index.html @@ -948,7 +948,7 @@

Example: Cross-va } var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); var mailtoRegex = new RegExp(/^mailto:/); - var filterRegex = new RegExp("https:\/\/turinglang\.org\/"); + var filterRegex = new RegExp("https:\/\/turinglang\.org\/docs\/"); var isInternal = (href) => { return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); }