Skip to content

Commit 8df86fb

Browse files
authored
Add docs badges to README.md (#170)
1 parent 7418e98 commit 8df86fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ A Julia package for describing array layouts and more general fast linear algebr
88
[![version](https://juliahub.com/docs/General/ArrayLayouts/stable/version.svg)](https://juliahub.com/ui/Packages/General/ArrayLayouts)
99
[![pkgeval](https://juliahub.com/docs/General/ArrayLayouts/stable/pkgeval.svg)](https://juliahub.com/ui/Packages/General/ArrayLayouts)
1010

11+
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaLinearAlgebra.github.io/ArrayLayouts.jl/stable)
12+
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaLinearAlgebra.github.io/ArrayLayouts.jl/dev)
13+
1114
This package implements a trait-based framework for describing array layouts such as column
1215
major, row major, etc. that can be dispatched to appropriate BLAS or optimised Julia linear
1316
algebra routines. This supports a much wider class of matrix types than Julia's in-built

0 commit comments

Comments
 (0)