Skip to content

Commit

Permalink
build based on 8cd96a1
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Jan 20, 2024
1 parent 9145052 commit e3427ba
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 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.0","generation_timestamp":"2024-01-12T13:51:09","documenter_version":"1.2.1"}}
{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-01-20T03:07:23","documenter_version":"1.2.1"}}
2 changes: 1 addition & 1 deletion dev/apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@
│ %8 = Base.PROGRAM_FILE
│ value@_16 = %8
│ %10 = Base.repr(%8)
...</code></pre><h4 id="Preferences-in-app_dir/share/julia"><a class="docs-heading-anchor" href="#Preferences-in-app_dir/share/julia">Preferences in <code>&lt;app_dir&gt;/share/julia</code></a><a id="Preferences-in-app_dir/share/julia-1"></a><a class="docs-heading-anchor-permalink" href="#Preferences-in-app_dir/share/julia" title="Permalink"></a></h4><p>As described <a href="apps.html#app-preferences">above</a>, a TOML file with all preferences active during the compilation process will be stored with the app bundle. If your preferences may contain confidential information, you can either delete the <code>&lt;app_dir&gt;/share/julia/LocalPreferences.toml</code> file before distributing the app bundle, or suppress the preference file generation by passing <code>include_preferences=false</code> to <code>create_app</code>. Note, however, that if the preference file is not present, any preference loaded in your app at <em>runtime</em> will use their default value (or crash, if no default is provided).</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="sysimages.html">« Sysimages</a><a class="docs-footer-nextpage" href="libs.html">Libraries »</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><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="Friday 12 January 2024 13:51">Friday 12 January 2024</span>. Using Julia version 1.10.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
...</code></pre><h4 id="Preferences-in-app_dir/share/julia"><a class="docs-heading-anchor" href="#Preferences-in-app_dir/share/julia">Preferences in <code>&lt;app_dir&gt;/share/julia</code></a><a id="Preferences-in-app_dir/share/julia-1"></a><a class="docs-heading-anchor-permalink" href="#Preferences-in-app_dir/share/julia" title="Permalink"></a></h4><p>As described <a href="apps.html#app-preferences">above</a>, a TOML file with all preferences active during the compilation process will be stored with the app bundle. If your preferences may contain confidential information, you can either delete the <code>&lt;app_dir&gt;/share/julia/LocalPreferences.toml</code> file before distributing the app bundle, or suppress the preference file generation by passing <code>include_preferences=false</code> to <code>create_app</code>. Note, however, that if the preference file is not present, any preference loaded in your app at <em>runtime</em> will use their default value (or crash, if no default is provided).</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="sysimages.html">« Sysimages</a><a class="docs-footer-nextpage" href="libs.html">Libraries »</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><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="Saturday 20 January 2024 03:07">Saturday 20 January 2024</span>. Using Julia version 1.10.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/devdocs/binaries_part_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] real_main() at /home/kc/MyApp/MyApp.jl:21
[3] julia_main() at /home/kc/MyApp/MyApp.jl:7</code></pre><h3 id="macOS-considerations"><a class="docs-heading-anchor" href="#macOS-considerations">macOS considerations</a><a id="macOS-considerations-1"></a><a class="docs-heading-anchor-permalink" href="#macOS-considerations" title="Permalink"></a></h3><p>On macOS, instead of <code>$ORIGIN</code> for the <code>rpath</code>, use <code>@executable_path</code>.</p><h3 id="Windows-considerations"><a class="docs-heading-anchor" href="#Windows-considerations">Windows considerations</a><a id="Windows-considerations-1"></a><a class="docs-heading-anchor-permalink" href="#Windows-considerations" title="Permalink"></a></h3><p>On Windows, it is recommended to increase the size of the stack from the default 1 MB to 8MB which can be done by passing the <code>-Wl,--stack,8388608</code> flag. Windows doesn&#39;t have (at least in an as simple way as Linux and macOS) the concept of <code>rpath</code>. The goto solution is to either set the <code>PATH</code> environment variable to the Julia <code>bin</code> folder or alternatively copy paste all the libraries in the Julia <code>bin</code> folder so they sit next to the executable.</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="Friday 12 January 2024 13:51">Friday 12 January 2024</span>. Using Julia version 1.10.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
[3] julia_main() at /home/kc/MyApp/MyApp.jl:7</code></pre><h3 id="macOS-considerations"><a class="docs-heading-anchor" href="#macOS-considerations">macOS considerations</a><a id="macOS-considerations-1"></a><a class="docs-heading-anchor-permalink" href="#macOS-considerations" title="Permalink"></a></h3><p>On macOS, instead of <code>$ORIGIN</code> for the <code>rpath</code>, use <code>@executable_path</code>.</p><h3 id="Windows-considerations"><a class="docs-heading-anchor" href="#Windows-considerations">Windows considerations</a><a id="Windows-considerations-1"></a><a class="docs-heading-anchor-permalink" href="#Windows-considerations" title="Permalink"></a></h3><p>On Windows, it is recommended to increase the size of the stack from the default 1 MB to 8MB which can be done by passing the <code>-Wl,--stack,8388608</code> flag. Windows doesn&#39;t have (at least in an as simple way as Linux and macOS) the concept of <code>rpath</code>. The goto solution is to either set the <code>PATH</code> environment variable to the Julia <code>bin</code> folder or alternatively copy paste all the libraries in the Julia <code>bin</code> folder so they sit next to the executable.</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="Saturday 20 January 2024 03:07">Saturday 20 January 2024</span>. Using Julia version 1.10.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit e3427ba

Please sign in to comment.