Salome HOME
spns #32755 : TopIIVolMesh: move back to master branch
[tools/sat_salome.git] / products / patches / SPNS-29988-MEDCOUPLING-V9_9_0.patch
1 diff --git a/doc/developer/doxygen/doxfiles/reference/medloader/MEDLoader.dox b/doc/developer/doxygen/doxfiles/reference/medloader/MEDLoader.dox
2 index c19d0c1c..ebb8d1a2 100644
3 --- a/doc/developer/doxygen/doxfiles/reference/medloader/MEDLoader.dox
4 +++ b/doc/developer/doxygen/doxfiles/reference/medloader/MEDLoader.dox
5 @@ -1,4 +1,4 @@
6 -/* \page MEDLoader Static functions offering the "basic" API to read and write MED files
7 +/*! \page MEDLoader Static functions offering the "basic" API to read and write MED files
8   
9    A set of static methods is available at the MEDCoupling namespace level and offers the 
10    high level API to access MED files. Take a look at \ref medloader for more details.
11 diff --git a/doc/tutorial/conf.py.in b/doc/tutorial/conf.py.in
12 index 1f16fab3..36e47695 100644
13 --- a/doc/tutorial/conf.py.in
14 +++ b/doc/tutorial/conf.py.in
15 @@ -183,8 +183,8 @@ htmlhelp_basename = 'MEDCouplingTutorial'
16  # Grouping the document tree into LaTeX files. List of tuples
17  # (source start file, target name, title, author, document class [howto/manual]).
18  latex_documents = [
19 -  ('index', 'MEDCouplingTutorial.tex', ur'MEDCoupling tutorial',
20 -   ur'A. Geay, A. Bruneton', 'manual'),
21 +  ('index', 'MEDCouplingTutorial.tex', 'MEDCoupling tutorial',
22 +   'A. Geay, A. Bruneton', 'manual'),
23  ]
24  
25  # The name of an image file (relative to this directory) to place at the top of
26 diff --git a/doc/user/conf.py.in b/doc/user/conf.py.in
27 index 412d8866..4507f304 100644
28 --- a/doc/user/conf.py.in
29 +++ b/doc/user/conf.py.in
30 @@ -185,8 +185,8 @@ htmlhelp_basename = 'MEDCouplingUsersGuide'
31  # Grouping the document tree into LaTeX files. List of tuples
32  # (source start file, target name, title, author, document class [howto/manual]).
33  latex_documents = [
34 -  ('index', 'MEDCouplingUserGuide.tex', ur"MEDCoupling User's Guide",
35 -   ur'A. Geay, A. Bruneton', 'manual'),
36 +  ('index', 'MEDCouplingUserGuide.tex', "MEDCoupling User's Guide",
37 +   'A. Geay, A. Bruneton', 'manual'),
38  ]
39  
40  # The name of an image file (relative to this directory) to place at the top of