Skip to content

Commit

Permalink
build based on 0bfe1e2
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed May 15, 2024
1 parent 732f987 commit dbdc85e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-04-09T13:41:12","documenter_version":"1.3.0"}}
{"documenter":{"julia_version":"1.10.3","generation_timestamp":"2024-05-15T09:13:28","documenter_version":"1.4.1"}}
2 changes: 1 addition & 1 deletion dev/assets/themes/documenter-dark.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/assets/themes/documenter-light.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
)
)</code></pre><p>An instance of <code>RootArchitecture</code> system is created with an instance of <code>Pot</code> describing a boundary of root growth.</p><pre><code class="language-julia hljs">b = instance(CropRootBox.Pot)
s = instance(CropRootBox.RootArchitecture; config, options = (; box = b), seed = 0)
r = simulate!(s, stop = 100u&quot;d&quot;)</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi"><span class="sgr32">Progress: 0%[&gt; ] ETA: 1:04:10 ( 1.61 s/it)</span><span class="sgr32">Progress: 0%[&gt; ] ETA: 0:29:56 ( 0.75 s/it)</span><span class="sgr32">Progress: 1%[&gt; ] ETA: 0:15:32 ( 0.39 s/it)</span><span class="sgr32">Progress: 15%[====&gt; ] ETA: 0:00:54 (26.30 ms/it)</span><span class="sgr32">Progress: 38%[==========&gt; ] ETA: 0:00:17 (11.50 ms/it)</span><span class="sgr32">Progress: 89%[========================&gt; ] ETA: 0:00:01 ( 5.42 ms/it)</span><span class="sgr32">Progress: 100%[===========================] Time: 0:00:11 ( 4.92 ms/it)</span></code></pre><p>After 100 days of simulation, we can draw a rendering of root structure bounded in the pot.</p><pre><code class="language-julia hljs">using GLMakie
r = simulate!(s, stop = 100u&quot;d&quot;)</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi"><span class="sgr32">Progress: 0%[&gt; ] ETA: 0:48:08 ( 1.20 s/it)</span><span class="sgr32">Progress: 0%[&gt; ] ETA: 0:24:57 ( 0.63 s/it)</span><span class="sgr32">Progress: 1%[&gt; ] ETA: 0:12:32 ( 0.32 s/it)</span><span class="sgr32">Progress: 16%[====&gt; ] ETA: 0:00:42 (20.98 ms/it)</span><span class="sgr32">Progress: 48%[============&gt; ] ETA: 0:00:10 ( 8.09 ms/it)</span><span class="sgr32">Progress: 100%[===========================] Time: 0:00:10 ( 4.27 ms/it)</span></code></pre><p>After 100 days of simulation, we can draw a rendering of root structure bounded in the pot.</p><pre><code class="language-julia hljs">using GLMakie
scn = CropRootBox.render(s)
GLMakie.save(&quot;root_maize.png&quot;, scn; size = (1600, 3200))</code></pre><p><img src="root_maize.png" alt/></p><p>For more information about using the framework such as <code>instance()</code> and <code>simulate()</code> functions, please refer to the <a href="http://cropbox.github.io/Cropbox.jl/stable/">Cropbox documentation</a>.</p></article><nav class="docs-footer"><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></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.3.0 on <span class="colophon-date" title="Tuesday 9 April 2024 13:41">Tuesday 9 April 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
GLMakie.save(&quot;root_maize.png&quot;, scn; size = (1600, 3200))</code></pre><p><img src="root_maize.png" alt/></p><p>For more information about using the framework such as <code>instance()</code> and <code>simulate()</code> functions, please refer to the <a href="http://cropbox.github.io/Cropbox.jl/stable/">Cropbox documentation</a>.</p></article><nav class="docs-footer"><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></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.1 on <span class="colophon-date" title="Wednesday 15 May 2024 09:13">Wednesday 15 May 2024</span>. Using Julia version 1.10.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Expand Down
Binary file modified dev/objects.inv
Binary file not shown.
Binary file modified dev/root_maize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dbdc85e

Please sign in to comment.