From: boulant Date: Thu, 29 Jul 2010 12:40:01 +0000 (+0000) Subject: Updating images X-Git-Tag: BR_pypkg_20100730~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f53c1745f1db708e87174f64b89fe6dc5f72c068;p=modules%2Fgeom.git Updating images --- diff --git a/doc/docutils/images/salome-geom-structuralelements.png b/doc/docutils/images/salome-geom-structuralelements.png new file mode 100644 index 000000000..6ed41b12f Binary files /dev/null and b/doc/docutils/images/salome-geom-structuralelements.png differ diff --git a/doc/docutils/images/salome.geom.structuralelements.png b/doc/docutils/images/salome.geom.structuralelements.png deleted file mode 100644 index 6ed41b12f..000000000 Binary files a/doc/docutils/images/salome.geom.structuralelements.png and /dev/null differ diff --git a/doc/docutils/overview.rst b/doc/docutils/overview.rst index b09203220..3ca3a4b20 100644 --- a/doc/docutils/overview.rst +++ b/doc/docutils/overview.rst @@ -17,12 +17,14 @@ The functions are distributed in the python package ``salome.geom``. For example, the usage of the visualization of structural elements can be appreciated with this set of instructions: - >>> from salome.geom.structelem import TEST_StructuralElement - >>> TEST_StructuralElement() +.. code-block:: python + + from salome.geom.structelem import TEST_StructuralElement + TEST_StructuralElement() This creates the geometrical objects displayed in the study below: -.. image:: /images/salome.geom.structuralelements.png +.. image:: /images/salome-geom-structuralelements.png :align: center The specification of the programming interface of this package is