Add the kaipy logo!!!!!

This commit is contained in:
wiltbemj
2025-05-15 14:36:39 -06:00
parent 034152923e
commit 22d6d2dc71
3 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
<p align="center">
<img src="docs/source/_static/kaipy-logo.png" alt="Logo" width="200"/>
</p>
<p align="center">
Python Tools for Analyzing and Visualizing Kaiju Results
</p>
# README #
Kaipy is a Python package for analysis and visualization of simulation

Binary file not shown.

After

Width:  |  Height:  |  Size: 1005 KiB

View File

@@ -59,6 +59,7 @@ html_theme = 'sphinx_rtd_theme'
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_logo = '_static/kaipy-logo.png'
# Mock Imports
autodoc_mock_imports = ['cartopy']