Skip to content

Commit 47626e4

Browse files
authored
Add logo to docs (#981)
1 parent 77c6286 commit 47626e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// except according to those terms.
88
#![crate_name = "ndarray"]
99
#![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")]
1011
#![allow(
1112
clippy::many_single_char_names,
1213
clippy::deref_addrof,

0 commit comments

Comments
 (0)