Skip to content

Commit 1b9079b

Browse files
committed
docs: add badges to the homepage
1 parent 5c7ed70 commit 1b9079b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

changelog.d/+e608ef8b.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add badges to the documentation homepage.

template/{% if docs %}docs{% endif %}/{% if docs == 'mkdocs' %}.{% endif %}/index.md.jinja

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# {{ project_name }}
22

3+
[![PyPI](https://img.shields.io/pypi/v/{{ distribution_name }})](https://pypi.org/project/{{ distribution_name }}/)
4+
[![Supported Python versions](https://img.shields.io/pypi/pyversions/{{ distribution_name }}?logo=python)](https://pypi.org/project/{{ distribution_name }}/)
5+
[![CI](https://img.shields.io/github/actions/workflow/status/{{ repository_path }}/ci.yaml?branch=main&logo=github&label=CI)](https://github.com/{{ repository_path }}/actions/workflows/ci.yaml)
6+
[![License](https://img.shields.io/github/license/{{ repository_path }})](https://github.com/{{ repository_path }}/blob/main/LICENSE)
7+
38
## Installation
49

510
Install `{{ distribution_name }}` using [pip](https://pip.pypa.io/en/stable/):

0 commit comments

Comments
 (0)