Skip to content

Commit a361d39

Browse files
authored
Merge pull request #62 from QuantumKitHub/lb/update_readme
Update README badges and links
2 parents bb08ad3 + 29e7b8a commit a361d39

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
# MPSKitModels.jl
22

3-
[![docs][docs-dev-img]][docs-dev-url] [![codecov][codecov-img]][codecov-url] ![CI][ci-url]
3+
| **Documentation** | **Build Status** | **Coverage** |
4+
|:-----------------:|:----------------:|:------------:|
5+
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![CI][ci-img]][ci-url] | [![codecov][codecov-img]][codecov-url] |
6+
7+
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
8+
[docs-stable-url]: https://QuantumKitHub.github.io/MPSKitModels.jl/stable/
49

510
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
611
[docs-dev-url]: https://QuantumKitHub.github.io/MPSKitModels.jl/dev/
712

813
[codecov-img]: https://codecov.io/gh/QuantumKitHub/MPSKitModels.jl/graph/badge.svg?token=MDGR0SONEI
914
[codecov-url]: https://codecov.io/gh/QuantumKitHub/MPSKitModels.jl
1015

11-
[ci-url]: https://github.com/QuantumKitHub/MPSKitModels.jl/workflows/CI/badge.svg
16+
[ci-img]: https://github.com/QuantumKitHub/MPSKitModels.jl/actions/workflows/CI.yml/badge.svg
17+
[ci-url]: https://github.com/QuantumKitHub/MPSKitModels.jl/actions/workflows/CI.yml
1218

1319

1420
```julia

0 commit comments

Comments
 (0)