mirror of
https://github.com/JHUAPL/kaipy.git
synced 2026-01-08 23:38:11 -05:00
Add the kaipy logo!!!!!
This commit is contained in:
@@ -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
|
||||
|
||||
BIN
docs/source/_static/kaipy-logo.png
Normal file
BIN
docs/source/_static/kaipy-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1005 KiB |
@@ -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']
|
||||
Reference in New Issue
Block a user