Skip to content

Commit a4f1b9f

Browse files
committed
bug #39: add doc badge
1 parent edbc82b commit a4f1b9f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generate Python Documentation
1+
name: Documentation
22

33
on: [pull_request]
44

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
Template code and examples for python project respecting the [PEP8 coding style](https://peps.python.org/pep-0008/).
44

5-
[![Licence](https://img.shields.io/badge/licence-Apache%202.0-blue)](LICENSE) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) ![linter](https://github.com/pollen-robotics/python-template/actions/workflows/lint.yml/badge.svg) ![pytest](https://github.com/pollen-robotics/python-template/actions/workflows/pytest.yml/badge.svg) ![coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/FabienDanieau/58642e8fe4589e710e26627e39ff92d7/raw/covbadge.json)
6-
5+
[![Licence](https://img.shields.io/badge/licence-Apache%202.0-blue)](LICENSE)
6+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
7+
![linter](https://github.com/pollen-robotics/python-template/actions/workflows/lint.yml/badge.svg)
8+
![pytest](https://github.com/pollen-robotics/python-template/actions/workflows/pytest.yml/badge.svg)
9+
![coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/FabienDanieau/58642e8fe4589e710e26627e39ff92d7/raw/covbadge.json)
10+
![Docs](https://github.com/pollen-robotics/python-template/actions/workflows/docs.yml/badge.svg)
711

812
## Quick start
913

0 commit comments

Comments
 (0)