JuliaDocs/Documenter.jl

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

Open

#1.038 aberto em 13 de jun. de 2019

Ver no GitHub
 (5 comments) (3 reactions) (0 assignees)Julia (513 forks)batch import
Format: HTMLTopic: SearchType: Enhancementhelp wanted

Métricas do repositório

Stars
 (910 stars)
Métricas de merge de PR
 (Mesclagem média 16d 9h) (3 fundiu PRs em 30d)

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

Guia do colaborador