Skip to content

Commit c5c86b5

Browse files
authored
Merge pull request #73 from TrueLearnAI/fix-logo
Update logos
2 parents 0148279 + facb12a commit c5c86b5

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
|FOSSA Status| |docs| |Black|
44

5-
|TrueLearn|
5+
.. raw:: html
6+
7+
<h1 align="center">
8+
<a href="https://truelearnai.github.io/"><img src="https://raw.githubusercontent.com/truelearnai/truelearn/main/docs/images/TrueLearn_logo.svg" alt="TrueLearn" width="800" height="160"></a>
9+
</h1>
610

711
**TrueLearn** is a machine learning library for predicting and modelling learner engagement with educational resources.
812

@@ -18,7 +22,7 @@
1822
:target: https://github.com/TrueLearnAI/truelearn/actions/workflows/unit_tests.yml
1923
:alt: Unit tests
2024

21-
.. |Static analysis| image:: https://github.com/comp0016-group1/TrueLearn/actions/workflows/static_analysis.yml/badge.svg
25+
.. |Static analysis| image:: https://github.com/TrueLearnAI/truelearn/actions/workflows/static_analysis.yml/badge.svg
2226
:target: https://github.com/TrueLearnAI/truelearn/actions/workflows/static_analysis.yml
2327
:alt: Static analysis
2428

@@ -38,10 +42,6 @@
3842
:target: https://github.com/psf/black
3943
:alt: Black
4044

41-
.. |TrueLearn| image:: https://raw.githubusercontent.com/truelearnai/truelearn/main/docs/images/TrueLearn_logo.png
42-
:target: https://truelearnai.github.io/
43-
:alt: TrueLearn
44-
4545

4646
User Installation
4747
#################

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def find_source():
163163
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
164164

165165
html_theme = "furo"
166-
html_logo = "images/TrueLearn_logo.png"
166+
html_logo = "images/TrueLearn_logo.svg"
167167
html_css_files = ["custom.css"]
168168
html_static_path = ["_static"]
169169

docs/images/TrueLearn_logo.png

-8.63 KB
Loading

docs/images/TrueLearn_logo.svg

Lines changed: 15 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)