Skip to content

Commit

Permalink
Update README.rst (#1199)
Browse files Browse the repository at this point in the history
Fix formatting.
  • Loading branch information
podusowski authored Aug 23, 2022
1 parent f8522cf commit 6b5e829
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,11 @@ your `Cargo.toml`.
- This crate can be used without the standard library by disabling the
default `std` feature. To do so, use this in your `Cargo.toml`:

[dependencies]
ndarray = { version = "0.x.y", default-features = false }
::
[dependencies]
ndarray = { version = "0.x.y", default-features = false }

- The `geomspace` `linspace` `logspace` `range` `std` `var` `var_axis` and `std_axis`
methods are only available when `std` is enabled.
Expand Down

0 comments on commit 6b5e829

Please sign in to comment.