Skip to content

Commit

Permalink
build based on e77459b
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Aug 6, 2023
1 parent 5163ccd commit ca85306
Show file tree
Hide file tree
Showing 51 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion dev/benchmark/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/contributing/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>Contributing · Vlasiator.jl</title><script data-outdated-warner src="../assets/warner.js"></script><link rel="canonical" href="https://henry2004y.github.io/Vlasiator.jl/contributing/"/><link href="https://cdnjs.cloudflare.com/ajax/libs/lato-font/3.0.0/css/lato-font.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/juliamono/0.045/juliamono.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/fontawesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/solid.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/brands.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.13.24/katex.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL=".."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js" data-main="../assets/documenter.js"></script><script src="../siteinfo.js"></script><script src="../../versions.js"></script><link class="docs-theme-link" rel="stylesheet" type="text/css" href="../assets/themes/documenter-dark.css" data-theme-name="documenter-dark" data-theme-primary-dark/><link class="docs-theme-link" rel="stylesheet" type="text/css" href="../assets/themes/documenter-light.css" data-theme-name="documenter-light" data-theme-primary/><script src="../assets/themeswap.js"></script><link href="../democards/gridtheme.css" rel="stylesheet" type="text/css"/></head><body><div id="documenter"><nav class="docs-sidebar"><a class="docs-logo" href="../"><img src="../assets/logo.png" alt="Vlasiator.jl logo"/></a><form class="docs-search" action="../search/"><input class="docs-search-query" id="documenter-search-query" name="q" type="text" placeholder="Search docs"/></form><ul class="docs-menu"><li><a class="tocitem" href="../">Home</a></li><li><a class="tocitem" href="../manual/">User Guide</a></li><li><a class="tocitem" href="../examples/">Examples</a></li><li><a class="tocitem" href="../python/">Calling from Python</a></li><li><a class="tocitem" href="../gallery/">Gallery</a></li><li><a class="tocitem" href="../benchmark/">Benchmarks</a></li><li><a class="tocitem" href="../internal/">API Reference</a></li><li class="is-active"><a class="tocitem" href>Contributing</a><ul class="internal"><li><a class="tocitem" href="#Reporting-issues"><span>Reporting issues</span></a></li><li><a class="tocitem" href="#Feature-requests"><span>Feature requests</span></a></li><li><a class="tocitem" href="#Code-contribution"><span>Code contribution</span></a></li></ul></li><li><a class="tocitem" href="../log/">FAQ</a></li></ul><div class="docs-version-selector field has-addons"><div class="control"><span class="docs-label button is-static is-size-7">Version</span></div><div class="docs-selector control is-expanded"><div class="select is-fullwidth is-size-7"><select id="documenter-version-selector"></select></div></div></div></nav><div class="docs-main"><header class="docs-navbar"><nav class="breadcrumb"><ul class="is-hidden-mobile"><li class="is-active"><a href>Contributing</a></li></ul><ul class="is-hidden-tablet"><li class="is-active"><a href>Contributing</a></li></ul></nav><div class="docs-right"><a class="docs-edit-link" href="https://github.com/henry2004y/Vlasiator.jl/blob/master/docs/src/contributing.md#L" title="Edit on GitHub"><span class="docs-icon fab"></span><span class="docs-label is-hidden-touch">Edit on GitHub</span></a><a class="docs-settings-button fas fa-cog" id="documenter-settings-button" href="#" title="Settings"></a><a class="docs-sidebar-button fa fa-bars is-hidden-desktop" id="documenter-sidebar-button" href="#"></a></div></header><article class="content" id="documenter-page"><h1 id="Contributing"><a class="docs-heading-anchor" href="#Contributing">Contributing</a><a id="Contributing-1"></a><a class="docs-heading-anchor-permalink" href="#Contributing" title="Permalink"></a></h1><ul><li>Try to explain your contribution with simple language.</li><li>References are always welcome.</li><li>Follow the coding standards in the source.</li></ul><h2 id="Reporting-issues"><a class="docs-heading-anchor" href="#Reporting-issues">Reporting issues</a><a id="Reporting-issues-1"></a><a class="docs-heading-anchor-permalink" href="#Reporting-issues" title="Permalink"></a></h2><p>If you are experiencing issues or have discovered a bug, please <a href="https://github.com/henry2004y/Vlasiator.jl/issues">report it on GitHub</a>. To make the resolution process easier, please include the version of Julia and Vlasiator.jl in your writeup. These can be found with two commands:</p><pre><code class="language-julia hljs">julia&gt; versioninfo()
julia&gt; using Pkg; Pkg.status()</code></pre><h2 id="Feature-requests"><a class="docs-heading-anchor" href="#Feature-requests">Feature requests</a><a id="Feature-requests-1"></a><a class="docs-heading-anchor-permalink" href="#Feature-requests" title="Permalink"></a></h2><p>If you have suggestions of improvement or algorithms that you would like to see implemented in Vlasiator.jl, please open an <a href="https://github.com/henry2004y/Vlasiator.jl/issues">issue</a> on GitHub. Suggestions as well as feature requests are very welcome.</p><h2 id="Code-contribution"><a class="docs-heading-anchor" href="#Code-contribution">Code contribution</a><a id="Code-contribution-1"></a><a class="docs-heading-anchor-permalink" href="#Code-contribution" title="Permalink"></a></h2><p>If you have code that you would like to contribute to Vlasiator.jl, that is awesome! Please open an <a href="https://github.com/henry2004y/Vlasiator.jl/issues">issue</a> before you create the pull request on GitHub so that we make sure your idea is aligned with our goals for the project.</p><p>After your idea is discussed and revised by maintainers, please get the development version of the project by typing the following in the package manager:</p><pre><code class="language-julia hljs">] activate @dev</code></pre><p>This will create a fresh environment called <code>@dev</code> where you can play with the project components without compromising your normal user environment.</p><pre><code class="language-julia hljs">] dev Vlasiator</code></pre><p>This will clone all the project components in your <code>~/.julia</code> folder so that you can modify it and submit a pull request on GitHub later. Don&#39;t hesitate to ask questions. We are looking forward to your contributions.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../internal/">« API Reference</a><a class="docs-footer-nextpage" href="../log/">FAQ »</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="Wednesday 2 August 2023 07:32">Wednesday 2 August 2023</span>. Using Julia version 1.9.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
julia&gt; using Pkg; Pkg.status()</code></pre><h2 id="Feature-requests"><a class="docs-heading-anchor" href="#Feature-requests">Feature requests</a><a id="Feature-requests-1"></a><a class="docs-heading-anchor-permalink" href="#Feature-requests" title="Permalink"></a></h2><p>If you have suggestions of improvement or algorithms that you would like to see implemented in Vlasiator.jl, please open an <a href="https://github.com/henry2004y/Vlasiator.jl/issues">issue</a> on GitHub. Suggestions as well as feature requests are very welcome.</p><h2 id="Code-contribution"><a class="docs-heading-anchor" href="#Code-contribution">Code contribution</a><a id="Code-contribution-1"></a><a class="docs-heading-anchor-permalink" href="#Code-contribution" title="Permalink"></a></h2><p>If you have code that you would like to contribute to Vlasiator.jl, that is awesome! Please open an <a href="https://github.com/henry2004y/Vlasiator.jl/issues">issue</a> before you create the pull request on GitHub so that we make sure your idea is aligned with our goals for the project.</p><p>After your idea is discussed and revised by maintainers, please get the development version of the project by typing the following in the package manager:</p><pre><code class="language-julia hljs">] activate @dev</code></pre><p>This will create a fresh environment called <code>@dev</code> where you can play with the project components without compromising your normal user environment.</p><pre><code class="language-julia hljs">] dev Vlasiator</code></pre><p>This will clone all the project components in your <code>~/.julia</code> folder so that you can modify it and submit a pull request on GitHub later. Don&#39;t hesitate to ask questions. We are looking forward to your contributions.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../internal/">« API Reference</a><a class="docs-footer-nextpage" href="../log/">FAQ »</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 6 August 2023 04:32">Sunday 6 August 2023</span>. Using Julia version 1.9.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@
<div class="grid-card-cover">
<div class="grid-card-description"><p>This demo shows how to plot vector components</p></div><p><a href="visualization/demo_vector_pyplot/#demo_vector_comps"><img src="covers/democards_logo.svg" alt="card-cover-image"/></a></p></div>
<div class="grid-card-text"><p><a href="visualization/demo_vector_pyplot/#demo_vector_comps">Vector components</a></p></div>
</div></div><hr/></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../manual/">« User Guide</a><a class="docs-footer-nextpage" href="../python/">Calling from Python »</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="Wednesday 2 August 2023 07:32">Wednesday 2 August 2023</span>. Using Julia version 1.9.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
</div></div><hr/></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../manual/">« User Guide</a><a class="docs-footer-nextpage" href="../python/">Calling from Python »</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 6 August 2023 04:32">Sunday 6 August 2023</span>. Using Julia version 1.9.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/examples/postprocess/demo_convert2vti/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
Threads.@threads for file in files
@info file, Threads.threadid()
write_vtk(file; vti=true)
end</code></pre><hr/><p><em>This page was generated using <a href="https://github.com/johnnychen94/DemoCards.jl">DemoCards.jl</a>.</em></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></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="Wednesday 2 August 2023 07:32">Wednesday 2 August 2023</span>. Using Julia version 1.9.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
end</code></pre><hr/><p><em>This page was generated using <a href="https://github.com/johnnychen94/DemoCards.jl">DemoCards.jl</a>.</em></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></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 6 August 2023 04:32">Sunday 6 August 2023</span>. Using Julia version 1.9.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/examples/postprocess/demo_em_extract_slice/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@
jldsave(outdir*outfile; E, B, n, v, p)
end

main()</code></pre><hr/><p><em>This page was generated using <a href="https://github.com/johnnychen94/DemoCards.jl">DemoCards.jl</a>.</em></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></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="Wednesday 2 August 2023 07:32">Wednesday 2 August 2023</span>. Using Julia version 1.9.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
main()</code></pre><hr/><p><em>This page was generated using <a href="https://github.com/johnnychen94/DemoCards.jl">DemoCards.jl</a>.</em></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></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 6 August 2023 04:32">Sunday 6 August 2023</span>. Using Julia version 1.9.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit ca85306

Please sign in to comment.