rewrite of the Coordinates
section in the data structures guide
#10323
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.
During the index refactor the
Coordinates
class has become much more important than it was before, changing from a simple proxy class to a full-featured container.This PR changes the section to focus on the
Coordinates
class, which makes a bit more sense to me because the entire page is supposed to talk about data structures. However, describing the concept of coordinates in a section that looks a bit more advanced (I'd expect an average user to rarely interact with theCoordinates
object directly) might make it easier to miss?Either way, I'll keep working on this for a while.
whats-new.rst