From ead4892746053c80287c37b3eb5dcf21d816042b Mon Sep 17 00:00:00 2001 From: melihakdag Date: Tue, 17 Dec 2024 15:30:53 +0100 Subject: [PATCH] MLFMU logo is added, conf.py and CHANGELOG.md are updated. --- CHANGELOG.md | 1 + docs/source/_static/mlfmu_logo_v1.svg | 1 + docs/source/_static/my_package.svg | 1 - docs/source/conf.py | 2 +- 4 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 docs/source/_static/mlfmu_logo_v1.svg delete mode 100644 docs/source/_static/my_package.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 553c847..e5d3914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e ### Changed +* MLFMU logo is added and conf.py is updated. * Added checks for Windows vs Linux and fixed compilation for Linux/MacOS, updated README. Tested with Ubuntu 20.04, Ubuntu 22.04 and MacOS 14.4. ## [1.0.1] diff --git a/docs/source/_static/mlfmu_logo_v1.svg b/docs/source/_static/mlfmu_logo_v1.svg new file mode 100644 index 0000000..e41b5dc --- /dev/null +++ b/docs/source/_static/mlfmu_logo_v1.svg @@ -0,0 +1 @@ +MLFMU \ No newline at end of file diff --git a/docs/source/_static/my_package.svg b/docs/source/_static/my_package.svg deleted file mode 100644 index 1e02cbe..0000000 --- a/docs/source/_static/my_package.svg +++ /dev/null @@ -1 +0,0 @@ -mypackagelogo svg1224 x 1223 \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index f995cc3..a326fd9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,7 +63,7 @@ html_title = f"mlfmu {release}" html_theme = "furo" html_static_path = ["_static"] -# html_logo = "_static/mlfmu.svg" +html_logo = "_static/mlfmu_logo_v1.svg" autodoc_default_options = { "member-order": "groupwise", "undoc-members": True,