You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Reduce your dependencies to those you really need. Consider using package extensions to support interoperability with other packages without bloating your essential dependencies."
1. Reduce your dependencies to those you really need. Consider using [package extensions](@ref) to support interoperability with other packages without bloating your essential dependencies.
How does the doc system choose the doc string for -, specifically?
In the Performance Tips section, Reducing Package Loading Time subsection (https://docs.julialang.org/en/v1/manual/performance-tips/#Reducing-package-loading-time), in the first numbered item in the list:
"Reduce your dependencies to those you really need. Consider using package extensions to support interoperability with other packages without bloating your essential dependencies."
The hyperlink for "package extensions" is https://docs.julialang.org/en/v1/base/math/#Base.:--Tuple{Any,%20Any}, which links to the method documentation for
Base.:-
.I believe the correct hyperlink should be https://docs.julialang.org/en/v1/manual/code-loading/#man-extensions.
The text was updated successfully, but these errors were encountered: