Skip to content

Commit d218695

Browse files
committed
Add stable docs badge.
1 parent 5cef99d commit d218695

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# ModelConstructors.jl
22

33
![Build Status](https://github.com/FRBNY-DSGE/ModelConstructors.jl/workflows/build/badge.svg?branch=main)
4-
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://frbny-dsge.github.io/ModelConstructors.jl/latest)
4+
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://frbny-dsge.github.io/ModelConstructors.jl/stable)
5+
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://frbny-dsge.github.io/ModelConstructors.jl/latest)
56
[![codecov](https://codecov.io/gh/FRBNY-DSGE/ModelConstructors.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/FRBNY-DSGE/ModelConstructors.jl)
67

78
This package contains the building blocks of model objects, such as `Parameter`, `Observable`, `Setting`, and `State` types. You may define any custom model, so long as it has parameters. The model object is used in both [DSGE.jl](https://github.com/FRBNY-DSGE/DSGE.jl) and [SMC.jl](https://github.com/FRBNY-DSGE/SMC.jl).

0 commit comments

Comments
 (0)