Skip to content

Commit

Permalink
build based on 73bc344
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Aug 17, 2023
1 parent 63418da commit 31bca75
Show file tree
Hide file tree
Showing 604 changed files with 1,658 additions and 34,000 deletions.
2 changes: 1 addition & 1 deletion dev/AbstractAlgebra/constructors/index.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dev/AbstractAlgebra/direct_sum/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dev/AbstractAlgebra/extending_abstractalgebra/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
(Laurent series ring in x over integers, x + O(x^4))

julia> parent(x) == S
true</code></pre></div></section></article><article class="docstring"><header><a class="docstring-binding" id="elem_type" href="#elem_type"><code>elem_type</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia hljs">elem_type(parent)
true</code></pre></div></section></article><article class="docstring"><header><a class="docstring-binding" id="elem_type" href="#elem_type"><code>elem_type</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia hljs">elem_type(::Type{T}) where T &lt;: GAPGroup
elem_type(::T) where T &lt;: GAPGroup</code></pre><p><code>elem_type</code> maps (the type of) a group to the type of its elements. For now, a group of type <code>T</code> has elements of type <code>BasicGAPGroupElem{T}</code>. So we provide it mostly for consistency with other parts of OSCAR. In the future, a more elaborate setup for group element types might also be needed.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/oscar-system/Oscar.jl/blob/73bc344d2dd8064848204967a37282639991302d/src/Groups/types.jl#L438-L447">source</a></section><section><div><pre><code class="nohighlight hljs">elem_type(parent)
elem_type(parent_type)</code></pre><p>Given a parent object (or its type), return the type of its elements.</p><p><strong>Examples</strong></p><pre><code class="language-julia-repl hljs">julia&gt; S, x = power_series_ring(QQ, 2, &quot;x&quot;)
(Univariate power series ring over rationals, x + O(x^3))

julia&gt; elem_type(S) == typeof(x)
true</code></pre></div></section><section><div><pre><code class="language-julia hljs">elem_type(::Type{T}) where T &lt;: GAPGroup
elem_type(::T) where T &lt;: GAPGroup</code></pre><p><code>elem_type</code> maps (the type of) a group to the type of its elements. For now, a group of type <code>T</code> has elements of type <code>BasicGAPGroupElem{T}</code>. So we provide it mostly for consistency with other parts of OSCAR. In the future, a more elaborate setup for group element types might also be needed.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/oscar-system/Oscar.jl/blob/85cf83f6f22a7cd40dd30699372f79870f26040a/src/Groups/types.jl#L438-L447">source</a></section></article><article class="docstring"><header><a class="docstring-binding" id="parent_type" href="#parent_type"><code>parent_type</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia hljs">parent_type(element)
true</code></pre></div></section></article><article class="docstring"><header><a class="docstring-binding" id="parent_type" href="#parent_type"><code>parent_type</code></a><span class="docstring-category">Function</span></header><section><div><pre><code class="language-julia hljs">parent_type(element)
parent_type(element_type)</code></pre><p>Given an element (or its type), return the type of its parent object.</p><p><strong>Examples</strong></p><pre><code class="language-julia-repl hljs">julia&gt; R, x = polynomial_ring(ZZ, &quot;x&quot;)
(Univariate polynomial ring in x over integers, x)

Expand Down Expand Up @@ -95,4 +95,4 @@
(false, true, true)

julia&gt; is_unit(ZZ(-1)), is_unit(ZZ(4))
(true, false)</code></pre></div></section></article><p>With the same logic as earlier, groups only need to extend one of the methods <code>isone</code> and <code>iszero</code>.</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="Thursday 17 August 2023 14:41">Thursday 17 August 2023</span>. Using Julia version 1.9.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
(true, false)</code></pre></div></section></article><p>With the same logic as earlier, groups only need to extend one of the methods <code>isone</code> and <code>iszero</code>.</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="Thursday 17 August 2023 14:55">Thursday 17 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/AbstractAlgebra/field/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/AbstractAlgebra/finfield/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@

julia&gt; g = gen(F)
1
</code></pre></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="Thursday 17 August 2023 14:41">Thursday 17 August 2023</span>. Using Julia version 1.9.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
</code></pre></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="Thursday 17 August 2023 14:56">Thursday 17 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/AbstractAlgebra/fraction/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@
julia&gt; collect(f)
2-element Vector{Tuple{BigInt, Int64}}:
(10, 10)
(42, -8)</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../Hecke/class_fields/intro/">« Class Field Theory</a><a class="docs-footer-nextpage" href="../../Nemo/padic/">Padics »</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="Thursday 17 August 2023 14:41">Thursday 17 August 2023</span>. Using Julia version 1.9.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
(42, -8)</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../Hecke/class_fields/intro/">« Class Field Theory</a><a class="docs-footer-nextpage" href="../../Nemo/padic/">Padics »</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="Thursday 17 August 2023 14:55">Thursday 17 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/AbstractAlgebra/fraction_interface/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/AbstractAlgebra/free_associative_algebra/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@
[2, 1, 3]
[2]
[3]
[]</code></pre></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="Thursday 17 August 2023 14:41">Thursday 17 August 2023</span>. Using Julia version 1.9.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
[]</code></pre></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="Thursday 17 August 2023 14:56">Thursday 17 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/AbstractAlgebra/free_module/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
julia&gt; basis(V)
2-element Vector{AbstractAlgebra.Generic.FreeModuleElem{Rational{BigInt}}}:
(1//1, 0//1)
(0//1, 1//1)</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../module/">« Finitely presented modules</a><a class="docs-footer-nextpage" href="../submodule/">Submodules »</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="Thursday 17 August 2023 14:41">Thursday 17 August 2023</span>. Using Julia version 1.9.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
(0//1, 1//1)</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../module/">« Finitely presented modules</a><a class="docs-footer-nextpage" href="../submodule/">Submodules »</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="Thursday 17 August 2023 14:55">Thursday 17 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 31bca75

Please sign in to comment.