JuliaDocs/Documenter.jl

Enhance at-index to list section names, like the search index

Open

#1,986 创建于 2022年12月2日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Julia (513 fork)batch import
Format: HTMLType: Enhancementhelp wanted

仓库指标

Star
 (910 star)
PR 合并指标
 (平均合并 16天 9小时) (30 天内合并 3 个 PR)

描述

At https://docs.oscar-system.org/dev/search/?q=dim I see a long list of matches for dim, but I can separate them quite well because most are in different sections and the section titles are shown.

But on the regular index at https://docs.oscar-system.org/dev/manualindex I only see the long list of dim, repeated many times -- but no hint as to where the various dim come from.

Would it be possible to enhance the index there to match the search index, i.e., to show

dim (method, Polyhedral Complexes)

and not just

dim

?

(Even better would be of course if I could also show the signature, see issue #1038)

贡献者指南