Skip to content

Commit f3a12d3

Browse files
committed
Add logo to docs
1 parent 77c6286 commit f3a12d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
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)