diff --git a/README.rst b/README.rst index 75868ce03..3e7372567 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,11 @@ -|CI| |Docs| |Coverage| |DOI| +========== +pyaerocom +========== + +|logo| -========= -pyaerocom -========= + +|CI| |Docs| |Coverage| |DOI| **Website and Documentation:** https://pyaerocom.readthedocs.io/en/latest/ @@ -14,6 +17,9 @@ pyaerocom **AeroVal** evaluation portal: https://aeroval.met.no/ +.. |logo| image:: docs/pyaerocom_logo.png + :width: 30% + .. |CI| image:: https://github.com/metno/pyaerocom/workflows/CI/badge.svg :target: https://github.com/metno/pyaerocom/actions diff --git a/docs/aerotools_workflow_202407.png b/docs/aerotools_workflow_202407.png deleted file mode 100644 index 6a6ec38a8..000000000 Binary files a/docs/aerotools_workflow_202407.png and /dev/null differ diff --git a/docs/aerotools_workflow_202501.png b/docs/aerotools_workflow_202501.png new file mode 100644 index 000000000..0d5d69005 Binary files /dev/null and b/docs/aerotools_workflow_202501.png differ diff --git a/docs/conf.py b/docs/conf.py index 9f197e260..414ea9507 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -97,7 +97,7 @@ def init_tutorials(): # 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 = "aerotools_full_logo.png" +html_logo = "pyaerocom_logo.png" html_theme_options = { "logo_only": False, "display_version": False, diff --git a/docs/index.rst b/docs/index.rst index af612da1d..20a82b14c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ pyaerocom Official website of pyaerocom, a Python package for climate and air quality model evaluation. -.. figure:: aerotools_workflow_202407.png +.. figure:: aerotools_workflow_202501.png MET Norway's AeroTools workflow diff --git a/docs/pyaerocom_logo.png b/docs/pyaerocom_logo.png new file mode 100644 index 000000000..6863cecf9 Binary files /dev/null and b/docs/pyaerocom_logo.png differ