From 0fd11fa3a76b9c80f58bc6250fbac2df0432bad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= Date: Fri, 13 Dec 2024 12:37:16 +0100 Subject: [PATCH] Title docs with overview instead of repeating crate name --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 1624b7a..f7085f0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! # lambert_w +//! # Overview //! //! Fast and accurate evaluation of the real valued parts of the principal and secondary branches of the [Lambert W function](https://en.wikipedia.org/wiki/Lambert_W_function) //! with the method of Toshio Fukushima \[[1](#references)\]. @@ -108,7 +108,7 @@ //! DOI: [10.13140/RG.2.2.30264.37128](https://doi.org/10.13140/RG.2.2.30264.37128). //! November 2020. //! -//! [⬆️ Back to top](#lambert_w). +//! [⬆️ Back to top](#overview). #![cfg_attr(not(feature = "std"), no_std)] #![forbid(unsafe_code)]