Skip to content

Commit 89f90aa

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

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

logo.svg

Lines changed: 20 additions & 0 deletions
Loading

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://raw.githubusercontent.com/rust-ndarray/ndarray/master/logo.svg")]
1011
#![allow(
1112
clippy::many_single_char_names,
1213
clippy::deref_addrof,

0 commit comments

Comments
 (0)