diff --git a/.gitignore b/.gitignore index e776da9a..12513e9e 100644 --- a/.gitignore +++ b/.gitignore @@ -23,5 +23,6 @@ cover/ docs/_build .mcp.json .serena +.playwright-mcp _version.py .env diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 383a1909..53d8e048 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -14,4 +14,10 @@ img.sidebar-logo { table.docutils { margin-left: 0; margin-right: auto; -} \ No newline at end of file +} + +/* Header banner image */ +img[alt="PyAthena"] { + border-radius: 16px; + margin-bottom: 1rem; +} diff --git a/docs/_static/header.png b/docs/_static/header.png new file mode 100644 index 00000000..4d0eaef0 Binary files /dev/null and b/docs/_static/header.png differ diff --git a/docs/index.md b/docs/index.md index dc0efce2..68761d03 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,7 @@ (pyathena)= +![PyAthena](_static/header.png) + # PyAthena PyAthena is a Python [DB API 2.0 (PEP 249)](https://www.python.org/dev/peps/pep-0249/) client for [Amazon Athena](https://docs.aws.amazon.com/athena/latest/APIReference/Welcome.html).