From: prascle Date: Fri, 2 Jun 2006 12:42:47 +0000 (+0000) Subject: PR: documentation modifications X-Git-Tag: T3_2_0b2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c227e5cc5981a85f872b6254a896836c6c1ef011;p=modules%2Fkernel.git PR: documentation modifications --- diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt index b0b54cac5..f7cc1d863 100644 --- a/doc/INSTALL.txt +++ b/doc/INSTALL.txt @@ -7,6 +7,7 @@ Installation instructions, up to date for 3.0 version rst2html < doc.txt > doc.html *This document corresponds to SALOME2 3.1.0* +*NOT UP TO DATE with 3.2.0* .. contents:: .. sectnum:: diff --git a/doc/KERNEL_Services.txt b/doc/KERNEL_Services.txt index 2db19fcab..3de55d8d9 100644 --- a/doc/KERNEL_Services.txt +++ b/doc/KERNEL_Services.txt @@ -6,7 +6,7 @@ KERNEL Services for end user (Python interface) rst2html < doc.txt > doc.html -This document corresponds to SALOME2 3.2.0 (beta version) +This document corresponds to SALOME2 3.2.0 .. contents:: .. sectnum:: @@ -160,13 +160,30 @@ SWIG is very similar). .. _FileTransferCORBA: ./tui/KERNEL/classSALOME__FileTransferCORBA.html +The following example shows how to tranfer a file from a remote host to the +client computer. Remote hostname is 'cli76cc', we would like to copy +'tkcvs_8_0_3.tar.gz' from remote to local computer. A full pathname is +required. A container is created on remote computer if it does not exist, +to handle the file transfer:: + + import salome + salome.salome_init() + + import LifeCycleCORBA + remotefile="/home/prascle/tkcvs_8_0_3.tar.gz" + aFileTransfer=LifeCycleCORBA.SALOME_FileTransferCORBA('cli76cc',remotefile) + localFile=aFileTransfer.getLocalFile() + + CORBA Naming service access --------------------------- -See SALOME_NamingService_ for the C++ interface (Python interface obtained with -SWIG is very similar). +See SALOME_NamingService_ for the C++ interface. The Python interface +SALOME_NamingServicePy_ is not yet derived from the C++ interface and offers +only the most useful functions. .. _SALOME_NamingService: ./tui/KERNEL/classSALOME__NamingService.html +.. _SALOME_NamingServicePy: ./tui/KERNEL/classSALOME__NamingServicePy_1_1SALOME__NamingServicePy__i.html Batch services -------------- diff --git a/doc/SALOME_Application.txt b/doc/SALOME_Application.txt index de7fbbaf3..736f50add 100644 --- a/doc/SALOME_Application.txt +++ b/doc/SALOME_Application.txt @@ -6,7 +6,7 @@ SALOME Application Concept. Configuration for one or more computers rst2html doc.txt > doc.html -This document corresponds to SALOME2 3.2. (alpha version) +This document corresponds to SALOME2 3.2.0 .. contents:: .. sectnum:: diff --git a/doc/UnitTests.txt b/doc/UnitTests.txt index 166ee04a4..987db0ec1 100644 --- a/doc/UnitTests.txt +++ b/doc/UnitTests.txt @@ -6,7 +6,7 @@ Source code structuration and Unit Tests rst2html < doc.txt > doc.html -*This document corresponds to SALOME2 3.2.0 (beta version)* +*This document corresponds to SALOME2 3.2.0* .. contents:: .. sectnum:: diff --git a/doc/index.txt b/doc/index.txt index 51331cb63..0120b1d9c 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -6,7 +6,7 @@ KERNEL common Services rst2html < doc.txt > doc.html -*This document corresponds to SALOME2 3.2.0 (beta version)* +*This document corresponds to SALOME2 3.2.0* .. contents:: .. sectnum:: diff --git a/doc/kernel_resources.txt b/doc/kernel_resources.txt index 24a24a172..0bc9700da 100644 --- a/doc/kernel_resources.txt +++ b/doc/kernel_resources.txt @@ -6,7 +6,7 @@ SALOME Kernel resources for developer rst2html doc.txt > doc.html -*This document corresponds to SALOME2 3.2.0 (beta version)* +*This document corresponds to SALOME2 3.2.0* :Authors: Antoine Yessayan, diff --git a/doc/userguide.txt b/doc/userguide.txt index f3006c5fb..b7134e840 100644 --- a/doc/userguide.txt +++ b/doc/userguide.txt @@ -6,7 +6,8 @@ User's guide, for developpers and users rst2html < doc.txt > doc.html -*This document corresponds to SALOME2 3.2.0 (beta version)* +*This document corresponds to SALOME2 3.1.0* +*NOT UP TO DATE with 3.2.0* .. contents:: .. sectnum::