diff --git a/README.md b/README.md index b684fe9a..d741d6e9 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,27 @@ # CTBase.jl -[gh-ci-img]: https://github.com/control-toolbox/CTBase.jl/actions/workflows/CI.yml/badge.svg?branch=main -[gh-ci-url]: https://github.com/control-toolbox/CTBase.jl/actions/workflows/CI.yml?query=branch%3Amain +[ci-img]: https://github.com/control-toolbox/CTBase.jl/actions/workflows/CI.yml/badge.svg?branch=main +[ci-url]: https://github.com/control-toolbox/CTBase.jl/actions/workflows/CI.yml?query=branch%3Amain -[gh-co-img]: https://codecov.io/gh/control-toolbox/CTBase.jl/branch/main/graph/badge.svg?token=YM5YQQUSO3 -[gh-co-url]: https://codecov.io/gh/control-toolbox/CTBase.jl +[co-img]: https://codecov.io/gh/control-toolbox/CTBase.jl/branch/main/graph/badge.svg?token=YM5YQQUSO3 +[co-url]: https://codecov.io/gh/control-toolbox/CTBase.jl -[gh-doc-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg -[gh-doc-dev-url]: http://control-toolbox.github.io/CTBase.jl/dev +[doc-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg +[doc-dev-url]: http://control-toolbox.github.io/CTBase.jl/dev -[gh-doc-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg -[gh-doc-stable-url]: http://control-toolbox.github.io/CTBase.jl/stable +[doc-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg +[doc-stable-url]: http://control-toolbox.github.io/CTBase.jl/stable + +[down-img]: https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/CTBase +[down-url]: https://pkgs.genieframework.com?packages=CTBase The `CTBase.jl` package is part of the [control-toolbox ecosystem](https://github.com/control-toolbox). -| **Documentation** | **Build Status** | -|:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:| -| [![Documentation][gh-doc-stable-img]][gh-doc-stable-url] [![Documentation][gh-doc-dev-img]][gh-doc-dev-url] | [![Build Status][gh-ci-img]][gh-ci-url] [![Covering Status][gh-co-img]][gh-co-url] | +| **Documentation** | [![Documentation][doc-stable-img]][doc-stable-url] [![Documentation][doc-dev-img]][doc-dev-url] | +|:------------------:|:------------------------------------------------------------------------------------------------:| +| **Build Status** | [![Build Status][ci-img]][ci-url] [![Covering Status][co-img]][co-url] | +| **Downloads** | [![CTBase Downloads][down-img]][down-url] | ## Installation -To install a package from the control-toolbox ecosystem, please visit the [installation page](https://github.com/control-toolbox#installation). \ No newline at end of file +To install a package from the control-toolbox ecosystem, please visit the [installation page](https://github.com/control-toolbox#installation).