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

document AbstractArray and doctest for Array #22052

Merged
merged 1 commit into from
May 25, 2017

Conversation

fredrikekre
Copy link
Member

fix #19211

@dpsanders
Copy link
Contributor

dpsanders commented May 24, 2017

Great, thanks! I would add something like

A = Array{Float64}(2, 2);

where the N is inferred also.

@kshyatt kshyatt added arrays [a, r, r, a, y, s] docs This change adds or pertains to documentation labels May 25, 2017
@KristofferC
Copy link
Member

Improvements can be added to future PRs.

@KristofferC KristofferC merged commit 888adbc into JuliaLang:master May 25, 2017
@tkelman
Copy link
Contributor

tkelman commented May 25, 2017

This needs to be added to the stdlib doc index to show up anywhere other than the repl

@fredrikekre
Copy link
Member Author

Array is in stdlib, didn't find a suitable headline in https://github.com/JuliaLang/julia/blob/master/doc/src/stdlib/arrays.md for AbstractArray. Under constructors?

@fredrikekre fredrikekre deleted the fe/fix-19211 branch May 25, 2017 10:06
@tkelman
Copy link
Contributor

tkelman commented May 25, 2017

guess so? we could call it "Constructors and Types" maybe?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrays [a, r, r, a, y, s] docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Meaning of type parameters for Arrays is not discoverable
5 participants