Skip to content

Commit

Permalink
build based on fb7705b
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Dec 6, 2023
1 parent f7ebfd2 commit fc0ed1e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev/extensions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
centralizer
normalizer
stabilizer
right_coset_representatives</code></pre><article class="docstring"><header><a class="docstring-binding" id="GroupsCore.index" href="#GroupsCore.index"><code>GroupsCore.index</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia">index(H::Gr, G::Gr) where {Gr &lt;: Group}</code></pre><p>Return the index <span>$|G : H|$</span>, where <span>$H \subseteq G$</span>. If <span>$H$</span> is not contained in <span>$G$</span>, an error is thrown.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/kalmarek/GroupsCore.jl/blob/471fc6f0a60eaeb75dc644c39b048f8cb10642e7/src/extensions.jl#L17">source</a></section></article><article class="docstring"><header><a class="docstring-binding" id="GroupsCore.left_coset_representatives" href="#GroupsCore.left_coset_representatives"><code>GroupsCore.left_coset_representatives</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia">left_coset_representatives(H::Gr, G::Gr) where {Gr &lt;: Group}</code></pre><p>Return representatives of the left cosets <span>$h G$</span> where <span>$h$</span> are elements of <span>$H$</span>. If <span>$H$</span> is not contained in <span>$G$</span>, an error is thrown.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/kalmarek/GroupsCore.jl/blob/471fc6f0a60eaeb75dc644c39b048f8cb10642e7/src/extensions.jl#L25">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../group_elements/">« Group elements</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> on <span class="colophon-date" title="Tuesday 5 December 2023 16:37">Tuesday 5 December 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
right_coset_representatives</code></pre><article class="docstring"><header><a class="docstring-binding" id="GroupsCore.index" href="#GroupsCore.index"><code>GroupsCore.index</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia">index(H::Gr, G::Gr) where {Gr &lt;: Group}</code></pre><p>Return the index <span>$|G : H|$</span>, where <span>$H \subseteq G$</span>. If <span>$H$</span> is not contained in <span>$G$</span>, an error is thrown.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/kalmarek/GroupsCore.jl/blob/fb7705b4ff1a13a52c4fab18b2b52ebd462c567f/src/extensions.jl#L17">source</a></section></article><article class="docstring"><header><a class="docstring-binding" id="GroupsCore.left_coset_representatives" href="#GroupsCore.left_coset_representatives"><code>GroupsCore.left_coset_representatives</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia">left_coset_representatives(H::Gr, G::Gr) where {Gr &lt;: Group}</code></pre><p>Return representatives of the left cosets <span>$h G$</span> where <span>$h$</span> are elements of <span>$H$</span>. If <span>$H$</span> is not contained in <span>$G$</span>, an error is thrown.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/kalmarek/GroupsCore.jl/blob/fb7705b4ff1a13a52c4fab18b2b52ebd462c567f/src/extensions.jl#L25">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../group_elements/">« Group elements</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> on <span class="colophon-date" title="Wednesday 6 December 2023 12:01">Wednesday 6 December 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit fc0ed1e

Please sign in to comment.