Skip to content
Prev Previous commit
Next Next commit
Update README-quick-start.md
Co-Authored-By: Luca Palmieri <[email protected]>
  • Loading branch information
liufuyang and LukeMathWalker authored Mar 25, 2020
commit 807108edb2bbbb0942bdb02e9aa28dc2c9309880
2 changes: 1 addition & 1 deletion README-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Note that

More info checkout https://docs.rs/ndarray/latest/ndarray/struct.ArrayBase.html#arithmetic-operations

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
More info checkout https://docs.rs/ndarray/latest/ndarray/struct.ArrayBase.html#arithmetic-operations
For more info checkout https://docs.rs/ndarray/latest/ndarray/struct.ArrayBase.html#arithmetic-operations


Some operations have `_axis` appended on the function name that can take in `Axis` as parameters,
Some operations have `_axis` appended to the function name: they generally take in a parameter of type `Axis` as one of their inputs,
such as `sum_axis`:

```rust
Expand Down