Skip to content

Commit 79f1617

Browse files
author
Documenter.jl
committed
build based on d38bbb3
1 parent 77e46be commit 79f1617

16 files changed

Lines changed: 321 additions & 321 deletions

File tree

dev/.documenter-siteinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documenter":{"julia_version":"1.12.5","generation_timestamp":"2026-03-04T08:13:21","documenter_version":"1.17.0"}}
1+
{"documenter":{"julia_version":"1.12.5","generation_timestamp":"2026-03-04T08:18:01","documenter_version":"1.17.0"}}

dev/benchmarking/index.html

Lines changed: 50 additions & 50 deletions
Large diffs are not rendered by default.

dev/country_data/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
Lines changed: 37 additions & 37 deletions
Loading
Lines changed: 35 additions & 35 deletions
Loading
Lines changed: 37 additions & 37 deletions
Loading
Lines changed: 35 additions & 35 deletions
Loading

dev/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
plot(times, exposed, label="exposed")
1717
plot!(times, hosp, label="hosp")
1818
xlabel!("Time (days)")
19-
ylabel!(&quot;# individuals&quot;)</code></pre><img src="index-a25d4155.svg" alt="Example block output"/><pre><code class="language-julia hljs"># plot recorded Rt
19+
ylabel!(&quot;# individuals&quot;)</code></pre><img src="index-2056bf2c.svg" alt="Example block output"/><pre><code class="language-julia hljs"># plot recorded Rt
2020
vecRt = Daedalus.Outputs.get_values(data, &quot;Rt&quot;, 1)
2121
plot(times, vecRt, label=&quot;Rt&quot;)
2222
xlabel!(&quot;Time (days)&quot;)
23-
ylabel!(&quot;Rt&quot;)</code></pre><img src="index-2b92cec8.svg" alt="Example block output"/><h2 id="Running-Daedalus-for-a-specific-country"><a class="docs-heading-anchor" href="#Running-Daedalus-for-a-specific-country">Running Daedalus for a specific country</a><a id="Running-Daedalus-for-a-specific-country-1"></a><a class="docs-heading-anchor-permalink" href="#Running-Daedalus-for-a-specific-country" title="Permalink"></a></h2><p>Pass a country name string directly to <code>daedalus</code> to use country-specific demography, contact patterns, and workforce data.</p><pre><code class="language-julia hljs">using Daedalus
23+
ylabel!(&quot;Rt&quot;)</code></pre><img src="index-cf2af050.svg" alt="Example block output"/><h2 id="Running-Daedalus-for-a-specific-country"><a class="docs-heading-anchor" href="#Running-Daedalus-for-a-specific-country">Running Daedalus for a specific country</a><a id="Running-Daedalus-for-a-specific-country-1"></a><a class="docs-heading-anchor-permalink" href="#Running-Daedalus-for-a-specific-country" title="Permalink"></a></h2><p>Pass a country name string directly to <code>daedalus</code> to use country-specific demography, contact patterns, and workforce data.</p><pre><code class="language-julia hljs">using Daedalus
2424
using Plots
2525

2626
# Run the model using UK demography and contact patterns
@@ -34,10 +34,10 @@
3434
plot!(times_uk, hosp_uk, label = &quot;hospitalised&quot;)
3535
xlabel!(&quot;Time (days)&quot;)
3636
ylabel!(&quot;# individuals&quot;)
37-
title!(&quot;United Kingdom — SEIR dynamics&quot;)</code></pre><img src="index-dfc1565b.svg" alt="Example block output"/><pre><code class="language-julia hljs"># Effective reproduction number over time
37+
title!(&quot;United Kingdom — SEIR dynamics&quot;)</code></pre><img src="index-7ed51313.svg" alt="Example block output"/><pre><code class="language-julia hljs"># Effective reproduction number over time
3838
rt_uk = Daedalus.Outputs.get_values(data_uk, &quot;Rt&quot;, 1)
3939
plot(times_uk, rt_uk, label = &quot;Rt&quot;, color = :red)
4040
hline!([1.0], linestyle = :dash, color = :black, label = &quot;Rt = 1&quot;)
4141
xlabel!(&quot;Time (days)&quot;)
4242
ylabel!(&quot;Rt&quot;)
43-
title!(&quot;United Kingdom — effective reproduction number&quot;)</code></pre><img src="index-aeef5574.svg" alt="Example block output"/><p>See <a href="country_data/#Country-and-pathogen-data">Country and pathogen data</a> for a full overview of the bundled data and how to use pathogen-specific parameters.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="npis/">Implementing interventions »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.17.0 on <span class="colophon-date" title="Wednesday 4 March 2026 08:13">Wednesday 4 March 2026</span>. Using Julia version 1.12.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
43+
title!(&quot;United Kingdom — effective reproduction number&quot;)</code></pre><img src="index-98f062ea.svg" alt="Example block output"/><p>See <a href="country_data/#Country-and-pathogen-data">Country and pathogen data</a> for a full overview of the bundled data and how to use pathogen-specific parameters.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="npis/">Implementing interventions »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.17.0 on <span class="colophon-date" title="Wednesday 4 March 2026 08:18">Wednesday 4 March 2026</span>. Using Julia version 1.12.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 commit comments

Comments
 (0)