Salome HOME
fix conflict: ctest requires SUBDIRS, not ADD_SUBDIRECTORY directives
[tools/medcoupling.git] / doc / doxygen / doxfiles / medcoupling.dox
index bc91f179ec2dfc9543f9bb5498e4a8418f27afe8..fdbbbe7b3a42f13004ef36a9383a8d776bf35fe4 100644 (file)
@@ -3,30 +3,30 @@
 
 \section MEDCouplingIntro Introduction
 
-\ref medcoupling "MEDCoupling" is a library (\b libmedcoupling.so or \b medcoupling.dll) fully written in C++ and wrapped to be called in Python too.
+MEDCoupling is a library (\b libmedcoupling.so or \b medcoupling.dll) fully written in C++ and wrapped to be called in Python too.
 
-\ref medcoupling "MEDCoupling" C++ library implements a data structure which is the result of the following tradeoff :
+MEDCoupling C++ library implements a data structure which is the result of the following tradeoff :
 
 - Compliant with coupling :
   - Fields definition defined enough to perform well defined interpolation
   - exchangeable through process as well in parallel case in SPMD paradigm ( \ref paramedmem "ParaMEDMEM" ), as in distributed paradigm using CORBA.
-- minimize as much as possible the number of prerequisites needed to use it ; So \ref medcoupling "MEDCoupling" only depends on
+- minimize as much as possible the number of prerequisites needed to use it ; So MEDCoupling only depends on
 \ref interpkernel "INTERP_KERNEL library"
 - light enough to be agile in order to :
    - maximize the amount of algorithms being applied on it
-   - to ease implementation of clients of \ref medcoupling "MEDCoupling".
+   - to ease implementation of clients of MEDCoupling.
 - large enough to be used for MED file I/O.
 - compliant with VTK visualization DataStructure
 - integrate HPC constraints (compact structures, limitation of copies and launching of CPU consuming algorithms only when absolutely needed ).
 - compliant with ICOCO API
 
-\ref medcoupling "MEDCoupling" implements a set of algorithms linked to the data structure.
+MEDCoupling implements a set of algorithms linked to the data structure.
 
 \section MEDCouplingMainConc Main Concepts
 
-Here are listed basic concepts present into \ref medcoupling "MEDCoupling".
+Here are listed basic concepts present into MEDCoupling.
 
-For beginners in \ref medcoupling "MEDCoupling" world, it is advisable to read the following concepts in the same order than the underlying list.
+For beginners in MEDCoupling world, it is advisable to read the following concepts in the same order than the underlying list.
 
 - \subpage MEDCouplingArrayPage "DataArrays"
 - \subpage MEDCouplingMeshesPage "Meshes"