Skip to content

Commit ec1f515

Browse files
NeKo2903slayoo
andauthored
PySDM logo (#1381)
Co-authored-by: Sylwester Arabas <[email protected]>
1 parent 5bf30f9 commit ec1f515

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

.github/pysdm_logo.png

3.68 KB
Loading

.github/pysdm_logo.svg

Lines changed: 1 addition & 0 deletions
Loading

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# <img src="https://raw.githubusercontent.com/open-atmos/PySDM/main/.github/pysdm_logo.svg" width=100 height=146 alt="pysdm logo">
2+
13
# PySDM
24

35
[![Python 3](https://img.shields.io/static/v1?label=Python&logo=Python&color=3776AB&message=3)](https://www.python.org/)

pdoc_templates/index.html.jinja2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
{% block content %}
1515
<main class="pdoc">
16+
<a href="https://open-atmos.github.io/PySDM/index.html">
17+
<img src="https://raw.githubusercontent.com/open-atmos/PySDM/main/.github/pysdm_logo.svg" style="height:50pt" alt="pysdm logo">
18+
</a>
1619

1720
{% filter to_html %}
1821
# PySDM documentation home page

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010

1111

1212
def get_long_description():
13+
"""returns contents of README.md file"""
1314
with open("README.md", "r", encoding="utf8") as file:
1415
long_description = file.read()
16+
long_description = long_description.replace("pysdm_logo.svg", "pysdm_logo.png")
1517
return long_description
1618

1719

0 commit comments

Comments
 (0)