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

docstring: CartesianIndices and LinearIndices constructors require tuple of ranges [ci skip] #29023

Merged
merged 2 commits into from
Sep 4, 2018

Conversation

pablosanjose
Copy link
Contributor

The constructor CartesianIndices(istart:istop, jstart:jstop,...) was deprecated in favor of CartesianIndices((istart:istop, jstart:jstop,...)). Changed docstring to reflect this. Same deal for LinearIndices

(First PR for Julia here ... a grand total of 4 characters!)

@fredrikekre fredrikekre added domain:docs This change adds or pertains to documentation backport pending 1.0 labels Sep 4, 2018
@fredrikekre fredrikekre merged commit c8450d8 into JuliaLang:master Sep 4, 2018
@pablosanjose pablosanjose deleted the inds-docstring branch September 4, 2018 10:30
KristofferC pushed a commit that referenced this pull request Sep 4, 2018
@KristofferC KristofferC mentioned this pull request Sep 4, 2018
KristofferC pushed a commit that referenced this pull request Sep 8, 2018
KristofferC pushed a commit that referenced this pull request Sep 8, 2018
KristofferC pushed a commit that referenced this pull request Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants