From edbc82b52b709c90efd9fa1856690ce5584dee7f Mon Sep 17 00:00:00 2001 From: Fabien Danieau Date: Thu, 10 Oct 2024 13:38:44 +0200 Subject: [PATCH 1/2] bug #39: fix links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a808718..90d3756 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Template code and examples for python project respecting the [PEP8 coding style](https://peps.python.org/pep-0008/). -[![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-coding-guidelines/actions/workflows/lint.yml/badge.svg) ![pytest](https://github.com/pollen-robotics/python-coding-guidelines/actions/workflows/pytest.yml/badge.svg) ![coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/FabienDanieau/58642e8fe4589e710e26627e39ff92d7/raw/covbadge.json) [![Licence](https://img.shields.io/badge/licence-Apache%202.0-blue)](LICENSE) +[![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) ## Quick start From a4f1b9fa49b95b8e918d5d374de840219203f16d Mon Sep 17 00:00:00 2001 From: Fabien Danieau Date: Thu, 10 Oct 2024 13:42:26 +0200 Subject: [PATCH 2/2] bug #39: add doc badge --- .github/workflows/docs.yml | 2 +- README.md | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2e82b03..345d223 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,4 +1,4 @@ -name: Generate Python Documentation +name: Documentation on: [pull_request] diff --git a/README.md b/README.md index 90d3756..fc2852d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,12 @@ Template code and examples for python project respecting the [PEP8 coding style](https://peps.python.org/pep-0008/). -[![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) - +[![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) +![Docs](https://github.com/pollen-robotics/python-template/actions/workflows/docs.yml/badge.svg) ## Quick start