JuliaDocs/Documenter.jl
Voir sur GitHubMethods in <s>search</s> index results should display signature
Open
#1 038 ouverte le 13 juin 2019
Format: HTMLTopic: SearchType: Enhancementhelp wanted
Métriques du dépôt
- Stars
- (910 stars)
- Métriques de merge PR
- (Merge moyen 16j 9h) (3 PRs mergées en 30 j)
Description
If I go to https://nemocas.github.io/AbstractAlgebra.jl/latest/search/?q=modulus then the first four hits are all displayed identically as AbstractAlgebra.Generic.modulus (method).
I have to click on each (or carefully study the link URL) to figure out the difference, and thus ultimately find the correct method.
It would be much nicer if there was extra information about the signature of each method. E.g. instead of (method) one could write (method with signature modulus(a::AbstractAlgebra.PolyElem{T}) where {T <: ResElem}).