Skip to content

Commit

Permalink
build based on 9bf234c
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Nov 19, 2023
1 parent fb566bd commit fcab48f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/IsothermData/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
)</code></pre><p>Container for all data relevant to isotherms.</p><p>Data specific to each component and step are organized in matrix format with columns representing components and rows representing steps i.e., with s -&gt; step and c -&gt; component:</p><pre><code class="nohighlight hljs"> [ s1c1 s1c2 s1c3 ...
s2c1 s2c2 s2c3 ...
s3c1 s3c2 s3c3 ...
... ... ... ... ]</code></pre><p><strong>Inputs</strong></p><p>Inputs can be vectors of vectors e.g., <code>partial_pressures_mpa = [[component_1-step_1, component_1-step_2, ...], [component_2-step_1, component_2-step_2, ...], ...]</code> Or, if only one component is present, only a vector e.g., <code>[step_1, step_2, ...]</code></p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Boxylmer/MembraneBase.jl/blob/497e5ac360a8c2090606a4d7aac0eace8fe2323b/src/DataTypes/isotherm.jl#L2-L22">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../TransientStepData/">Transient Step Data »</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="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 0.27.25 on <span class="colophon-date" title="Sunday 19 November 2023 22:32">Sunday 19 November 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
... ... ... ... ]</code></pre><p><strong>Inputs</strong></p><p>Inputs can be vectors of vectors e.g., <code>partial_pressures_mpa = [[component_1-step_1, component_1-step_2, ...], [component_2-step_1, component_2-step_2, ...], ...]</code> Or, if only one component is present, only a vector e.g., <code>[step_1, step_2, ...]</code></p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Boxylmer/MembraneBase.jl/blob/9bf234cece8d0ebcdad209c935ce2ee5923530f7/src/DataTypes/isotherm.jl#L2-L22">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../TransientStepData/">Transient Step Data »</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="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 0.27.25 on <span class="colophon-date" title="Sunday 19 November 2023 22:37">Sunday 19 November 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit fcab48f

Please sign in to comment.