Update home authored by Christophe Geuzaine's avatar Christophe Geuzaine
...@@ -62,13 +62,13 @@ techniques are available [here](https://gitlab.onelab.info/doc/models/wikis/home ...@@ -62,13 +62,13 @@ techniques are available [here](https://gitlab.onelab.info/doc/models/wikis/home
(See also the [ONELAB syntax guide for Python](Onelab-syntax-for-python).) (See also the [ONELAB syntax guide for Python](Onelab-syntax-for-python).)
1. [Double pendulum model](Double-pendulum-model-in-Python) 1. [Double pendulum in Python](Double-pendulum-model-in-Python)
* Python ONELAB client * Python ONELAB client
* Browse [model files](http://gitlab.onelab.info/doc/tutorials/tree/master/PendulumPython) * Browse [model files](http://gitlab.onelab.info/doc/tutorials/tree/master/PendulumPython)
## ONELAB tutorial for C++ ## ONELAB tutorial for C++
1. [Double pendulum model](Double-pendulum-model-in-Cpp) 1. [Double pendulum in C++](Double-pendulum-model-in-Cpp)
* Python C++ client * Python C++ client
* Browse [model files](http://gitlab.onelab.info/doc/tutorials/tree/master/PendulumC++) * Browse [model files](http://gitlab.onelab.info/doc/tutorials/tree/master/PendulumC++)
... ...
......