Salome HOME
fix: replace unordered_set/map with set/map
[tools/medcoupling.git] / doc / tutorial / index.rst
1 .. Code Integration and Code Coupling documentation master file, created by sphinx-quickstart on Tue Apr 28 14:31:38 2009.
2    You can adapt this file completely to your liking, but it should at least
3    contain the root `toctree` directive.
4
5 MEDCoupling/MEDLoader Tutorial
6 ==============================
7
8 MEDCoupling is a powerful library to manipulate meshes and fields. 
9
10 This tutorial presents the most wanted functionalities of the MEDCoupling/MEDLoader
11 library through a series of small exercises in Python. 
12 Both the French and English versions are provided, but the French version
13 is better maintained ...  
14
15 (Jump to the English version below :ref:`english-toc`)
16
17 Version française
18 -----------------
19
20 Table des matières:
21
22 .. toctree::
23    :maxdepth: 2
24
25    medcoupling_fr
26    medloader_fr
27    medcouplingremapper_fr
28    medcouplingnumpy_fr
29    medcouplingmultiproc_fr
30    medcouplingcorba_fr
31    medcouplingloaderex1_fr
32    medcouplingloaderex2_fr
33
34 .. _english-toc:
35
36 English version
37 ---------------
38
39 Table of contents:
40
41 .. toctree::
42    :maxdepth: 2
43
44    medcoupling_en
45    medloader_en
46    medcouplingremapper_en
47    medcouplingnumpy_en
48    medcouplingcorba_en
49    medcouplingloaderex1_en
50    medcouplingloaderex2_en
51
52 Indices and tables
53 ==================
54
55 * :ref:`genindex`
56 * :ref:`modindex`
57 * :ref:`search`
58