Skip to content

Commit

Permalink
build based on 528fe85
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Mar 11, 2024
1 parent 2ce6ad5 commit 78e5581
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion previews/PR58/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-03-11T00:10:57","documenter_version":"1.3.0"}}
{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-03-11T00:19:12","documenter_version":"1.3.0"}}
8 changes: 4 additions & 4 deletions previews/PR58/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
inspectable true
linecolor MakieCore.Automatic()
linestyle "nothing"
linewidth 1.5</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGaussianProcesses/AbstractGPsMakie.jl/blob/9abeab9416eebc282d4f28c8c7e9c45e40f429c5/src/recipes/symband.jl#L1-L10">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="AbstractGPsMakie.symband!" href="#AbstractGPsMakie.symband!"><code>AbstractGPsMakie.symband!</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia hljs">symband(x, y, Δy; bandscale=1.0, kwargs...)
symband(xy, Δy; bandscale=1.0, kwargs...)</code></pre><p>Plot a symmetric band of radius <code>bandscale * Δy</code> around <code>(x, y)</code>.</p><p><strong>Attributes</strong></p><p>Available attributes and their defaults for <code>MakieCore.Combined{AbstractGPsMakie.symband!}</code> are: </p><pre><code class="nohighlight hljs"></code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGaussianProcesses/AbstractGPsMakie.jl/blob/9abeab9416eebc282d4f28c8c7e9c45e40f429c5/src/recipes/symband.jl#L1-L10">source</a></section></article><h3 id="Example"><a class="docs-heading-anchor" href="#Example">Example</a><a id="Example-1"></a><a class="docs-heading-anchor-permalink" href="#Example" title="Permalink"></a></h3><pre><code class="language-julia hljs">using AbstractGPsMakie
linewidth 1.5</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGaussianProcesses/AbstractGPsMakie.jl/blob/528fe85476f5ebfe8453a21356a04b276a4671bf/src/recipes/symband.jl#L1-L10">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="AbstractGPsMakie.symband!" href="#AbstractGPsMakie.symband!"><code>AbstractGPsMakie.symband!</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia hljs">symband(x, y, Δy; bandscale=1.0, kwargs...)
symband(xy, Δy; bandscale=1.0, kwargs...)</code></pre><p>Plot a symmetric band of radius <code>bandscale * Δy</code> around <code>(x, y)</code>.</p><p><strong>Attributes</strong></p><p>Available attributes and their defaults for <code>MakieCore.Combined{AbstractGPsMakie.symband!}</code> are: </p><pre><code class="nohighlight hljs"></code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGaussianProcesses/AbstractGPsMakie.jl/blob/528fe85476f5ebfe8453a21356a04b276a4671bf/src/recipes/symband.jl#L1-L10">source</a></section></article><h3 id="Example"><a class="docs-heading-anchor" href="#Example">Example</a><a id="Example-1"></a><a class="docs-heading-anchor-permalink" href="#Example" title="Permalink"></a></h3><pre><code class="language-julia hljs">using AbstractGPsMakie
using CairoMakie

x = 1:10
Expand All @@ -23,9 +23,9 @@
linestyle &quot;nothing&quot;
linewidth 1.5
orbit 0.0
samples 1</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGaussianProcesses/AbstractGPsMakie.jl/blob/9abeab9416eebc282d4f28c8c7e9c45e40f429c5/src/recipes/gpsample.jl#L1-L17">source</a></section><section><div><pre><code class="language-julia hljs">gpsample(x::AbstractVector, gp::AbstractGP; kwargs...)</code></pre><p>Plot sample(s) from the finite projection <code>gp(x, 1e-9)</code> along <code>x</code>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGaussianProcesses/AbstractGPsMakie.jl/blob/9abeab9416eebc282d4f28c8c7e9c45e40f429c5/src/recipes/gpsample.jl#L32-L36">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="AbstractGPsMakie.gpsample!" href="#AbstractGPsMakie.gpsample!"><code>AbstractGPsMakie.gpsample!</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia hljs">gpsample([x, ]gp::FiniteGP; samples=1, orbit=0.0, kwargs...)</code></pre><p>Plot sample(s) from the finite projection of the Gaussian process <code>gp</code> along <code>x</code>.</p><p>If <code>x</code> is not provided, it is set to <code>gp.x</code>.</p><p>The <code>orbit</code> keyword argument can be used to visualize a manifold of similar samples.<sup class="footnote-reference"><a id="citeref-PH2013" href="#footnote-PH2013">[PH2013]</a></sup> Values are mapped to the interval <span>$[0, 1)$</span> which correspond to angles in <span>$[0, 2\pi)$</span> on the great circle of samples.</p><p><strong>Attributes</strong></p><p>Available attributes and their defaults for <code>MakieCore.Combined{AbstractGPsMakie.gpsample!}</code> are: </p><pre><code class="nohighlight hljs"></code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGaussianProcesses/AbstractGPsMakie.jl/blob/9abeab9416eebc282d4f28c8c7e9c45e40f429c5/src/recipes/gpsample.jl#L1-L17">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="AbstractGPsMakie.gpsample-Tuple{AbstractVector, AbstractGPs.AbstractGP}" href="#AbstractGPsMakie.gpsample-Tuple{AbstractVector, AbstractGPs.AbstractGP}"><code>AbstractGPsMakie.gpsample</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">gpsample(x::AbstractVector, gp::AbstractGP; kwargs...)</code></pre><p>Plot sample(s) from the finite projection <code>gp(x, 1e-9)</code> along <code>x</code>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGaussianProcesses/AbstractGPsMakie.jl/blob/9abeab9416eebc282d4f28c8c7e9c45e40f429c5/src/recipes/gpsample.jl#L32-L36">source</a></section></article><h3 id="Example-2"><a class="docs-heading-anchor" href="#Example-2">Example</a><a class="docs-heading-anchor-permalink" href="#Example-2" title="Permalink"></a></h3><pre><code class="language-julia hljs">using AbstractGPs
samples 1</code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGaussianProcesses/AbstractGPsMakie.jl/blob/528fe85476f5ebfe8453a21356a04b276a4671bf/src/recipes/gpsample.jl#L1-L17">source</a></section><section><div><pre><code class="language-julia hljs">gpsample(x::AbstractVector, gp::AbstractGP; kwargs...)</code></pre><p>Plot sample(s) from the finite projection <code>gp(x, 1e-9)</code> along <code>x</code>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGaussianProcesses/AbstractGPsMakie.jl/blob/528fe85476f5ebfe8453a21356a04b276a4671bf/src/recipes/gpsample.jl#L32-L36">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="AbstractGPsMakie.gpsample!" href="#AbstractGPsMakie.gpsample!"><code>AbstractGPsMakie.gpsample!</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia hljs">gpsample([x, ]gp::FiniteGP; samples=1, orbit=0.0, kwargs...)</code></pre><p>Plot sample(s) from the finite projection of the Gaussian process <code>gp</code> along <code>x</code>.</p><p>If <code>x</code> is not provided, it is set to <code>gp.x</code>.</p><p>The <code>orbit</code> keyword argument can be used to visualize a manifold of similar samples.<sup class="footnote-reference"><a id="citeref-PH2013" href="#footnote-PH2013">[PH2013]</a></sup> Values are mapped to the interval <span>$[0, 1)$</span> which correspond to angles in <span>$[0, 2\pi)$</span> on the great circle of samples.</p><p><strong>Attributes</strong></p><p>Available attributes and their defaults for <code>MakieCore.Combined{AbstractGPsMakie.gpsample!}</code> are: </p><pre><code class="nohighlight hljs"></code></pre></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGaussianProcesses/AbstractGPsMakie.jl/blob/528fe85476f5ebfe8453a21356a04b276a4671bf/src/recipes/gpsample.jl#L1-L17">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="AbstractGPsMakie.gpsample-Tuple{AbstractVector, AbstractGPs.AbstractGP}" href="#AbstractGPsMakie.gpsample-Tuple{AbstractVector, AbstractGPs.AbstractGP}"><code>AbstractGPsMakie.gpsample</code></a><span class="docstring-category">Method</span></header><section><div><pre><code class="language-julia hljs">gpsample(x::AbstractVector, gp::AbstractGP; kwargs...)</code></pre><p>Plot sample(s) from the finite projection <code>gp(x, 1e-9)</code> along <code>x</code>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaGaussianProcesses/AbstractGPsMakie.jl/blob/528fe85476f5ebfe8453a21356a04b276a4671bf/src/recipes/gpsample.jl#L32-L36">source</a></section></article><h3 id="Example-2"><a class="docs-heading-anchor" href="#Example-2">Example</a><a class="docs-heading-anchor-permalink" href="#Example-2" title="Permalink"></a></h3><pre><code class="language-julia hljs">using AbstractGPs
using AbstractGPsMakie
using CairoMakie

gp = GP(Matern32Kernel())
gpsample(0:0.01:10, gp; samples=10, color=:red)</code></pre><p><img src="../gpsample_example.svg" alt="gpsample example"/></p><section class="footnotes is-size-7"><ul><li class="footnote" id="footnote-PH2013"><a class="tag is-link" href="#citeref-PH2013">PH2013</a>Philipp Hennig (2013). <a href="http://mlss.tuebingen.mpg.de/2013/2013/Hennig_2013_Animating_Samples_from_Gaussian_Distributions.pdf">Animating Samples from Gaussian Distributions</a>. Technical Report No. 8 of the Max Planck Institute for Intelligent Systems.</li><li class="footnote" id="footnote-PH2013"><a class="tag is-link" href="#citeref-PH2013">PH2013</a>Philipp Hennig (2013). <a href="http://mlss.tuebingen.mpg.de/2013/2013/Hennig_2013_Animating_Samples_from_Gaussian_Distributions.pdf">Animating Samples from Gaussian Distributions</a>. Technical Report No. 8 of the Max Planck Institute for Intelligent Systems.</li></ul></section></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</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.3.0 on <span class="colophon-date" title="Monday 11 March 2024 00:10">Monday 11 March 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
gpsample(0:0.01:10, gp; samples=10, color=:red)</code></pre><p><img src="../gpsample_example.svg" alt="gpsample example"/></p><section class="footnotes is-size-7"><ul><li class="footnote" id="footnote-PH2013"><a class="tag is-link" href="#citeref-PH2013">PH2013</a>Philipp Hennig (2013). <a href="http://mlss.tuebingen.mpg.de/2013/2013/Hennig_2013_Animating_Samples_from_Gaussian_Distributions.pdf">Animating Samples from Gaussian Distributions</a>. Technical Report No. 8 of the Max Planck Institute for Intelligent Systems.</li><li class="footnote" id="footnote-PH2013"><a class="tag is-link" href="#citeref-PH2013">PH2013</a>Philipp Hennig (2013). <a href="http://mlss.tuebingen.mpg.de/2013/2013/Hennig_2013_Animating_Samples_from_Gaussian_Distributions.pdf">Animating Samples from Gaussian Distributions</a>. Technical Report No. 8 of the Max Planck Institute for Intelligent Systems.</li></ul></section></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</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.3.0 on <span class="colophon-date" title="Monday 11 March 2024 00:19">Monday 11 March 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion previews/PR58/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@

record(scene, &quot;posterior_animation.mp4&quot;, 0:0.01:4) do x
samples.orbit[] = x
end</code></pre><p><video src="posterior_animation.mp4" controls="true" title="posterior animation"><a href="posterior_animation.mp4">posterior animation</a></video></p><section class="footnotes is-size-7"><ul><li class="footnote" id="footnote-PH2013"><a class="tag is-link" href="#citeref-PH2013">PH2013</a>Philipp Hennig (2013). <a href="http://mlss.tuebingen.mpg.de/2013/2013/Hennig_2013_Animating_Samples_from_Gaussian_Distributions.pdf">Animating Samples from Gaussian Distributions</a>. Technical Report No. 8 of the Max Planck Institute for Intelligent Systems.</li></ul></section></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="api/">API »</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.3.0 on <span class="colophon-date" title="Monday 11 March 2024 00:10">Monday 11 March 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
end</code></pre><p><video src="posterior_animation.mp4" controls="true" title="posterior animation"><a href="posterior_animation.mp4">posterior animation</a></video></p><section class="footnotes is-size-7"><ul><li class="footnote" id="footnote-PH2013"><a class="tag is-link" href="#citeref-PH2013">PH2013</a>Philipp Hennig (2013). <a href="http://mlss.tuebingen.mpg.de/2013/2013/Hennig_2013_Animating_Samples_from_Gaussian_Distributions.pdf">Animating Samples from Gaussian Distributions</a>. Technical Report No. 8 of the Max Planck Institute for Intelligent Systems.</li></ul></section></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="api/">API »</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.3.0 on <span class="colophon-date" title="Monday 11 March 2024 00:19">Monday 11 March 2024</span>. Using Julia version 1.10.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 comments on commit 78e5581

Please sign in to comment.