Skip to content

Commit

Permalink
PySDM logo (#1381)
Browse files Browse the repository at this point in the history
Co-authored-by: Sylwester Arabas <[email protected]>
  • Loading branch information
NeKo2903 and slayoo authored Sep 1, 2024
1 parent 5bf30f9 commit ec1f515
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
Binary file added .github/pysdm_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .github/pysdm_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# <img src="https://raw.githubusercontent.com/open-atmos/PySDM/main/.github/pysdm_logo.svg" width=100 height=146 alt="pysdm logo">

# PySDM

[![Python 3](https://img.shields.io/static/v1?label=Python&logo=Python&color=3776AB&message=3)](https://www.python.org/)
Expand Down
3 changes: 3 additions & 0 deletions pdoc_templates/index.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

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

{% filter to_html %}
# PySDM documentation home page
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@


def get_long_description():
"""returns contents of README.md file"""
with open("README.md", "r", encoding="utf8") as file:
long_description = file.read()
long_description = long_description.replace("pysdm_logo.svg", "pysdm_logo.png")
return long_description


Expand Down

0 comments on commit ec1f515

Please sign in to comment.