From 189f4b3b13235ee2c3547968168ffe36e6961ffa Mon Sep 17 00:00:00 2001 From: Piotr Date: Mon, 22 Aug 2022 22:40:41 +0200 Subject: [PATCH] Update README.rst Fix formatting. --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a6ed9e90f..eab086c9c 100644 --- a/README.rst +++ b/README.rst @@ -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.