Skip to content

Fixing minor errors in documentation #1234

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

Closed
sprynt001 opened this issue Oct 28, 2022 · 1 comment · Fixed by #1277
Closed

Fixing minor errors in documentation #1234

sprynt001 opened this issue Oct 28, 2022 · 1 comment · Fixed by #1277

Comments

@sprynt001
Copy link
Contributor

I was going through the tutorials and documentation and noticed a couple of things which I think need to be corrected. I am sure of one, but I want to enquire about the other.

  1. In the last cell of Advanced indexing->Indexing with coordinate arrays the results for z[1, [1, 3]] and z[[1, 1], [1, 3]] are wrong, they should be array([6, 8])
  2. The last sentence in the second paragraph of Chunks section in specification says:

The chunk with indices (0, 0) provides data for rows 0-1000 and columns 0-1000 and is stored under the key “0.0”; the chunk with indices (2, 4) provides data for rows 2000-3000 and columns 4000-5000 and is stored under the key “2.4”;

I believe chunk with indices (0,0) provides data for rows 0-999 and columns 0-999 and (2,4) for rows (2000-2999) and columns (4000-4999). Is this correct or am I misunderstanding something?

I am happy to updated the documentation as necessary and generate a PR.

@joshmoore
Copy link
Member

Thanks for reading so carefully, @sprynt001! Do please open a PR if you are so inclined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants