Skip to content

Commit d61ac43

Browse files
author
Documenter.jl
committed
build based on 6089047
1 parent c06eec4 commit d61ac43

File tree

12 files changed

+262
-329
lines changed

12 files changed

+262
-329
lines changed

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.11.4","generation_timestamp":"2025-04-11T10:47:19","documenter_version":"1.10.1"}}
1+
{"documenter":{"julia_version":"1.11.5","generation_timestamp":"2025-04-28T05:44:30","documenter_version":"1.10.2"}}

dev/api/index.html

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

dev/assets/Manifest.toml

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

dev/complete_sii/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,14 @@
271271
0.75
272272
1.5
273273
2.0</code></pre><pre><code class="language-julia hljs">idxs = @show rand(Bool, 11) # boolean mask for indexing
274-
sol.ps[:b, idxs]</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">6-element Vector{Float64}:
275-
0.25
274+
sol.ps[:b, idxs]</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">7-element Vector{Float64}:
275+
0.5
276276
0.75
277277
1.0
278+
1.25
278279
1.5
279-
1.75
280-
2.5</code></pre><pre><code class="language-julia hljs">sol.ps[[:a, :b]] # :a has the same value at all time points</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">11-element Vector{Vector{Float64}}:
280+
2.5
281+
2.75</code></pre><pre><code class="language-julia hljs">sol.ps[[:a, :b]] # :a has the same value at all time points</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">11-element Vector{Vector{Float64}}:
281282
[4.2, 0.25]
282283
[4.2, 0.5]
283284
[4.2, 0.75]
@@ -353,4 +354,4 @@
353354
if all(x -&gt; symbolic_type(x) === NotSymbolic(), expr.args)
354355
return expr.op(expr.args...)
355356
end
356-
end</code></pre><p>Note the evaluation of the operation if all of the arguments are not symbolic. This is required since <code>symbolic_evaluate</code> must return an evaluated value if all symbolic variables are substituted.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../simple_sii_sys/">« Simple Demonstration of a Symbolic System Structure</a><a class="docs-footer-nextpage" href="../solution_wrappers/">Defining Solution Wrapper Fallbacks »</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.10.1 on <span class="colophon-date" title="Friday 11 April 2025 10:47">Friday 11 April 2025</span>. Using Julia version 1.11.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
357+
end</code></pre><p>Note the evaluation of the operation if all of the arguments are not symbolic. This is required since <code>symbolic_evaluate</code> must return an evaluated value if all symbolic variables are substituted.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../simple_sii_sys/">« Simple Demonstration of a Symbolic System Structure</a><a class="docs-footer-nextpage" href="../solution_wrappers/">Defining Solution Wrapper Fallbacks »</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.10.2 on <span class="colophon-date" title="Monday 28 April 2025 05:44">Monday 28 April 2025</span>. Using Julia version 1.11.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 commit comments

Comments
 (0)