-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add many "see also" links to docstrings #38606
Merged
Merged
Changes from 3 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
cb81ceb
see also... many things
e292dbb
similar & undef
09b8615
permute with tuples
fd50bab
sign doctest
bbf7d57
collect & comprehensions
c604eea
typemax & floatmax
76226f2
add some examples
6dbc68f
amendments & corrections
4887779
another batch of see also additions
69eb2bb
add some functions to docs
69e8c32
some fixes?
e0c7621
fix some bugs
0934b8b
refs to distributed
ae2468b
inf + nan examples
2fa25ca
fix a rebase mistake, findmax has moved
18407e0
Merge branch 'master' into doc1
vtjnash b51f4d6
Apply 16 suggestions from code review
mcabbott 5f4284b
changes to Matrix & Vector re undef
mcabbott c95fd9c
better foreach example
mcabbott 273cd20
clamp and trunk fixup
mcabbott bacc03e
space
mcabbott 0d4a562
Update base/operators.jl
mcabbott e23bf29
missing backticks
mcabbott 924f0fc
target for Base.empty
mcabbott 2d51919
println
mcabbott e4cfee2
Apply 2 suggestions from code review
mcabbott 54e6a75
restore exp2
mcabbott e54da9e
and add some exp links + examples
mcabbott cf990c6
revert Irrational
mcabbott File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, I didn't necessarily mean we should do this now. I'm probably in favor, but we should let others respond first in a separate PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, now reverted.
Possibly it could be done at a higher level, too, just make all types in docstrings clickable somehow?