Skip to content

Commit ce26568

Browse files
authored
Add badges from Juliahub (#308)
Badges for current version and number of dependents
1 parent e9583c5 commit ce26568

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# OffsetArrays.jl
22

3-
| Documentation | Build Status | Code coverage |
4-
| :-: | :-: | :-: |
5-
| [![][docs-stable-img]][docs-stable-url] | [![][action-img]][action-url] | [![][codecov-img]][codecov-url] |
6-
| [![][docs-dev-img]][docs-dev-url] | [![][pkgeval-img]][pkgeval-url] | |
3+
| Documentation | Build Status | Code coverage | Version |
4+
| :-: | :-: | :-: | :-: |
5+
| [![][docs-stable-img]][docs-stable-url] | [![][action-img]][action-url] | [![][codecov-img]][codecov-url] | [![][ver-img]][ver-url] |
6+
| [![][docs-dev-img]][docs-dev-url] | [![][pkgeval-img]][pkgeval-url] | | [![][deps-img]][deps-url] |
77

88
## Introduction
99

@@ -191,6 +191,11 @@ into a no-op and uncover potential out-of-bound errors.
191191
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
192192
[docs-dev-url]: https://juliaarrays.github.io/OffsetArrays.jl/dev/
193193

194+
[ver-img]: https://juliahub.com/docs/OffsetArrays/version.svg
195+
[ver-url]: https://juliahub.com/ui/Packages/OffsetArrays/UDEDl
196+
197+
[deps-img]: https://juliahub.com/docs/OffsetArrays/deps.svg
198+
[deps-url]: https://juliahub.com/ui/Packages/OffsetArrays/UDEDl
194199

195200
[doc_LinearIndices]: https://docs.julialang.org/en/v1/base/arrays/#Base.LinearIndices
196201
[doc_CartesianIndices]: https://docs.julialang.org/en/v1/base/arrays/#Base.IteratorsMD.CartesianIndices

0 commit comments

Comments
 (0)