From b8c82c20adb7d03b6a54a7fd2ed27bd708c7bd73 Mon Sep 17 00:00:00 2001 From: Andrew Bowell <49959927+AnBowell@users.noreply.github.com> Date: Tue, 10 Oct 2023 07:38:06 +0100 Subject: [PATCH] fix: :ambulance: Critical documentation bugs! and linking docs --- Cargo.toml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d612e19..366100c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whittaker-eilers" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "A sparse matrix implementation of Whittaker-Eilers smoothing and interpolation" @@ -11,6 +11,7 @@ keywords = ["smoothing", "interpolation", "filter", "signal-processing"] categories = ["algorithms", "mathematics", "science"] repository = "https://github.com/AnBowell/whittaker-eilers" homepage = "https://github.com/AnBowell/whittaker-eilers" +documentation = "https://docs.rs/whittaker-eilers/latest/whittaker_eilers/" readme = "README.md" diff --git a/README.md b/README.md index 9bc35ea..b91fdcf 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ```toml [dependencies] -whittaker_eilers = "0.1.0" +whittaker-eilers = "0.1.0" ``` ## Usage