JuliaDocs/Documenter.jl
GitHub で見るAllow anchor linking to specific docs of a method
Open
#1,434 opened on 2020年10月11日
Format: HTMLType: Enhancementhelp wanted
Repository metrics
- Stars
- (910 stars)
- PR merge metrics
- (平均マージ 16d 9h) (30d で 3 merged PRs)
説明
For example, addprocs (Distributed Computing) has a lot of different methods. It would be nice if we could link to a specific one directly via an HTML anchor.
The anchors could looke like (for addprocs):
#Distributed-Computing-addprocs-1#Distributed-Computing-addprocs-2#Distributed-Computing-addprocs-3
or, more generically:
#<section>-<methodname>-<count>