Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://turinglang.org/assets/logo/turing-logo-dark.svg">
<img src="https://turinglang.org/assets/logo/turing-logo-light.svg" alt="Turing.jl logo" width="300">
</picture>
</p>
<p align="center"><i>Bayesian inference with probabilistic programming</i></p>

# Turing.jl Documentation and Tutorials

**https://turinglang.org/docs/**
Expand Down
4 changes: 4 additions & 0 deletions _brand.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
logo:
medium:
light: https://turinglang.org/assets/logo/turing-logo-light.svg
dark: https://turinglang.org/assets/logo/turing-logo-dark.svg
45 changes: 45 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<footer class="custom-footer">
<div class="footer-container">
<div class="footer-grid">
<div class="footer-links-wrapper">
<div class="footer-column footer-explore">
<h5>Explore</h5>
<a href="https://turinglang.org/docs/getting-started/">Get Started</a>
<a href="https://turinglang.org/docs/tutorials/">Tutorials</a>
<a href="https://turinglang.org/docs/faq/">FAQ</a>
<a href="https://turinglang.org/library/">Libraries</a>
<a href="https://turinglang.org/news/">News</a>
<a href="https://turinglang.org/team/">Team</a>
</div>

<div class="footer-column footer-connect">
<h5>Connect</h5>
<a href="https://github.com/TuringLang" target="_blank" rel="noopener"><i class="bi bi-github"></i> GitHub</a>
<a href="https://x.com/TuringLang" target="_blank" rel="noopener"><i class="bi bi-twitter-x"></i> Twitter</a>
<a href="https://julialang.slack.com/archives/CCYDC34A0" target="_blank" rel="noopener"><i class="bi bi-slack"></i> Slack</a>
<a href="https://discourse.julialang.org/c/domain/probprog/48" target="_blank" rel="noopener"><i class="bi bi-chat-dots"></i> Discourse</a>
</div>
</div>

<div class="footer-column footer-brands">
<h5>Supported by leading researchers</h5>
<p>Turing.jl is developed by researchers and engineers at the following research institutions.</p>
<div class="logo-grid">
<a href="https://mlg.eng.cam.ac.uk/" class="partner-logo" target="_blank" rel="noopener">
<img src="/assets/images/brands/university-cambridge-logo-black-example-640x132.png" alt="University of Cambridge Logo" class="brands-light-mode-logo">
<img src="/assets/images/brands/university-cambridge-logo-white-example-640x133.png" alt="University of Cambridge Logo Dark" class="brands-dark-mode-logo">
</a>
<a href="https://www.turing.ac.uk/" class="partner-logo" target="_blank" rel="noopener">
<img src="/assets/images/brands/Turing_Logo_1000x400px_Black.webp" alt="The Alan Turing Institute Logo" class="brands-light-mode-logo">
<img src="/assets/images/brands/Turing_Logo_1000x400px_White.webp" alt="The Alan Turing Institute Logo Dark" class="brands-dark-mode-logo">
</a>
</div>
</div>

</div>
<div class="footer-bottom">
<p>Turing.jl was created by <a href="https://mlg.eng.cam.ac.uk/hong/" target="_blank" rel="noopener">Hong Ge</a>, and maintained by the core <a href="https://turinglang.org/team/" target="_blank" rel="noopener">team</a> of developers and <a href="https://github.com/TuringLang/Turing.jl/graphs/contributors" target="_blank" rel="noopener">contributors</a>.<br>© 2025 The Turing Project Contributors. <a href="https://github.com/TuringLang/Turing.jl/blob/master/LICENCE" target="_blank" rel="noopener">MIT License</a>.</p>
<a href="https://github.com/TuringLang/docs/" target="_blank" rel="noopener" class="footer-source-link"><i class="bi bi-github"></i> Website Source</a>
</div>
</div>
</footer>
49 changes: 2 additions & 47 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ website:
location: navbar
type: overlay
navbar:
logo: "/assets/images/turing-logo.svg"
title: false
logo-href: https://turinglang.org/
left:
- text: Get Started
Expand Down Expand Up @@ -172,52 +172,7 @@ format:
}
</style>
include-after-body:
- text: |
<footer class="custom-footer">
<div class="footer-container">
<div class="footer-grid">
<div class="footer-links-wrapper">
<div class="footer-column footer-explore">
<h5>Explore</h5>
<a href="https://turinglang.org/docs/getting-started/">Get Started</a>
<a href="https://turinglang.org/docs/tutorials/">Tutorials</a>
<a href="https://turinglang.org/docs/faq/">FAQ</a>
<a href="https://turinglang.org/library/">Libraries</a>
<a href="https://turinglang.org/news/">News</a>
<a href="https://turinglang.org/team/">Team</a>
</div>

<div class="footer-column footer-connect">
<h5>Connect</h5>
<a href="https://github.com/TuringLang" target="_blank" rel="noopener"><i class="bi bi-github"></i> GitHub</a>
<a href="https://x.com/TuringLang" target="_blank" rel="noopener"><i class="bi bi-twitter-x"></i> Twitter</a>
<a href="https://julialang.slack.com/archives/CCYDC34A0" target="_blank" rel="noopener"><i class="bi bi-slack"></i> Slack</a>
<a href="https://discourse.julialang.org/c/domain/probprog/48" target="_blank" rel="noopener"><i class="bi bi-chat-dots"></i> Discourse</a>
</div>
</div>

<div class="footer-column footer-brands">
<h5>Supported by leading researchers</h5>
<p>Turing.jl is developed by researchers and engineers at the following research institutions.</p>
<div class="logo-grid">
<a href="https://mlg.eng.cam.ac.uk/" class="partner-logo" target="_blank" rel="noopener">
<img src="/assets/images/brands/university-cambridge-logo-black-example-640x132.png" alt="University of Cambridge Logo" class="brands-light-mode-logo">
<img src="/assets/images/brands/university-cambridge-logo-white-example-640x133.png" alt="University of Cambridge Logo Dark" class="brands-dark-mode-logo">
</a>
<a href="https://www.turing.ac.uk/" class="partner-logo" target="_blank" rel="noopener">
<img src="/assets/images/brands/Turing_Logo_1000x400px_Black.webp" alt="The Alan Turing Institute Logo" class="brands-light-mode-logo">
<img src="/assets/images/brands/Turing_Logo_1000x400px_White.webp" alt="The Alan Turing Institute Logo Dark" class="brands-dark-mode-logo">
</a>
</div>
</div>

</div>
<div class="footer-bottom">
<p>Turing.jl was created by <a href="https://mlg.eng.cam.ac.uk/hong/" target="_blank" rel="noopener">Hong Ge</a>, and maintained by the core <a href="https://turinglang.org/team/" target="_blank" rel="noopener">team</a> of developers and <a href="https://github.com/TuringLang/Turing.jl/graphs/contributors" target="_blank" rel="noopener">contributors</a>.<br>© 2025 The Turing Project Contributors. <a href="https://github.com/TuringLang/Turing.jl/blob/master/LICENCE" target="_blank" rel="noopener">MIT License</a>.</p>
<a href="https://github.com/TuringLang/docs/" target="_blank" rel="noopener" class="footer-source-link"><i class="bi bi-github"></i> Website Source</a>
</div>
</div>
</footer>
file: _includes/footer.html

execute:
echo: true
Expand Down
4 changes: 4 additions & 0 deletions theming/rules/_quarto-tweaks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,7 @@ pre {
--bs-tooltip-color: $black !important;
--bs-tooltip-bg: $white !important;
}

.sidebar-header {
display: none;
}
Loading