From 6dd8503fdd6297cb25fa1b620367e1ed3f777682 Mon Sep 17 00:00:00 2001 From: Jean-Philippe ARGAUD Date: Fri, 9 Sep 2016 16:27:44 +0200 Subject: [PATCH] Documentation minor correction --- doc/en/advanced.rst | 3 +++ doc/fr/advanced.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/doc/en/advanced.rst b/doc/en/advanced.rst index b169cef..d425459 100644 --- a/doc/en/advanced.rst +++ b/doc/en/advanced.rst @@ -196,6 +196,7 @@ in SALOME by launching the R interpreter in the shell "``salome shell``". Moreover, the package "*rPython*" has to be available, it can be installed by the user if required by the following R command:: + #-*-coding:iso-8859-1-*- # # IMPORTANT: to be run in R interpreter # ------------------------------------- @@ -211,6 +212,7 @@ and information from R. The approach is illustrated in the example In the R interpreter, one can run the following commands, directly coming from the simple example:: + #-*-coding:iso-8859-1-*- # # IMPORTANT: to be run in R interpreter # ------------------------------------- @@ -244,6 +246,7 @@ above example to use data from R to feed the three variables of background, observation and observation operator. We get in the end the optimal state also in a R variable. The other lines are identical. The example thus becomes:: + #-*-coding:iso-8859-1-*- # # IMPORTANT: to be run in R interpreter # ------------------------------------- diff --git a/doc/fr/advanced.rst b/doc/fr/advanced.rst index cf13a2e..7d17af7 100644 --- a/doc/fr/advanced.rst +++ b/doc/fr/advanced.rst @@ -206,6 +206,7 @@ le shell "``salome shell``". Il faut de plus disposer, en R, du package "*rPython*", qui peut si nécessaire être installé par l'utilisateur à l'aide de la commande R suivante:: + #-*-coding:iso-8859-1-*- # # IMPORTANT : à exécuter dans l'interpréteur R # -------------------------------------------- @@ -221,6 +222,7 @@ sur :ref:`subsection_tui_example`, propos API/TUI. Dans l'interpréteur R, on peut exécuter les commandes suivantes, directement issues de l'exemple simple:: + #-*-coding:iso-8859-1-*- # # IMPORTANT : à exécuter dans l'interpréteur R # -------------------------------------------- @@ -255,6 +257,7 @@ provenant de R pour alimenter les trois variables d' d'opérateur d'observation. On récupère à la fin l'état optimal dans une variable R aussi. Les autres lignes sont identiques. L'exemple devient ainsi:: + #-*-coding:iso-8859-1-*- # # IMPORTANT : à exécuter dans l'interpréteur R # -------------------------------------------- -- 2.39.2