Skip to content

Commit

Permalink
build based on 84440f8
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Jan 16, 2024
1 parent 1df70a3 commit 633d72e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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-12-16T09:48:23","documenter_version":"1.2.1"}}
{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-01-16T09:48:20","documenter_version":"1.2.1"}}
2 changes: 1 addition & 1 deletion dev/adding/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
gentype(::Lebesgue{ℝ₊}) = Float64
gentype(::Lebesgue{𝕀}) = Float64

logdensity_def(::Lebesgue, x) = zero(float(x))</code></pre><p>We haven&#39;t yet talked about <code>gentype</code>. When you call <code>rand</code> without specifying a type, there needs to be a default. That default is the <code>gentype</code>. This only needs to be defined for primitive measures, because others will fall back on </p><pre><code class="language-julia hljs">gentype(μ::AbstractMeasure) = gentype(basemeasure(μ))</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../affine/">AffinePushfwd transformations »</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 16 December 2023 09:48">Saturday 16 December 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
logdensity_def(::Lebesgue, x) = zero(float(x))</code></pre><p>We haven&#39;t yet talked about <code>gentype</code>. When you call <code>rand</code> without specifying a type, there needs to be a default. That default is the <code>gentype</code>. This only needs to be defined for primitive measures, because others will fall back on </p><pre><code class="language-julia hljs">gentype(μ::AbstractMeasure) = gentype(basemeasure(μ))</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../affine/">AffinePushfwd transformations »</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="Tuesday 16 January 2024 09:48">Tuesday 16 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/affine/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
4.0</code></pre><h2 id="AffinePushfwd"><a class="docs-heading-anchor" href="#AffinePushfwd"><code>AffinePushfwd</code></a><a id="AffinePushfwd-1"></a><a class="docs-heading-anchor-permalink" href="#AffinePushfwd" title="Permalink"></a></h2><p>Of particular interest (the whole point of all of this, really) is to have a natural way to work with affine transformations of measures. In accordance with the principle of &quot;common things should have shorter names&quot;, we call this <code>AffinePushfwd</code>.</p><p>The structure of <code>AffinePushfwd</code> is relatively simple:</p><pre><code class="language-julia hljs">struct AffinePushfwd{N,M,T} &lt;: AbstractMeasure
f::AffineTransform{N,T}
parent::M
end</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../adding/">« Adding a new measure</a><a class="docs-footer-nextpage" href="../api_measurebase/">MeasureBase »</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 16 December 2023 09:48">Saturday 16 December 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
end</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../adding/">« Adding a new measure</a><a class="docs-footer-nextpage" href="../api_measurebase/">MeasureBase »</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="Tuesday 16 January 2024 09:48">Tuesday 16 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 633d72e

Please sign in to comment.