Skip to content

Commit e048583

Browse files
committed
update readme
1 parent ac9a6fe commit e048583

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
11
# Geometric preconditioner for indirect shooting
22

3+
[ci-img]: https://github.com/control-toolbox/preconditioning/actions/workflows/CI.yml/badge.svg?branch=main
4+
[ci-url]: https://github.com/control-toolbox/preconditioning/actions/workflows/CI.yml?query=branch%3Amain
5+
6+
[co-img]: https://codecov.io/gh/control-toolbox/preconditioning/branch/main/graph/badge.svg?token=YM5YQQUSO3
7+
[co-url]: https://codecov.io/gh/control-toolbox/preconditioning
8+
9+
[doc-dev-img]: https://img.shields.io/badge/docs-dev-8A2BE2.svg
10+
[doc-dev-url]: https://control-toolbox.org/preconditioning/dev/
11+
12+
[doc-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
13+
[doc-stable-url]: https://control-toolbox.org/preconditioning/stable/
14+
15+
Geometric preconditioner for indirect shooting
16+
17+
This repo is part of the [control-toolbox ecosystem](https://github.com/control-toolbox).
18+
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/OptimalControl.jl)
19+
20+
| **Documentation** | **Code Status** |
21+
|:-------------------|:-----------------|
22+
| [![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] |

0 commit comments

Comments
 (0)