From f53c1745f1db708e87174f64b89fe6dc5f72c068 Mon Sep 17 00:00:00 2001 From: boulant Date: Thu, 29 Jul 2010 12:40:01 +0000 Subject: [PATCH] Updating images --- ...ments.png => salome-geom-structuralelements.png} | Bin doc/docutils/overview.rst | 8 +++++--- 2 files changed, 5 insertions(+), 3 deletions(-) rename doc/docutils/images/{salome.geom.structuralelements.png => salome-geom-structuralelements.png} (100%) diff --git a/doc/docutils/images/salome.geom.structuralelements.png b/doc/docutils/images/salome-geom-structuralelements.png similarity index 100% rename from doc/docutils/images/salome.geom.structuralelements.png rename to doc/docutils/images/salome-geom-structuralelements.png 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 -- 2.39.2