Skip to content

Commit c09bb24

Browse files
authored
Create a new logo (#163)
* Add logo (and push for preview) * Use larger logo * Update colors * Change logo font color * Design for dark mode * Done with colors * Link to src in main * Pre-commit autoupdate * Skip _version file for isort
1 parent 721ca46 commit c09bb24

File tree

7 files changed

+509
-4
lines changed

7 files changed

+509
-4
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
# exclude autogenerated files
3131
exclude: /README\.rst$|\.pot?$
3232
- repo: https://github.com/psf/black
33-
rev: 24.10.0
33+
rev: 25.1.0
3434
hooks:
3535
- id: black
3636
language_version: python3

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11

2+
23
<p align="center">
3-
<img src="https://raw.githubusercontent.com/pnkraemer/tueplots/main/docs/source/img/logo.png" width="400"/>
4+
<img src="https://raw.githubusercontent.com/pnkraemer/tueplots/main/docs/source/img/logo_tueplots.svg" width="250" alt="tueplots logo"/>
45
</p>
56

7+
68
# TUEplots: Extend matplotlib for scientific publications
79

810
[![PyPi Version](https://img.shields.io/pypi/v/tueplots.svg?style=flat-square)](https://pypi.org/project/tueplots/)

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
# (Optional) Logo. Should be small enough to fit the navbar (ideally 24x24).
5858
# Path should be relative to the ``_static`` files directory.
59-
html_logo = "img/logo.png"
59+
html_logo = "img/logo_tueplots.svg"
6060

6161
# Add any paths that contain custom static files (such as style sheets) here,
6262
# relative to this directory. They are copied after the builtin static files,

docs/source/img/logo_tueplots.pdf

4.94 KB
Binary file not shown.

docs/source/img/logo_tueplots.png

7.9 KB
Loading

0 commit comments

Comments
 (0)