JuliaAnimators/Javis.jl

Improve Docstring References

Open

#167 opened on Sep 13, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Julia (50 forks)batch import
documentationenhancementhacktoberfest

Repository metrics

Stars
 (847 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Is your feature request related to a problem? Please explain.

We have a lot of functions named similarly. Therefore, let's fix that up some using Documenter.jl syntax.

Describe the solution you'd like

Based on conversation with @Wikunia , here were some ideas.

f(::Type1, ::Type2)
[`g`](@ref Main.Other.g)

Contributor guide