Skip to content

Commit ed164ee

Browse files
Add project logo to README and documentation
The logo features a cute owl (symbol of Athena, goddess of wisdom) with a Greek Corinthian helmet and a Python snake, representing PyAthena's identity as a Python client for Amazon Athena. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9d65171 commit ed164ee

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
:target: https://mypy-lang.org/
1818
:alt: mypy
1919

20+
.. image:: docs/_static/logo.png
21+
:alt: PyAthena logo
22+
:align: center
23+
:width: 200
24+
2025
PyAthena
2126
========
2227

@@ -99,3 +104,8 @@ Links
99104
- PyPI Releases: https://pypi.org/project/PyAthena/
100105
- Source Code: https://github.com/laughingman7743/PyAthena/
101106
- Issue Tracker: https://github.com/laughingman7743/PyAthena/issues
107+
108+
Logo
109+
----
110+
111+
The PyAthena logo was generated using `Nano-Banana Pro <https://deepmind.google/models/gemini-image/pro/>`_ (Gemini 3 Pro Image).

docs/_static/logo.png

6.5 MB
Loading

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ def setup(app):
162162
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
163163

164164
html_theme = "furo"
165+
html_logo = "_static/logo.png"
165166
html_static_path = ["_static"]
166167
html_css_files = [
167168
"custom.css",

docs/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
.. _pyathena:
22

3+
.. image:: _static/logo.png
4+
:alt: PyAthena logo
5+
:align: center
6+
:width: 200
7+
38
PyAthena
49
========
510

0 commit comments

Comments
 (0)