diff --git a/README.md b/README.md index 28d7165..365d4a1 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute -[![latest-docs](https://img.shields.io/badge/docs-latest-orange)](https://auto-intersphinx.readthedocs.io/en/latest/) - - -[![repository](https://img.shields.io/badge/github-project-darkblue)](https://github.com/idiap/auto-intersphinx) +[![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://auto-intersphinx.readthedocs.io/en/latest/) +[![tests](https://github.com/idiap/auto-intersphinx/main/actions/workflows/tests.svg)](https://github.com/idiap/auto-intersphinx/actions) +[![coverage](https://raw.githubusercontent.com/idiap/auto-intersphinx/python-coverage-comment-action-data/badge.svg)](https://htmlpreview.github.io/?https://github.com/idiap/auto-intersphinx/python-coverage-comment-action-data/htmlcov/index.html) +[![repository](https://img.shields.io/badge/github-project-darkblue.svg)](https://github.com/idiap/auto-intersphinx) # Automatically Links Package Documentation from Their Names @@ -15,7 +15,7 @@ This package contains a [Sphinx](https://www.sphinx-doc.org/) plugin that can fill [intersphinx](https://www.sphinx-doc.org/en/main/usage/extensions/intersphinx.html) mappings based on package names. It simplifies the use of that plugin by -removing the need of knowing URLs for various API catologs you may want to +removing the need of knowing URLs for various API catalogs you may want to cross-reference. For installation and usage instructions, check-out our documentation.