Skip to content

Commit

Permalink
build based on f839b67
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Sep 12, 2024
1 parent 79fe002 commit 5af58df
Show file tree
Hide file tree
Showing 44 changed files with 1,453 additions and 1,133 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.4","generation_timestamp":"2024-07-29T11:59:33","documenter_version":"1.5.0"}}
{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-12T04:37:16","documenter_version":"1.7.0"}}
18 changes: 9 additions & 9 deletions dev/API/blocks/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/API/electrical/index.html

Large diffs are not rendered by default.

34 changes: 32 additions & 2 deletions dev/API/hydraulic/index.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions dev/API/linear_analysis/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/API/magnetic/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/API/mechanical/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/API/thermal/index.html

Large diffs are not rendered by default.

682 changes: 468 additions & 214 deletions dev/assets/Manifest.toml

Large diffs are not rendered by default.

53 changes: 29 additions & 24 deletions dev/assets/documenter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dev/assets/themes/catppuccin-frappe.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/assets/themes/catppuccin-latte.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/assets/themes/catppuccin-macchiato.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/assets/themes/catppuccin-mocha.css

Large diffs are not rendered by default.

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.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions dev/connectors/connections/92bcf065.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions dev/connectors/connections/cc4a60cd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 0 additions & 56 deletions dev/connectors/connections/e2afec11.svg

This file was deleted.

48 changes: 0 additions & 48 deletions dev/connectors/connections/f58b02b2.svg

This file was deleted.

20 changes: 12 additions & 8 deletions dev/connectors/connections/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dev/connectors/sign_convention/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
end
@mtkbuild sys = System()
full_equations(sys)</code></pre><p class="math-container">\[ \begin{align}
\frac{\mathrm{d} mass_{+}v\left( t \right)}{\mathrm{d}t} =&amp; \frac{force_{+}f}{mass_{+}m}
\frac{\mathrm{d} mass_{+}v\left( t \right)}{\mathrm{d}t} &amp;= \frac{force_{+}f}{mass_{+}m}
\end{align}
\]</p><h2 id="Electrical"><a class="docs-heading-anchor" href="#Electrical">Electrical</a><a id="Electrical-1"></a><a class="docs-heading-anchor-permalink" href="#Electrical" title="Permalink"></a></h2><p>The flow variable (i.e. current) input component for the <code>Electrical</code> domain is</p><pre><code class="language-julia hljs">using ModelingToolkitStandardLibrary.Electrical

Expand Down Expand Up @@ -68,7 +68,7 @@
end
@mtkbuild sys = System()
full_equations(sys)</code></pre><p class="math-container">\[ \begin{align}
\frac{\mathrm{d} capacitor_{+}v\left( t \right)}{\mathrm{d}t} =&amp; \frac{current_{+}i}{capacitor_{+}C}
\frac{\mathrm{d} capacitor_{+}v\left( t \right)}{\mathrm{d}t} &amp;= \frac{current_{+}i}{capacitor_{+}C}
\end{align}
\]</p><p>Reversing the pins gives the same result</p><pre><code class="language-julia hljs">@mtkmodel System begin
@components begin
Expand All @@ -83,7 +83,7 @@
end
@mtkbuild sys = System()
full_equations(sys)</code></pre><p class="math-container">\[ \begin{align}
\frac{\mathrm{d} capacitor_{+}v\left( t \right)}{\mathrm{d}t} =&amp; \frac{current_{+}i}{capacitor_{+}C}
\frac{\mathrm{d} capacitor_{+}v\left( t \right)}{\mathrm{d}t} &amp;= \frac{current_{+}i}{capacitor_{+}C}
\end{align}
\]</p><h2 id="Hydraulic"><a class="docs-heading-anchor" href="#Hydraulic">Hydraulic</a><a id="Hydraulic-1"></a><a class="docs-heading-anchor-permalink" href="#Hydraulic" title="Permalink"></a></h2><p>The flow variable (i.e. mass flow) input component for the <code>Hydraulic</code> domain is</p><pre><code class="language-julia hljs">using ModelingToolkitStandardLibrary.Hydraulic.IsothermalCompressible

Expand Down Expand Up @@ -113,4 +113,4 @@
full_equations(sys) |&gt; first</code></pre><p class="math-container">\[ \begin{equation}
\frac{\mathrm{d} volume_{+}rho\left( t \right)}{\mathrm{d}t} = \frac{flow_{+}dm}{volume_{+}vol}
\end{equation}
\]</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../connections/">« Theory</a><a class="docs-footer-nextpage" href="../../API/blocks/">Basic Blocks »</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.5.0 on <span class="colophon-date" title="Monday 29 July 2024 11:59">Monday 29 July 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
\]</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../connections/">« Theory</a><a class="docs-footer-nextpage" href="../../API/blocks/">Basic Blocks »</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.7.0 on <span class="colophon-date" title="Thursday 12 September 2024 04:36">Thursday 12 September 2024</span>. Using Julia version 1.10.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit 5af58df

Please sign in to comment.