Salome HOME
PR: improve documentation on scripts adaptation to V7
[modules/smesh.git] / doc / salome / gui / SMESH / input / smesh_migration.doc
index 47b0f1c33b72adabcb1af6dbe3ab04c2a540e47d..082baf530b4f392d4d72895c120ceb55bf17655e 100644 (file)
@@ -1,6 +1,6 @@
 /*!
 
-\page smesh_migration_page Modifing Python scripts from SALOME 6 and before
+\page smesh_migration_page Modifing Mesh Python scripts from SALOME 6 and before
 
 \n With SALOME 7.2, the Python interface for %Mesh has been slightly modified to offer new functionality:
 
@@ -12,7 +12,7 @@
 \n Scripts generated for SALOME 6 and older versions must be adapted to work in SALOME 7.2 with all functionality.
 \n A compatibility mode allows old scripts to work in almost all cases, but with a warning.
 
-TODO: see geometry migration
+See also <li>\subpage geompy_migration_page</li>
 
 <b>Salome initialisation must always be done as shown below</b>
 \n (<em>salome_init()</em> can be invoked safely several times):