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`