12
12
[ doc-stable-img ] : https://img.shields.io/badge/docs-stable-blue.svg
13
13
[ doc-stable-url ] : https://control-toolbox.org/OptimalControlProblems.jl/stable/
14
14
15
+ [ release-img ] : https://img.shields.io/github/v/release/control-toolbox/OptimalControlProblems.jl.svg
16
+ [ release-url ] : https://github.com/control-toolbox/OptimalControlProblems.jl/releases
17
+
18
+ [ pkg-eval-img ] : https://img.shields.io/badge/Julia-package-purple
19
+ [ pkg-eval-url ] : https://juliahub.com/ui/Packages/General/OptimalControlProblems
20
+
15
21
[ licence-img ] : https://img.shields.io/badge/License-MIT-yellow.svg
16
22
[ licence-url ] : https://github.com/control-toolbox/OptimalControlProblems.jl/blob/master/LICENSE
17
23
18
- [ aqua-img ] : https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg
19
- [ aqua-url ] : https://github.com/JuliaTesting/Aqua.jl
20
-
21
24
[ blue-img ] : https://img.shields.io/badge/code%20style-blue-4495d1.svg
22
25
[ blue-url ] : https://github.com/JuliaDiff/BlueStyle
23
26
@@ -29,8 +32,20 @@ The control-toolbox ecosystem gathers Julia packages for mathematical control an
29
32
| ** Name** | ** Badge** |
30
33
:-------------------|:------------------|
31
34
| 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 ] |
35
+ | Code Status | [ ![ Build Status] [ ci-img ]] [ ci-url ] [ ![ Covering Status] [ co-img ]] [ co-url ] [ ![ pkgeval ] [ pkg-eval- img]] [ pkg-eval- url] [ ![ Code Style: Blue] [ blue-img ]] [ blue-url ] |
33
36
| Licence | [ ![ License: MIT] [ licence-img ]] [ licence-url ] |
37
+ | Release | [ ![ Release] [ release-img ]] [ release-url ] |
38
+
39
+ ## Installation
40
+
41
+ To install OptimalControlProblems.jl please
42
+ <a href =" https://docs.julialang.org/en/v1/manual/getting-started/ " >open Julia's interactive session (known as REPL)</a >
43
+ and press <kbd >] </kbd > key in the REPL to use the package mode, then add the package:
44
+
45
+ ``` julia
46
+ julia> ]
47
+ pkg> add OptimalControlProblems
48
+ ```
34
49
35
50
## Contributing
36
51
0 commit comments