diff --git a/README.md b/README.md index b7548c0..9fe4d32 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ +[![Docs](https://readthedocs.org/projects/holospy/badge/?version=latest)](https://holospy.readthedocs.io/en/latest/?badge=latest) [![Tests](https://github.com/hyperspy/holospy/actions/workflows/tests.yml/badge.svg)](https://github.com/hyperspy/holospy/actions/workflows/tests.yml) [![codecov](https://codecov.io/gh/hyperspy/holospy/graph/badge.svg?token=XB1QDTXQ86)](https://codecov.io/gh/hyperspy/holospy) -[![Docs](https://readthedocs.org/projects/holospy/badge/?version=latest)](https://holospy.readthedocs.io/en/latest/?badge=latest) +[![CodeQL](https://github.com/hyperspy/holospy/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/hyperspy/holospy/actions/workflows/github-code-scanning/codeql) +[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/hyperspy/holospy/main.svg)](https://results.pre-commit.ci/latest/github/hyperspy/holospy/main) + +[![Python Version](https://img.shields.io/pypi/pyversions/holospy.svg?style=flat)](https://pypi.python.org/pypi/holospy) +[![PyPi Version](http://img.shields.io/pypi/v/holospy.svg?style=flat)](https://pypi.python.org/pypi/holospy) +[![Anaconda Version](https://anaconda.org/conda-forge/holospy/badges/version.svg)](https://anaconda.org/conda-forge/holospy) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) -[![DOI](https://zenodo.org/badge/2233998.svg)](https://zenodo.org/badge/latestdoi/2233998) +[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.10137993.svg)](https://doi.org/10.5281/zenodo.10137993) **HoloSpy** is a Python package extending the functionality for multi-dimensional data analysis provided by the [HyperSpy](https://hyperspy.org) library. It is diff --git a/upcoming_changes/34.doc.rst b/upcoming_changes/34.doc.rst new file mode 100644 index 0000000..f54f7ca --- /dev/null +++ b/upcoming_changes/34.doc.rst @@ -0,0 +1 @@ +Fix DOI and add more badges to readme file. \ No newline at end of file