Salome HOME
NPAL18773: update SMESH TUI docs.
authorjfa <jfa@opencascade.com>
Tue, 19 Feb 2008 08:49:04 +0000 (08:49 +0000)
committerjfa <jfa@opencascade.com>
Tue, 19 Feb 2008 08:49:04 +0000 (08:49 +0000)
doc/salome/gui/Makefile.am
doc/salome/gui/SMESH/doxyfile.in
doc/salome/gui/SMESH/doxyfile_py.in
doc/salome/gui/SMESH/input/smeshpy_interface.doc

index 1fc4caef6e9bfb27dd470a31dc9d1a21abb0bf2c..66ce3648ef1f7709880262fa8c29ec88d52903c6 100644 (file)
@@ -44,8 +44,6 @@ usr_docs:
          mv -f tmp $${filen}; \
        done; \
        cd ..; \
-       sed 's|../../../share/salome|$(top_srcdir)|' ./doxyfile > ./doxyfile1; \
-       mv -f doxyfile1 doxyfile; \
        echo "Running doxygen in directory: "`pwd`; \
        $(doxygen) ./doxyfile;
 
index 37ef2d45fa52f6136d2df38ac2966229c743f721..3aea83cc5e690d6bc73701a6befae0d61cbb33f8 100755 (executable)
@@ -19,7 +19,7 @@ WARNINGS          = YES
 INPUT             = @srcdir@/input               
 FILE_PATTERNS     = *.doc
 IMAGE_PATH        = @srcdir@/images
-EXAMPLE_PATH      = ../../../share/salome/src/SMESH_SWIG
+EXAMPLE_PATH      = @top_srcdir@/src/SMESH_SWIG
 #---------------------------------------------------------------------------
 #HTML related options
 #---------------------------------------------------------------------------
index 090f9b90629eea5dfbc8744c4a2e587845afd824..617584ed91523dabc58ee6a3e11d63df3a608060 100755 (executable)
@@ -81,6 +81,7 @@ INPUT             = @top_srcdir@/src/SMESH_SWIG
 FILE_PATTERNS     = smeshDC.py
 IMAGE_PATH        = @srcdir@/images
 RECURSIVE         = NO
+EXAMPLE_PATH      = @top_srcdir@/src/SMESH_SWIG
 
 #---------------------------------------------------------------------------
 #HTML related options
index bfede03bf77b60f2d5111a899123863a785f1bc1..6e2b421c9cb107e098ed6ae22ba0d967ffe5607d 100644 (file)
@@ -23,7 +23,19 @@ the \ref smeshDC "documentation for smesh.py"
       them (it is also accessible by the second item "class Mesh" in the
       data structures list).
 
-\n 4. Class Mesh allows to assign algorithms to a mesh. To add hypotheses,
-      please use interfaces, provided by the assigned algorithms.
+\n 4. Class Mesh allows to assign algorithms to a mesh.
+\n \t Please note, that there are always available some algorithms,
+      included in standard Salome installation:
+         - REGULAR(1D), COMPOSITE(1D), MEFISTO(2D), Quadrangle(2D), Hexa(3D), etc.
+
+\n Also there are some algorithms, which can be installed optionally,
+\n some of them are based on open-source meshers:
+         - NETGEN(1D-2D,2D,1D-2D-3D,3D),
+
+\n others are based on commercial meshers:
+         - GHS3D(3D).
+
+\n \t To add hypotheses, please use interfaces, provided by the
+      assigned algorithms.
 
 */