Skip to content

Commit 215b6b0

Browse files
author
Jaime Céspedes Sisniega
authored
Merge pull request #152 from IFCA/feature-add-logo
Add logo image
2 parents 1511a22 + e1321e3 commit 215b6b0

File tree

6 files changed

+18
-1325
lines changed

6 files changed

+18
-1325
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
[//]: # (![Frouros logo](logo.svg))
1+
<p align="center">
2+
<img height="115px" src="images/logo.png" alt="frouros_logo">
3+
</p>
4+
5+
---
26

37
<p align="center">
48
<!-- CI -->
@@ -47,6 +51,8 @@ Frouros is a Python library for drift detection in machine learning systems that
4751
</p>
4852
</div>
4953

54+
----
55+
5056
## ⚡️ Quickstart
5157

5258
### Concept drift
@@ -183,7 +189,7 @@ pip install frouros
183189

184190
The currently implemented detectors are listed in the following diagram.
185191

186-
![Detectors diagram](images/detectors.png)
192+
![Detectors diagram](/images/detectors.png)
187193

188194
## 👍 Contributing
189195

docs/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
#
7575
html_theme = "sphinx_book_theme"
7676
html_title = "Frouros"
77+
html_logo = "../../images/logo.png"
7778

7879
# Theme options
7980

@@ -82,6 +83,9 @@
8283
"use_repository_button": True,
8384
"use_issues_button": True,
8485
"show_prev_next": False,
86+
"logo": {
87+
"alt_text": "frouros_logo",
88+
},
8589
}
8690

8791
# Add any paths that contain custom static files (such as style sheets) here,

docs/source/images/detectors.png

79.8 KB
Loading

0 commit comments

Comments
 (0)