Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots authored Jun 29, 2024
1 parent 557511f commit 7a53bc4
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
# CTFlows.jl

[gh-ci-img]: https://github.com/control-toolbox/CTFlows.jl/actions/workflows/CI.yml/badge.svg?branch=main
[gh-ci-url]: https://github.com/control-toolbox/CTFlows.jl/actions/workflows/CI.yml?query=branch%3Amain
[ci-img]: https://github.com/control-toolbox/CTFlows.jl/actions/workflows/CI.yml/badge.svg?branch=main
[ci-url]: https://github.com/control-toolbox/CTFlows.jl/actions/workflows/CI.yml?query=branch%3Amain

[gh-co-img]: https://codecov.io/gh/control-toolbox/CTFlows.jl/branch/main/graph/badge.svg?token=YM5YQQUSO3
[gh-co-url]: https://codecov.io/gh/control-toolbox/CTFlows.jl
[co-img]: https://codecov.io/gh/control-toolbox/CTFlows.jl/branch/main/graph/badge.svg?token=YM5YQQUSO3
[co-url]: https://codecov.io/gh/control-toolbox/CTFlows.jl

[gh-doc-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[gh-doc-dev-url]: http://control-toolbox.github.io/CTFlows.jl/dev
[doc-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[doc-dev-url]: http://control-toolbox.github.io/CTFlows.jl/dev

[gh-doc-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[gh-doc-stable-url]: http://control-toolbox.github.io/CTFlows.jl/stable
[doc-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[doc-stable-url]: http://control-toolbox.github.io/CTFlows.jl/stable

[down-img]: https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/CTFlows
[down-url]: https://pkgs.genieframework.com?packages=CTFlows

[release-img]: https://img.shields.io/github/v/release/control-toolbox/CTFlows.jl.svg?style=round-square
[release-url]: https://github.com/control-toolbox/CTFlows.jl/releases

The `CTFlows.jl` package is part of the [control-toolbox ecosystem](https://github.com/control-toolbox).
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 modelise and solve optimal control problems by direct and indirect methods. [![doc OptimalControl.jl](https://img.shields.io/badge/doc-OptimalControl.jl-blue)](http://control-toolbox.org/docs/optimalcontrol)

| **Documentation** | **Code Status** | **Release** | **Downloads** |
|:-------------------|:-----------------|:-------------|:--------------|
| [![Documentation][doc-stable-img]][doc-stable-url] [![Documentation][doc-dev-img]][doc-dev-url] | [![Build Status][ci-img]][ci-url] [![Covering Status][co-img]][co-url] | [![Release][release-img]][release-url] | [![Downloads][down-img]][down-url] |

| **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] |

## Installation

Expand Down

0 comments on commit 7a53bc4

Please sign in to comment.