Salome HOME
extract medtool doc from MED
[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    medcouplingcorba_fr
30    medcouplingloaderex1_fr
31    medcouplingloaderex2_fr
32
33 .. _english-toc:
34
35 English version
36 ---------------
37
38 Table of contents:
39
40 .. toctree::
41    :maxdepth: 2
42
43    medcoupling_en
44    medloader_en
45    medcouplingremapper_en
46    medcouplingnumpy_en
47    medcouplingcorba_en
48    medcouplingloaderex1_en
49    medcouplingloaderex2_en
50
51 Indices and tables
52 ==================
53
54 * :ref:`genindex`
55 * :ref:`modindex`
56 * :ref:`search`
57