Skip to content

Commit

Permalink
build based on 62d1f78
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Jun 3, 2024
1 parent e9b4db5 commit a884a3f
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion previews/PR52/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.3","generation_timestamp":"2024-05-31T05:23:14","documenter_version":"1.4.1"}}
{"documenter":{"julia_version":"1.10.3","generation_timestamp":"2024-06-03T06:56:53","documenter_version":"1.4.1"}}
4 changes: 2 additions & 2 deletions previews/PR52/getting-started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
ENV["RESULTS"] = string(mat_sum)
"""
sha256(project_toml) = 93a83d60d4a9c6a3d1438259fd506929eaad296b7e112e886b305781b85cb85b
sha256(manifest_toml) = b4ed6fc79442e65d378dbeb76a0034cb1e9d4b60681f6d45bea6a97fa77c4be3</code></pre><div class="admonition is-info"><header class="admonition-header">Job environment</header><div class="admonition-body"><p>In most cases, you also submit a Julia package environment (i.e. <code>Project.toml</code> and <code>Manifest.toml</code> files together with a job). That environment then gets instantiated before the user-provided code is run.</p><p>The <a href="../reference/job-submission/#JuliaHub.@script_str"><code>script&quot;&quot;</code></a> string macro, by default, attaches the currently active environment to the job. This means that any packages that you are currently using should also be available on the job (although only registered packages added as non-development dependencies will work). You can use <code>Base.active_project()</code> or <code>pkg&gt; status</code> to see what environment is currently active.</p></div></div><p>To submit a job, you can simply call <a href="../reference/job-submission/#JuliaHub.submit_job"><code>submit_job</code></a> on it.</p><pre><code class="language-julia-repl hljs" style="display:block;">julia&gt; j = JuliaHub.submit_job(s)</code><code class="nohighlight hljs ansi" style="display:block;"><span class="sgr1">JuliaHub.Job</span>: jr-xf4tslavut (Submitted)
sha256(manifest_toml) = 9bcc174dddab3db131c98b296be804b77f2c4720ca649feb9eb25039822ec5d5</code></pre><div class="admonition is-info"><header class="admonition-header">Job environment</header><div class="admonition-body"><p>In most cases, you also submit a Julia package environment (i.e. <code>Project.toml</code> and <code>Manifest.toml</code> files together with a job). That environment then gets instantiated before the user-provided code is run.</p><p>The <a href="../reference/job-submission/#JuliaHub.@script_str"><code>script&quot;&quot;</code></a> string macro, by default, attaches the currently active environment to the job. This means that any packages that you are currently using should also be available on the job (although only registered packages added as non-development dependencies will work). You can use <code>Base.active_project()</code> or <code>pkg&gt; status</code> to see what environment is currently active.</p></div></div><p>To submit a job, you can simply call <a href="../reference/job-submission/#JuliaHub.submit_job"><code>submit_job</code></a> on it.</p><pre><code class="language-julia-repl hljs" style="display:block;">julia&gt; j = JuliaHub.submit_job(s)</code><code class="nohighlight hljs ansi" style="display:block;"><span class="sgr1">JuliaHub.Job</span>: jr-xf4tslavut (Submitted)
submitted: 2023-03-15T07:56:50.974+00:00
started: 2023-03-15T07:56:51.251+00:00
finished: 2023-03-15T07:56:59.000+00:00</code></pre><p>The <a href="../reference/job-submission/#JuliaHub.submit_job"><code>submit_job</code></a> function also allows you to specify configure how the job gets run, such as how many CPUs or how much memory it has available. By default, though, it runs your code on a single node, picking the smallest instance that is available.</p><p>At this point, if you go to the &quot;Jobs&quot; page web UI, you should see the job there. It may take a few moments to actually start running. You can also call <a href="../reference/jobs/#JuliaHub.job"><code>job</code></a> on the returned <a href="../reference/jobs/#JuliaHub.Job"><code>Job</code></a> object to refresh the status of the job.</p><pre><code class="language-julia-repl hljs" style="display:block;">julia&gt; j = JuliaHub.job(j)</code><code class="nohighlight hljs ansi" style="display:block;"><span class="sgr1">JuliaHub.Job</span>: jr-xf4tslavut (Running)
Expand All @@ -63,4 +63,4 @@
startOnLoad: true,
theme: "neutral"
});
</script></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../guides/authentication/">Authentication »</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></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.1 on <span class="colophon-date" title="Friday 31 May 2024 05:23">Friday 31 May 2024</span>. Using Julia version 1.10.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
</script></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../guides/authentication/">Authentication »</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></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.1 on <span class="colophon-date" title="Monday 3 June 2024 06:56">Monday 3 June 2024</span>. Using Julia version 1.10.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion previews/PR52/guides/authentication/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
startOnLoad: true,
theme: "neutral"
});
</script></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../getting-started/">« Getting Started</a><a class="docs-footer-nextpage" href="../datasets/">Datasets »</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></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.1 on <span class="colophon-date" title="Friday 31 May 2024 05:23">Friday 31 May 2024</span>. Using Julia version 1.10.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
</script></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../getting-started/">« Getting Started</a><a class="docs-footer-nextpage" href="../datasets/">Datasets »</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></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.1 on <span class="colophon-date" title="Monday 3 June 2024 06:56">Monday 3 June 2024</span>. Using Julia version 1.10.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion previews/PR52/guides/datasets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@
startOnLoad: true,
theme: "neutral"
});
</script></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../authentication/">« Authentication</a><a class="docs-footer-nextpage" href="../jobs/">Jobs »</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></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.1 on <span class="colophon-date" title="Friday 31 May 2024 05:23">Friday 31 May 2024</span>. Using Julia version 1.10.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
</script></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../authentication/">« Authentication</a><a class="docs-footer-nextpage" href="../jobs/">Jobs »</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></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.1 on <span class="colophon-date" title="Monday 3 June 2024 06:56">Monday 3 June 2024</span>. Using Julia version 1.10.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit a884a3f

Please sign in to comment.