We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8522cf commit 6b5e829Copy full SHA for 6b5e829
README.rst
@@ -65,8 +65,11 @@ your `Cargo.toml`.
65
- This crate can be used without the standard library by disabling the
66
default `std` feature. To do so, use this in your `Cargo.toml`:
67
68
- [dependencies]
69
- ndarray = { version = "0.x.y", default-features = false }
+ ::
+
70
+ [dependencies]
71
+ ndarray = { version = "0.x.y", default-features = false }
72
73
74
- The `geomspace` `linspace` `logspace` `range` `std` `var` `var_axis` and `std_axis`
75
methods are only available when `std` is enabled.
0 commit comments