Skip to content

Commit 923e3c2

Browse files
author
Documenter.jl
committed
build based on e41d4e2
1 parent 11aae25 commit 923e3c2

12 files changed

Lines changed: 40 additions & 37 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":{"documenter_version":"1.17.0","generation_timestamp":"2026-04-15T20:53:58","julia_version":"1.12.6"}}
1+
{"documenter":{"documenter_version":"1.17.0","generation_timestamp":"2026-04-19T08:10:32","julia_version":"1.12.6"}}

dev/examples/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
v_a=v_a,
3434
title="Rectangular Wing",
3535
is_show=true,
36-
)</code></pre><h2 id="More-examples"><a class="docs-heading-anchor" href="#More-examples">More examples</a><a id="More-examples-1"></a><a class="docs-heading-anchor-permalink" href="#More-examples" title="Permalink"></a></h2><p>From the examples environment (<code>julia --project=examples</code>), you can execute more examples by typing:</p><pre><code class="language-julia hljs">julia&gt; include(&quot;examples/menu.jl&quot;)</code></pre><p>You should see the following menu:</p><pre><code class="nohighlight hljs">Choose function to execute or `q` to quit:
36+
)</code></pre><h2 id="More-examples"><a class="docs-heading-anchor" href="#More-examples">More examples</a><a id="More-examples-1"></a><a class="docs-heading-anchor-permalink" href="#More-examples" title="Permalink"></a></h2><p>After launching Julia with (<code>jl</code>), you can execute more examples by typing:</p><pre><code class="language-julia hljs">julia&gt; include(&quot;examples/menu.jl&quot;)</code></pre><p>or, you prefer to use the ControlPlots library:</p><pre><code class="language-julia hljs">julia&gt; include(&quot;examples_cp/menu_cp.jl&quot;)</code></pre><p>You should see the following menu:</p><pre><code class="language-text hljs">Choose function to execute or `q` to quit:
3737
&gt; V3_kite = include(&quot;V3_kite.jl&quot;)
3838
billowing = include(&quot;billowing.jl&quot;)
3939
pyramid_model = include(&quot;pyramid_model.jl&quot;)
@@ -42,4 +42,4 @@
4242
stall_model = include(&quot;stall_model.jl&quot;)
4343
bench = include(&quot;bench.jl&quot;)
4444
cleanup = include(&quot;cleanup.jl&quot;)
45-
quit</code></pre><p>You can select one of the examples using the <code>&lt;UP&gt;</code> and <code>&lt;DOWN&gt;</code> keys. Press <code>&lt;ENTER&gt;</code> to run the selected example.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../explanation/">« How it works</a><a class="docs-footer-nextpage" href="../functions/">Exported Functions »</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 15 April 2026 20:53">Wednesday 15 April 2026</span>. Using Julia version 1.12.6.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
45+
quit</code></pre><p>You can select one of the examples using the <code>&lt;UP&gt;</code> and <code>&lt;DOWN&gt;</code> keys. Press <code>&lt;ENTER&gt;</code> to run the selected example.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../explanation/">« How it works</a><a class="docs-footer-nextpage" href="../functions/">Exported Functions »</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="Sunday 19 April 2026 08:10">Sunday 19 April 2026</span>. Using Julia version 1.12.6.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

dev/explanation/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)