Show similar functions in docstrings #23763
Labels
docs
This change adds or pertains to documentation
good first issue
Indicates a good issue for first-time contributors to Julia
help wanted
Indicates that a maintainer wants help on an issue or pull request
I think discoverability would be greatly enhanced, if there would be some hints at similar functions in the docstrings.
I imagine a line of
See also: ...function names...
which should be generated from a table of related functions automatically.This came to my mind when looking at the docs of
pop!
. The functionsshift!
andsplice!
offer solutions to similar problems, but their names cannot be guessed from each other.Of course, the wording is open for bike shedding 👍
The text was updated successfully, but these errors were encountered: