Skip to content

Commit 2e4b9ce

Browse files
committed
Merge branch 'main' of github.com:control-toolbox/control-toolbox.github.io
2 parents 25332b7 + 98d299e commit 2e4b9ce

3 files changed

Lines changed: 54 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ title: Home
44
permalink: /
55
---
66

7-
The control-toolbox ecosystem gathers Julia packages for mathematical control and applications. It is an outcome of a research initiative supported by the [Inria Centre at Université Côte d'Azur](https://www.inria.fr/en/inria-centre-universite-cote-azur) and the [Labex CIMI (Centre International de Mathématiques et Informatique de Toulouse) at Université de Toulouse](https://www.cimi.univ-toulouse.fr/fr/) and a sequel to previous developments, notably [Bocop](https://www.bocop.org) and [Hampath](https://www.hampath.org). See also: [ct gallery](https://ct.gitlabpages.inria.fr/gallery). The root package is [OptimalControl.jl](https://github.com/control-toolbox/OptimalControl.jl) which aims to provide tools to solve optimal control problems by direct and indirect methods.
7+
The control-toolbox ecosystem gathers Julia packages for mathematical control and applications. It is an outcome of a research initiative supported by the [Inria Centre at Université Côte d'Azur](https://www.inria.fr/en/inria-centre-universite-cote-azur) and the [Labex CIMI (Centre International de Mathématiques et Informatique de Toulouse) at Université de Toulouse](https://www.cimi.univ-toulouse.fr/fr/) and a sequel to previous developments, notably [Bocop](https://www.bocop.org) and [Hampath](https://www.hampath.org). See also: [ct gallery](https://ct.gitlabpages.inria.fr/gallery). The root package is [OptimalControl.jl](https://github.com/control-toolbox/OptimalControl.jl) which aims to provide tools to solve optimal control problems by direct and indirect methods, both on CPU and GPU.
88

99
## Getting started
1010

11-
To solve your first optimal control problem using [OptimalControl.jl](https://github.com/control-toolbox/OptimalControl.jl) package, please check the [documentation](https://control-toolbox.org/OptimalControl.jl/stable), or simply try our [basic example tutorial](https://control-toolbox.org/OptimalControl.jl/stable/tutorial-double-integrator-energy.html).
11+
To solve your first optimal control problem using [OptimalControl.jl](https://github.com/control-toolbox/OptimalControl.jl) package, please check the [documentation](https://control-toolbox.org/OptimalControl.jl/stable), or simply try our [basic example tutorial](https://control-toolbox.org/OptimalControl.jl/stable/example-double-integrator-energy.html).
1212

1313
## Partners and Fundings
1414

assets/css/common.css

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
/* H1 */
2+
h1 .docs-heading-anchor,
3+
h1 .docs-heading-anchor:hover,
4+
h1 .docs-heading-anchor:visited {
5+
color: #003d4d; /* bleu très foncé */
6+
}
7+
8+
/* H2 */
9+
h2 .docs-heading-anchor,
10+
h2 .docs-heading-anchor:hover,
11+
h2 .docs-heading-anchor:visited {
12+
color: #005f73; /* bleu profond */
13+
}
14+
15+
/* H3 */
16+
h3 .docs-heading-anchor,
17+
h3 .docs-heading-anchor:hover,
18+
h3 .docs-heading-anchor:visited {
19+
color: #0096a0; /* bleu vif mais contrasté */
20+
}
21+
22+
/* H4 */
23+
h4 .docs-heading-anchor,
24+
h4 .docs-heading-anchor:hover,
25+
h4 .docs-heading-anchor:visited {
26+
color: #f18f01; /* orange/ocre */
27+
}
28+
29+
/* H5 */
30+
h5 .docs-heading-anchor,
31+
h5 .docs-heading-anchor:hover,
32+
h5 .docs-heading-anchor:visited {
33+
color: #d72638; /* rouge doux */
34+
}
35+
36+
/* H6 */
37+
h6 .docs-heading-anchor,
38+
h6 .docs-heading-anchor:hover,
39+
h6 .docs-heading-anchor:visited {
40+
color: #6a0572; /* violet profond */
41+
}
42+
143
.center {
244
margin: 0;
345
position: absolute;
@@ -34,4 +76,4 @@ article#documenter-page.content{
3476

3577
.docs-main {
3678
padding-top: calc(var(--navbar-height)) !important;
37-
}
79+
}

assets/js/documentation.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,19 @@ function topbarInjector() {
1717
<a class="nav-link nav-item" href="https://agustinyabo.github.io/PWLdynamics.jl">Gene regulatory networks</a>
1818
<a class="nav-link nav-item" href="https://control-toolbox.org/GeometricPreconditioner.jl">Geometric preconditioner</a>
1919
<a class="nav-link nav-item" href="https://control-toolbox.org/LossControl.jl">Loss control</a>
20-
<a class="nav-link nav-item" href="https://control-toolbox.org/MedicalResonanceImaging.jl">Medical Resonance Imaging</a>
20+
<a class="nav-link nav-item" href="https://control-toolbox.org/MagneticResonanceImaging.jl">Magnetic Resonance Imaging</a>
2121
<a class="nav-link nav-item" href="https://control-toolbox.org/Kepler.jl">Orbit transfer - Kepler</a>
22+
<a class="nav-link nav-item" href="https://anasxbouali.github.io/SIRcontrol.jl">SIR control</a>
2223
</ul>
2324
</div>
2425
<a class="nav-link nav-item" href="https://control-toolbox.org/OptimalControlProblems.jl">Problems</a>
25-
<a class="nav-link nav-item" href="https://control-toolbox.org/OptimalControl.jl/dev/index.html#Citing-us">Citing</a>
26+
<div class="nav-dropdown">
27+
<button class="nav-item dropdown-label ">Citing</button>
28+
<ul class="nav-dropdown-container">
29+
<a class="nav-link nav-item" href="https://control-toolbox.org/OptimalControl.jl/stable/#Citing-us">OptimalControl</a>
30+
<a class="nav-link nav-item" href="https://control-toolbox.org/OptimalControlProblems.jl/stable/#Citing-us">OptimalControlProblems</a>
31+
</ul>
32+
</div>
2633
<a class="nav-link nav-item" href="https://github.com/control-toolbox">Github</a>
2734
</div>
2835
<button id="multidoc-toggler">

0 commit comments

Comments
 (0)