Skip to content

Commit 06bf88c

Browse files
authored
Update README.md
1 parent f46340a commit 06bf88c

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@
2121
[blue-img]: https://img.shields.io/badge/code%20style-blue-4495d1.svg
2222
[blue-url]: https://github.com/JuliaDiff/BlueStyle
2323

24+
[release-img]: https://juliahub.com/docs/General/CTModels/stable/version.svg
25+
[release-url]: https://github.com/control-toolbox/CTModels.jl/releases
26+
27+
[pkg-eval-img]: https://img.shields.io/badge/Julia-package-purple
28+
[pkg-eval-url]: https://juliahub.com/ui/Packages/General/CTModels
29+
30+
[deps-img]: https://juliahub.com/docs/General/CTModels/stable/deps.svg
31+
[deps-url]: https://juliahub.com/ui/Packages/General/CTModels?t=2
32+
2433
This repo is part of the [control-toolbox ecosystem](https://github.com/control-toolbox).
2534
The control-toolbox ecosystem gathers Julia packages for mathematical control and applications. The root package is [OptimalControl.jl](https://github.com/control-toolbox/OptimalControl.jl) which aims to provide tools to model and solve optimal control problems with ordinary differential equations by direct and indirect methods.
2635

@@ -29,8 +38,10 @@ The control-toolbox ecosystem gathers Julia packages for mathematical control an
2938
| **Name** | **Badge** |
3039
:-------------------|:------------------|
3140
| Documentation | [![Documentation][doc-stable-img]][doc-stable-url] [![Documentation][doc-dev-img]][doc-dev-url] |
32-
| Code Status | [![Build Status][ci-img]][ci-url] [![Covering Status][co-img]][co-url] [![Aqua.jl][aqua-img]][aqua-url] [![Code Style: Blue][blue-img]][blue-url] |
41+
| Code Status | [![Build Status][ci-img]][ci-url] [![Covering Status][co-img]][co-url] [![Aqua.jl][aqua-img]][aqua-url] [![Code Style: Blue][blue-img]][blue-url] [![pkgeval][pkg-eval-img]][pkg-eval-url] |
42+
| Dependencies | [![deps][deps-img]][deps-url] |
3343
| Licence | [![License: MIT][licence-img]][licence-url] |
44+
| Release | [![Release][release-img]][release-url] |
3445

3546
## Contributing
3647

0 commit comments

Comments
 (0)