From f3a12d37e1f0b0b19ae81fa8eb90284304c4994c Mon Sep 17 00:00:00 2001 From: Jim Turner Date: Thu, 15 Apr 2021 00:44:59 -0400 Subject: [PATCH] Add logo to docs --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 06aca0150..a4c59eb66 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,6 +7,7 @@ // except according to those terms. #![crate_name = "ndarray"] #![doc(html_root_url = "https://docs.rs/ndarray/0.15/")] +#![doc(html_logo_url = "https://rust-ndarray.github.io/images/rust-ndarray_logo.svg")] #![allow( clippy::many_single_char_names, clippy::deref_addrof,