From: Pascale Noyret Date: Mon, 28 Nov 2011 10:30:37 +0000 (+0000) Subject: majuscules X-Git-Tag: mergeto_trunk_2012-08-22~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c0d773d14290118ec41c2e0c45f604b84361fd62;p=tools%2Feficas.git majuscules --- diff --git a/doc/eficas_presentation.rst b/doc/eficas_presentation.rst index 4d223b03..a5e95c01 100644 --- a/doc/eficas_presentation.rst +++ b/doc/eficas_presentation.rst @@ -11,16 +11,16 @@ It insures integrity of the file. General Behaviour ------------------ -* catalogs +* Catalogs -EFICAS can be used by multiple codes and handles with multiple versions of each code. it is customized with files named "Catalogue" : It contains all commands for a code. Each command has a name and parametres which are defined by developpers. +EFICAS can be used by multiple codes and handles with multiple versions of each code. It is customized with files named "Catalogue" : It contains all commands for a code. Each command has a name and parametres which are defined by developpers. -* outputs +* Outputs -Eficas's Output is a commands file named ".comm". It may be able to produce various file formats such as .xml for OpenTurns. However, you always must have a '.comm" output: this is the only format Eficas is able to reread. +Eficas's output is a commands file named ".comm". It may be able to produce various file formats such as .xml for OpenTurns. However, you always must have a '.comm" output: this is the only format Eficas is able to reread. -Both Command Files and Catalogs are python file. so you have to remind some +Both Command Files and Catalogs are python file. So you have to remind some :ref:`python-label`