We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c6286 commit 89f90aaCopy full SHA for 89f90aa
logo.svg
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://raw.githubusercontent.com/rust-ndarray/ndarray/master/logo.svg")]
11
#![allow(
12
clippy::many_single_char_names,
13
clippy::deref_addrof,
0 commit comments