Skip to content

Commit

Permalink
Deploy preview for PR 570
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Jan 16, 2025
1 parent 6e57646 commit 72038ee
Show file tree
Hide file tree
Showing 57 changed files with 91,313 additions and 84,916 deletions.
163 changes: 77 additions & 86 deletions pr-previews/570/404.html

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions pr-previews/570/assets/images/turing-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,366 changes: 1,366 additions & 0 deletions pr-previews/570/developers/compiler/design-overview/index.html

Large diffs are not rendered by default.

1,431 changes: 1,431 additions & 0 deletions pr-previews/570/developers/compiler/minituring-compiler/index.html

Large diffs are not rendered by default.

1,446 changes: 1,446 additions & 0 deletions pr-previews/570/developers/compiler/minituring-contexts/index.html

Large diffs are not rendered by default.

1,199 changes: 1,199 additions & 0 deletions pr-previews/570/developers/compiler/model-manual/index.html

Large diffs are not rendered by default.

1,178 changes: 1,178 additions & 0 deletions pr-previews/570/developers/contributing/index.html

Large diffs are not rendered by default.

1,421 changes: 1,421 additions & 0 deletions pr-previews/570/developers/inference/abstractmcmc-interface/index.html

Large diffs are not rendered by default.

1,575 changes: 1,575 additions & 0 deletions pr-previews/570/developers/inference/abstractmcmc-turing/index.html

Large diffs are not rendered by default.

1,844 changes: 1,844 additions & 0 deletions pr-previews/570/developers/inference/implementing-samplers/index.html

Large diffs are not rendered by default.

1,423 changes: 1,423 additions & 0 deletions pr-previews/570/developers/inference/variational-inference/index.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Redirect</title>
<script type="text/javascript">
var redirects = {"":"../../inference/abstractmcmc-turing/index.html"};
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
var redirect = redirects[hash] || redirects[""] || "/";
window.document.title = 'Redirect to ' + redirect;
window.location.replace(redirect);
</script>
</head>
<body>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Redirect</title>
<script type="text/javascript">
var redirects = {"":"../../inference/abstractmcmc-interface/index.html"};
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
var redirect = redirects[hash] || redirects[""] || "/";
window.document.title = 'Redirect to ' + redirect;
window.location.replace(redirect);
</script>
</head>
<body>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Redirect</title>
<script type="text/javascript">
var redirects = {"":"../../inference/variational-inference/index.html"};
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
var redirect = redirects[hash] || redirects[""] || "/";
window.document.title = 'Redirect to ' + redirect;
window.location.replace(redirect);
</script>
</head>
<body>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Redirect</title>
<script type="text/javascript">
var redirects = {"":"../../inference/implementing-samplers/index.html"};
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
var redirect = redirects[hash] || redirects[""] || "/";
window.document.title = 'Redirect to ' + redirect;
window.location.replace(redirect);
</script>
</head>
<body>
</body>
</html>
2 changes: 1 addition & 1 deletion pr-previews/570/robots.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Sitemap: https://turinglang.org/sitemap.xml
Sitemap: https://turinglang.org/docs/sitemap.xml
1,275 changes: 637 additions & 638 deletions pr-previews/570/search.json

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 72038ee

Please sign in to comment.