Skip to content

Commit 931396f

Browse files
Merge pull request #658 from laughingman7743/feature/add-docs-header-image
Add header banner image to documentation
2 parents 09d6fa9 + a35bfa5 commit 931396f

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ cover/
2323
docs/_build
2424
.mcp.json
2525
.serena
26+
.playwright-mcp
2627
_version.py
2728
.env

docs/_static/custom.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@ img.sidebar-logo {
1414
table.docutils {
1515
margin-left: 0;
1616
margin-right: auto;
17-
}
17+
}
18+
19+
/* Header banner image */
20+
img[alt="PyAthena"] {
21+
border-radius: 16px;
22+
margin-bottom: 1rem;
23+
}

docs/_static/header.png

581 KB
Loading

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
(pyathena)=
22

3+
![PyAthena](_static/header.png)
4+
35
# PyAthena
46

57
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).

0 commit comments

Comments
 (0)