Skip to content

Commit

Permalink
bug #39: add doc badge
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Oct 10, 2024
1 parent edbc82b commit a4f1b9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate Python Documentation
name: Documentation

on: [pull_request]

Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a4f1b9f

Please sign in to comment.