Skip to content

Commit

Permalink
build based on ed4306e
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Dec 7, 2023
1 parent 52e9089 commit 81c6a4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.9.4","generation_timestamp":"2023-11-19T21:00:41","documenter_version":"1.1.2"}}
{"documenter":{"julia_version":"1.9.4","generation_timestamp":"2023-12-07T13:14:16","documenter_version":"1.2.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.

2 changes: 1 addition & 1 deletion dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,4 @@
"files.eol": "\n"
},
}</code></pre><p>Additionally, you may find the <a href="https://github.com/julia-vscode/julia-vscode">Julia VS-Code plugin</a> useful.</p><h3 id="JuliaFormatter"><a class="docs-heading-anchor" href="#JuliaFormatter">JuliaFormatter</a><a id="JuliaFormatter-1"></a><a class="docs-heading-anchor-permalink" href="#JuliaFormatter" title="Permalink"></a></h3><p><strong>Note: the</strong> <code>sciml</code> <strong>style is only available in</strong> <code>JuliaFormatter v1.0</code> <strong>or later</strong></p><p>One can add <code>.JuliaFormatter.toml</code> with the content</p><pre><code class="language-toml hljs">style = &quot;sciml&quot;</code></pre><p>in the root of a repository, and run</p><pre><code class="language-julia hljs">using JuliaFormatter, SomePackage
format(joinpath(dirname(pathof(SomePackage)), &quot;..&quot;))</code></pre><p>to format the package automatically.</p><p>Add <a href="https://github.com/SciML/ModelingToolkit.jl/blob/master/.github/workflows/FormatCheck.yml">FormatCheck.yml</a> to enable the formatting CI. The CI will fail if the repository needs additional formatting. Thus, one should run <code>format</code> before committing.</p><h1 id="References"><a class="docs-heading-anchor" href="#References">References</a><a id="References-1"></a><a class="docs-heading-anchor-permalink" href="#References" title="Permalink"></a></h1><p>Many of these style choices were derived from the <a href="https://docs.julialang.org/en/v1/manual/style-guide/">Julia style guide</a>, the <a href="https://github.com/jrevels/YASGuide">YASGuide</a>, and the <a href="https://github.com/invenia/BlueStyle#module-imports">Blue style guide</a>. Additionally, many tips and requirements from the <a href="https://juliahub.com/company/resources/white-papers/secure-julia-coding-practices/index.html">JuliaHub Secure Coding Practices</a> manual were incorporated into this style.</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="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.1.2 on <span class="colophon-date" title="Sunday 19 November 2023 21:00">Sunday 19 November 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
format(joinpath(dirname(pathof(SomePackage)), &quot;..&quot;))</code></pre><p>to format the package automatically.</p><p>Add <a href="https://github.com/SciML/ModelingToolkit.jl/blob/master/.github/workflows/FormatCheck.yml">FormatCheck.yml</a> to enable the formatting CI. The CI will fail if the repository needs additional formatting. Thus, one should run <code>format</code> before committing.</p><h1 id="References"><a class="docs-heading-anchor" href="#References">References</a><a id="References-1"></a><a class="docs-heading-anchor-permalink" href="#References" title="Permalink"></a></h1><p>Many of these style choices were derived from the <a href="https://docs.julialang.org/en/v1/manual/style-guide/">Julia style guide</a>, the <a href="https://github.com/jrevels/YASGuide">YASGuide</a>, and the <a href="https://github.com/invenia/BlueStyle#module-imports">Blue style guide</a>. Additionally, many tips and requirements from the <a href="https://juliahub.com/company/resources/white-papers/secure-julia-coding-practices/index.html">JuliaHub Secure Coding Practices</a> manual were incorporated into this style.</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="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Thursday 7 December 2023 13:14">Thursday 7 December 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 comments on commit 81c6a4b

Please sign in to comment.