Description
Describe the bug
There are (at least) two descriptions of quo
. The descriptions about the returned map are
inconsistent (see attached screenshots). One description agrees with my experiments:
namely the map returned (as 2nd value) is the canonical quotient R -> R/I;
unfortunately searching for quotient ring
in the help search window leads first to the
other entry.
To Reproduce
Go to the latest documentation: https://docs.oscar-system.org/stable/
Enter quotient ring
in the search box. And click on first supplied link:
[Quotient Rings](https://docs.oscar-system.org/stable/Hecke/orders/ideals/#Quotient-Rings) (section, Ideals)
Expected behavior
Perhaps make the link to Generic residue rings
appear closer to the top of the list of
offered links. I note that there is also a link to Residue rings
(from Nemo). The links
could give more information about the contexts in which they are relevant.
System (please complete the following information):
I refer to the documentation at the link given above (on 2023-02-08). And the Oscar
version I tried is:
Screenshot 1
Screenshot 2
Screenshot 3
julia> Oscar.versioninfo(full=true)
OSCAR version 0.11.2
combining:
AbstractAlgebra.jl v0.27.8
GAP.jl v0.9.3
Hecke.jl v0.16.10
Nemo.jl v0.32.7
Polymake.jl v0.8.3
Singular.jl v0.14.0
building on:
Antic_jll v0.201.500+0
Arb_jll v200.2300.0+0
Calcium_jll v0.401.100+0
FLINT_jll v200.900.4+0
GAP_jll v400.1200.200+0
Singular_jll v403.101.500+0
libpolymake_julia_jll v0.8.3+1
libsingular_julia_jll v0.27.0+1
polymake_jll v400.700.1+1
See `]st -m` for a full list of dependencies.
Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 20 × Intel(R) Core(TM) i9-10900 CPU @ 2.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-13.0.1 (ORCJIT, skylake)
Threads: 1 on 20 virtual cores
Official https://julialang.org/ release
Additional context
Add any other context about the problem here.