JuliaDocs/Documenter.jl

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

Open

#1,038 建立於 2019年6月13日

在 GitHub 查看
 (5 留言) (3 反應) (0 負責人)Julia (513 fork)batch import
Format: HTMLTopic: SearchType: Enhancementhelp wanted

倉庫指標

Star
 (910 star)
PR 合併指標
 (平均合併 16天 9小時) (30 天內合併 3 個 PR)

描述

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

貢獻者指南