Improve documentation of slicing methods.#989
Improve documentation of slicing methods.#989cassiersg wants to merge 1 commit intorust-ndarray:masterfrom
Conversation
|
Thanks for suggesting improvements to the docs. It's somewhat awkward to reference a few other slicing methods without listing all of the potentially relevant ones. However, I don't think we should list all of them, since there are a lot of slicing methods, and they're all mentioned in the Slicing docs already. What I'd suggest is to address the question in #988 more directly, i.e. add something like the following to the docs for
and add the following to the docs for
We could also add analogous comments to the docs of One other note: the markup of the links in this PR isn't quite right. A link should be formatted like this: or like this: Note also that as of Rust 1.48.0, it's possible to use the Rust path of an in-scope item as a "URL", and as of Rust 1.51.0, this works for associated items too, such as writing |
No description provided.