From: ouv Date: Tue, 7 Jul 2009 12:29:08 +0000 (+0000) Subject: Fix of bug 0020420: Bad links in Documentation X-Git-Tag: V5_1_3rc1~50 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4c63db0e38c3d2d20034184ccd6f39c22294c1c2;p=modules%2Fgui.git Fix of bug 0020420: Bad links in Documentation --- diff --git a/doc/salome/gui/images/addnode_notebook.png b/doc/salome/gui/images/addnode_notebook.png deleted file mode 100755 index 4abab3358..000000000 Binary files a/doc/salome/gui/images/addnode_notebook.png and /dev/null differ diff --git a/doc/salome/gui/images/box3.png b/doc/salome/gui/images/box3.png deleted file mode 100755 index b64fdf983..000000000 Binary files a/doc/salome/gui/images/box3.png and /dev/null differ diff --git a/doc/salome/gui/input/using_notebook.doc b/doc/salome/gui/input/using_notebook.doc index 3ddf965bf..009f05f67 100644 --- a/doc/salome/gui/input/using_notebook.doc +++ b/doc/salome/gui/input/using_notebook.doc @@ -22,12 +22,18 @@ the table has an invalid name or value (marked by red color). The names of variables should be unique and their values should be numerical (integer or double) or boolean ("True" / "False"). -Later these values can be used as parameters for any operations in -various components. For example: +Here is an example of setting of variables in python scripts: +\code +import salome_notebook -\image html box3.png "Box creation in Geometry module" +notebook = salome_notebook.notebook -\image html addnode_notebook.png "Node added in Mesh module" +notebook.set("Length", 100) +notebook.set("Radius", 37.5) +notebook.set("Flag", True) +\endcode +Later these values can be used as parameters for any operations in +various components. */ \ No newline at end of file