]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Updating images
authorboulant <boulant>
Thu, 29 Jul 2010 12:40:01 +0000 (12:40 +0000)
committerboulant <boulant>
Thu, 29 Jul 2010 12:40:01 +0000 (12:40 +0000)
doc/docutils/images/salome-geom-structuralelements.png [new file with mode: 0644]
doc/docutils/images/salome.geom.structuralelements.png [deleted file]
doc/docutils/overview.rst

diff --git a/doc/docutils/images/salome-geom-structuralelements.png b/doc/docutils/images/salome-geom-structuralelements.png
new file mode 100644 (file)
index 0000000..6ed41b1
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 (file)
index 6ed41b1..0000000
Binary files a/doc/docutils/images/salome.geom.structuralelements.png and /dev/null differ
index b09203220a690d054c519f0edac714f5d21a1d99..3ca3a4b20f2dd3fc8ea16914834ad3dab67dc28e 100644 (file)
@@ -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