We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c6286 commit 47626e4Copy full SHA for 47626e4
src/lib.rs
@@ -7,6 +7,7 @@
7
// except according to those terms.
8
#![crate_name = "ndarray"]
9
#![doc(html_root_url = "https://docs.rs/ndarray/0.15/")]
10
+#![doc(html_logo_url = "https://rust-ndarray.github.io/images/rust-ndarray_logo.svg")]
11
#![allow(
12
clippy::many_single_char_names,
13
clippy::deref_addrof,
0 commit comments