Skip to content

Commit 0a288a6

Browse files
committed
feat: add logo to README and docs site
1 parent aabd4d1 commit 0a288a6

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<p align="center">
2+
<img src="docs/assets/logo.png" alt="OnlineCML" width="300"/>
3+
</p>
4+
15
> Causal inference for the real world — one observation at a time.
26
37
[![CI](https://github.com/athammad/onlinecml/actions/workflows/ci.yml/badge.svg)](https://github.com/athammad/onlinecml/actions/workflows/ci.yml)

docs/assets/logo.png

157 KB
Loading

docs/assets/logo_small.png

42.2 KB
Loading

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ repo_name: athammad/onlinecml
66

77
theme:
88
name: material
9+
logo: assets/logo_small.png
10+
favicon: assets/logo_small.png
911
palette:
1012
- scheme: default
1113
primary: indigo

0 commit comments

Comments
 (0)