Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update badge paths
  • Loading branch information
rettigl authored Feb 27, 2024
1 parent 2699335 commit 5f903a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
![](https://github.com/mpes-kit/specsanalyzer/actions/workflows/linting.yml/badge.svg)
![](https://github.com/mpes-kit/specsanalyzer/actions/workflows/testing_multiversion.yml/badge.svg?branch=main)
![](https://github.com/OpenCOMPES/specsanalyzer/actions/workflows/linting.yml/badge.svg)
![](https://github.com/OpenCOMPES/specsanalyzer/actions/workflows/testing_multiversion.yml/badge.svg?branch=main)
![](https://img.shields.io/pypi/pyversions/specsanalyzer)
![](https://img.shields.io/pypi/l/specsanalyzer)
[![](https://img.shields.io/pypi/v/specsanalyzer)](https://pypi.org/project/specsanalyzer)
[![Coverage Status](https://coveralls.io/repos/github/mpes-kit/specsanalyzer/badge.svg?branch=main&kill_cache=1)](https://coveralls.io/github/mpes-kit/specsanalyzer?branch=main)
[![Coverage Status](https://coveralls.io/repos/github/OpenCOMPES/specsanalyzer/badge.svg?branch=main&kill_cache=1)](https://coveralls.io/github/OpenCOMPES/specsanalyzer?branch=main)

# specsanalyzer
This package contains two modules:
Expand Down Expand Up @@ -99,4 +99,4 @@ poetry install --with dev, docs
poetry run ipython kernel install --user --name=specs_poetry
```

+ The new kernel will now be available in your Jupyter kernels list.
+ The new kernel will now be available in your Jupyter kernels list.

0 comments on commit 5f903a6

Please sign in to comment.