X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fdocutils%2Foverview.rst;fp=doc%2Fdocutils%2Foverview.rst;h=0000000000000000000000000000000000000000;hp=ce82cc8128837a54b57f6c9570296ec7191f05a9;hb=d7d0fd87e0cceb57b0c5e32f0712842763c7437c;hpb=88c84e8922f2ff927971ae5f389c9f61f57db190 diff --git a/doc/docutils/overview.rst b/doc/docutils/overview.rst deleted file mode 100644 index ce82cc812..000000000 --- a/doc/docutils/overview.rst +++ /dev/null @@ -1,24 +0,0 @@ - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -General presentation of the SMESH python package -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -The SMESH python package contains (today) helper functions to -manipulate mesh elements and interact with these elements. - -Note that these functions either encapsulate the python programming -interface of SMESH core (the CORBA or SWIG interface for example) or -extend existing utilities as the ``smesh.py`` module. - -The functions are distributed in the python package -``salome.smesh``. - -The specification of the programming interface of this package is -detailled in the part :doc:`Documentation of the programming interface -(API)` of this documentation. - -.. note:: - The main package ``salome`` contains other sub-packages that are - distributed with the other SALOME modules. For example, the KERNEL - module provides the python package ``salome.kernel`` and GEOM the - package ``salome.geom``.