Skip to content

Commit

Permalink
Add logo to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jturner314 committed Apr 15, 2021
1 parent 77c6286 commit f3a12d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// except according to those terms.
#![crate_name = "ndarray"]
#![doc(html_root_url = "https://docs.rs/ndarray/0.15/")]
#![doc(html_logo_url = "https://rust-ndarray.github.io/images/rust-ndarray_logo.svg")]
#![allow(
clippy::many_single_char_names,
clippy::deref_addrof,
Expand Down

0 comments on commit f3a12d3

Please sign in to comment.