Skip to content
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

Move things out of helpDB, add some xrefs #22889

Merged
merged 3 commits into from
Jul 21, 2017
Merged

Move things out of helpDB, add some xrefs #22889

merged 3 commits into from
Jul 21, 2017

Conversation

kshyatt
Copy link
Contributor

@kshyatt kshyatt commented Jul 20, 2017

No description provided.

@kshyatt kshyatt added the docs This change adds or pertains to documentation label Jul 20, 2017
base/show.jl Outdated
@@ -1757,6 +1762,18 @@ function showarray(io::IO, X::AbstractArray, repr::Bool = true; header = true)
end
end

"""
showcompact(io::IO=STDOUT, x)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

list as two separate signatures, since optional argument syntax only works for trailing arguments

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, and make docs passed locally.

base/error.jl Outdated
assert(cond)

Throw an [`AssertionError`](@ref) if `cond` is `false`.
Also available as the macro `@assert expr`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While you are at it, perhaps change to Also available as the macro [`@assert`](@ref).?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm kind of busy rn, if you want to edit the PR to change this (it's a good idea) go wild :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nevermind! Got it, and make docs passes locally.

@kshyatt kshyatt merged commit ec5e6f7 into master Jul 21, 2017
@kshyatt kshyatt deleted the ksh/helpdbagain branch July 21, 2017 15:32
jeffwong pushed a commit to jeffwong/julia that referenced this pull request Jul 24, 2017
* Move things out of helpDB, add some xrefs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants