Skip to content

Commit

Permalink
build based on d93aad0
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Sep 3, 2024
1 parent c112cf6 commit df45ae1
Show file tree
Hide file tree
Showing 35 changed files with 36 additions and 36 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.5","generation_timestamp":"2024-09-03T20:46:32","documenter_version":"1.6.0"}}
{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-03T21:55:19","documenter_version":"1.6.0"}}
2 changes: 1 addition & 1 deletion dev/checklists/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

Either of those should automatically publish a new version to the Julia registry.
- Once registered, the `TagBot.yml` workflow should create a tag, and rebuild the documentation for this tag.
- These steps can take quite a bit of time (1 hour or more), so don&#39;t be surprised if the new documentation takes a while to appear.</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../contributing/">« Contributing</a><a class="docs-footer-nextpage" href="../lib/internals/anchors/">Anchors »</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><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.6.0 on <span class="colophon-date" title="Tuesday 3 September 2024 20:46">Tuesday 3 September 2024</span>. Using Julia version 1.10.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
- These steps can take quite a bit of time (1 hour or more), so don&#39;t be surprised if the new documentation takes a while to appear.</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../contributing/">« Contributing</a><a class="docs-footer-nextpage" href="../lib/internals/anchors/">Anchors »</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><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.6.0 on <span class="colophon-date" title="Tuesday 3 September 2024 21:55">Tuesday 3 September 2024</span>. Using Julia version 1.10.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/contributing/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/lib/internals/anchors/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
</code></pre><p>Returns the <a href="#Documenter.Anchor"><code>Anchor</code></a> object matching <code>id</code>. <code>file</code> and <code>n</code> may also be provided. An <code>Anchor</code> is returned, or <code>nothing</code> in case of no match.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaDocs/Documenter.jl/blob/d93aad0e3b6876ae705befce7a382b6994529413/src/anchors.jl#L103">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="Documenter.anchor_add!-Tuple{Documenter.AnchorMap, Documenter.Anchor, Any, Any}" href="#Documenter.anchor_add!-Tuple{Documenter.AnchorMap, Documenter.Anchor, Any, Any}"><code>Documenter.anchor_add!</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">anchor_add!(m, anchor, id, file)
</code></pre><p>Adds a new <a href="#Documenter.Anchor"><code>Anchor</code></a> to the <a href="#Documenter.AnchorMap"><code>AnchorMap</code></a> for a given <code>id</code> and <code>file</code>.</p><p>Either an actual <a href="#Documenter.Anchor"><code>Anchor</code></a> object may be provided or any other object which is automatically wrapped in an <a href="#Documenter.Anchor"><code>Anchor</code></a> before being added to the <a href="#Documenter.AnchorMap"><code>AnchorMap</code></a>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaDocs/Documenter.jl/blob/d93aad0e3b6876ae705befce7a382b6994529413/src/anchors.jl#L49">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="Documenter.anchor_exists-Tuple{Documenter.AnchorMap, Any, Any, Any}" href="#Documenter.anchor_exists-Tuple{Documenter.AnchorMap, Any, Any, Any}"><code>Documenter.anchor_exists</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">anchor_exists(m, id, file, n)
</code></pre><p>Does the given <code>id</code> exist within the <a href="#Documenter.AnchorMap"><code>AnchorMap</code></a>? A <code>file</code> and integer <code>n</code> may also be provided to narrow the search for existence.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaDocs/Documenter.jl/blob/d93aad0e3b6876ae705befce7a382b6994529413/src/anchors.jl#L72">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="Documenter.anchor_fragment-Tuple{Documenter.Anchor}" href="#Documenter.anchor_fragment-Tuple{Documenter.Anchor}"><code>Documenter.anchor_fragment</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><p>Create an HTML fragment from an anchor.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaDocs/Documenter.jl/blob/d93aad0e3b6876ae705befce7a382b6994529413/src/anchors.jl#L130-L132">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="Documenter.anchor_isunique-Tuple{Documenter.AnchorMap, Any}" href="#Documenter.anchor_isunique-Tuple{Documenter.AnchorMap, Any}"><code>Documenter.anchor_isunique</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">anchor_isunique(m, id)
</code></pre><p>Is the <code>id</code> unique within the given <a href="#Documenter.AnchorMap"><code>AnchorMap</code></a>? May also specify the <code>file</code>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaDocs/Documenter.jl/blob/d93aad0e3b6876ae705befce7a382b6994529413/src/anchors.jl#L85">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="Documenter.anchor_label-Tuple{Documenter.Anchor}" href="#Documenter.anchor_label-Tuple{Documenter.Anchor}"><code>Documenter.anchor_label</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><p>Create a label from an anchor.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaDocs/Documenter.jl/blob/d93aad0e3b6876ae705befce7a382b6994529413/src/anchors.jl#L125-L127">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../../checklists/">« Checklists</a><a class="docs-footer-nextpage" href="../builder/">Builder »</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><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.6.0 on <span class="colophon-date" title="Tuesday 3 September 2024 20:46">Tuesday 3 September 2024</span>. Using Julia version 1.10.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body><div data-docstringscollapsed="true"></div></html>
</code></pre><p>Is the <code>id</code> unique within the given <a href="#Documenter.AnchorMap"><code>AnchorMap</code></a>? May also specify the <code>file</code>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaDocs/Documenter.jl/blob/d93aad0e3b6876ae705befce7a382b6994529413/src/anchors.jl#L85">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="Documenter.anchor_label-Tuple{Documenter.Anchor}" href="#Documenter.anchor_label-Tuple{Documenter.Anchor}"><code>Documenter.anchor_label</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><p>Create a label from an anchor.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/JuliaDocs/Documenter.jl/blob/d93aad0e3b6876ae705befce7a382b6994529413/src/anchors.jl#L125-L127">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../../checklists/">« Checklists</a><a class="docs-footer-nextpage" href="../builder/">Builder »</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><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.6.0 on <span class="colophon-date" title="Tuesday 3 September 2024 21:55">Tuesday 3 September 2024</span>. Using Julia version 1.10.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body><div data-docstringscollapsed="true"></div></html>
Loading

0 comments on commit df45ae1

Please sign in to comment.