Skip to content

Commit 10c8c56

Browse files
committed
add docs badges
1 parent bce9430 commit 10c8c56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
> To be presented at JuliaCon 2024. https://pretalx.com/juliacon2024/talk/KGAKA8/
55
66
[![Build Status](https://github.com/JuliaComputing/ModelingToolkitSampledData.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaComputing/ModelingToolkitSampledData.jl/actions/workflows/CI.yml?query=branch%3Amain)
7+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliacomputing.github.io/ModelingToolkitSampledData.jl/stable/)
8+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliacomputing.github.io/ModelingToolkitSampledData.jl/dev/)
79

810
A standard library with discrete-time components for ModelingToolkit.
911

@@ -13,3 +15,5 @@ Requires [JuliaSimCompiler.jl](https://help.juliahub.com/juliasimcompiler/stable
1315
To install this library, first follow the [installation instructions for JuliaSimCompiler](https://juliacomputing.github.io/JuliaSimCompiler.jl/stable/#Installing-and-Using-JuliaSimCompiler). In particular, you need to [add the JuliaHub Registry](https://help.juliahub.com/juliasim/dev/gettingstarted/juliahubregistry/).
1416

1517
After the registry is added and JuliaSimCompiler is installed, you may install this package. This package is currently not registered in any register and must thus be installed by URL.
18+
19+

0 commit comments

Comments
 (0)