JuliaDocs/Documenter.jl

Methods in <s>search</s> index results should display signature

Open

#1038 aperta il 13 giu 2019

Vedi su GitHub
 (5 commenti) (3 reazioni) (0 assegnatari)Julia (513 fork)batch import
Format: HTMLTopic: SearchType: Enhancementhelp wanted

Metriche repository

Star
 (910 star)
Metriche merge PR
 (Merge medio 16g 9h) (3 PR mergiate in 30 g)

Descrizione

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}).

Guida contributor