Skip to content

Commit

Permalink
build based on c8074a7
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Nov 19, 2024
1 parent 9e07c48 commit 83d7bb3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.11.1","generation_timestamp":"2024-11-19T22:26:38","documenter_version":"1.8.0"}}
{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-19T23:22:15","documenter_version":"1.8.0"}}
2 changes: 1 addition & 1 deletion dev/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/pages/changelog/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/pages/dev_docs/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/pages/manual___reference/api/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/pages/manual___reference/core_components/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/pages/tutorials/templates_1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,4 @@
# If `heat_from` is specified, we now have to account for two inputs.
set("_inputs", "{electricity: $(elec_from), heat: $(heat_from)}")
set("_conversion", "1 electricity + $(cop - 1) heat -> $(cop) heat")
end</code></pre></div></details><h2 id="Next-steps"><a class="docs-heading-anchor" href="#Next-steps">Next steps</a><a id="Next-steps-1"></a><a class="docs-heading-anchor-permalink" href="#Next-steps" title="Permalink"></a></h2><p>While the above template is already quite powerful, it can become hard to maintain and understand if it grows too large. In the next tutorial, we will cover how to separate the <code>functions</code> part of the template into a separate file, and later will see how this approach can then be extended even further (a concept that we call <code>Addon</code>s), which allows intercepting steps of the model build process.</p><p>But ... before we go there, let&#39;s start &quot;small&quot;. Check out the section <a href="@ref">Templates: Part II</a>, where we walk through the process of &quot;out-sourcing&quot; the <code>functions</code> part of the template.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../../">« Home</a><a class="docs-footer-nextpage" href="../../manual___reference/core_components/">Model formulation »</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.8.0 on <span class="colophon-date" title="Tuesday 19 November 2024 22:26">Tuesday 19 November 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
end</code></pre></div></details><h2 id="Next-steps"><a class="docs-heading-anchor" href="#Next-steps">Next steps</a><a id="Next-steps-1"></a><a class="docs-heading-anchor-permalink" href="#Next-steps" title="Permalink"></a></h2><p>While the above template is already quite powerful, it can become hard to maintain and understand if it grows too large. In the next tutorial, we will cover how to separate the <code>functions</code> part of the template into a separate file, and later will see how this approach can then be extended even further (a concept that we call <code>Addon</code>s), which allows intercepting steps of the model build process.</p><p>But ... before we go there, let&#39;s start &quot;small&quot;. Check out the section <a href="@ref">Templates: Part II</a>, where we walk through the process of &quot;out-sourcing&quot; the <code>functions</code> part of the template.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../../">« Home</a><a class="docs-footer-nextpage" href="../../manual___reference/core_components/">Model formulation »</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.8.0 on <span class="colophon-date" title="Tuesday 19 November 2024 23:22">Tuesday 19 November 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 comments on commit 83d7bb3

Please sign in to comment.