]> SALOME platform Git repositories - modules/homard.git/commitdiff
Salome HOME
Commentaires dans la documentation
authorGerald NICOLAS <gerald.nicolas@edf.fr>
Mon, 22 Feb 2016 10:56:45 +0000 (11:56 +0100)
committerGerald NICOLAS <gerald.nicolas@edf.fr>
Mon, 22 Feb 2016 10:56:45 +0000 (11:56 +0100)
doc/en/conf.py.in
doc/en/divers.rst
doc/files/licence.en.txt
doc/files/licence.fr.txt
doc/files/tutorial_1.py
doc/fr/conf.py.in
doc/fr/divers.rst

index f9e2ce0f3cc7ed58d1964c14e603193510e57345..2633cb79c0041929b868d330a0a906bbe70a57b9 100644 (file)
@@ -38,7 +38,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'HOMARD'
-copyright = u'1996, 2011, 2015, EDF R&D, G. Nicolas, T. Fouquet, P. Noyret'
+copyright = u'1996, 2011, 2016, EDF R&D, G. Nicolas, T. Fouquet, P. Noyret'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -92,6 +92,7 @@ pygments_style = 'sphinx'
 # The theme to use for HTML and HTML Help pages.  Major themes that come with
 # Sphinx are currently 'default' and 'sphinxdoc'.
 html_theme = '@SPHINX_THEME@'
+#html_theme = 'sphinxdoc'
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
index 69f84a3dcaac90d77603281903758f812e53b334..483d40a2237a1b0855679108a50d2f527ff7fb18 100644 (file)
@@ -73,6 +73,7 @@ SALOME RELEASE 7.6 :
     - Interpolation of all the fields into the input file.
 
 SALOME RELEASE 8.1 :
+    - Interface with med 3.2.0
     - New options withinthe choice conformal/non-conformal.
     - Less meshes are involved in the case of a non conformal refinement of a mesh made of hexahedra.
     - Correction of an error when refinement and unrefinement are coupled for a mesh made of hexahedra.
index db1c7800dea31d31b82df4d8ac564c605d7bb410..131bc22bee99d7680a149de3231595143cced9dd 100644 (file)
@@ -1,6 +1,6 @@
     <HOMARD, a SALOME module for Mesh Adaptation>
 
-    Copyright (C) 1996, 2015 EDF
+    Copyright (C) 1996, 2016 EDF
 
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
index db1c7800dea31d31b82df4d8ac564c605d7bb410..131bc22bee99d7680a149de3231595143cced9dd 100644 (file)
@@ -1,6 +1,6 @@
     <HOMARD, a SALOME module for Mesh Adaptation>
 
-    Copyright (C) 1996, 2015 EDF
+    Copyright (C) 1996, 2016 EDF
 
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
index f701336f483e40fb33272cf4f8c8cc877d673cd4..0ebd8d2c43b86434120abec9c5864c74c6842fc9 100755 (executable)
@@ -90,4 +90,3 @@ gzip_gunzip(DATA_TUTORIAL, 1, 1)
 #
 if salome.sg.hasDesktop():
   salome.sg.updateObjBrowser(1)
-  iparameters.getSession().restoreVisualState(1)
index a842b9099c219ca6bac13c1e9894c3b21959bd13..b1a0d193d04156647a823ed9c727bd79670da0d4 100644 (file)
@@ -38,7 +38,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'HOMARD'
-copyright = u'1996, 2011, 2015, EDF R&D, G. Nicolas, T. Fouquet, P. Noyret'
+copyright = u'1996, 2011, 2016, EDF R&D, G. Nicolas, T. Fouquet, P. Noyret'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -92,6 +92,7 @@ pygments_style = 'sphinx'
 # The theme to use for HTML and HTML Help pages.  Major themes that come with
 # Sphinx are currently 'default' and 'sphinxdoc'.
 html_theme = '@SPHINX_THEME@'
+#html_theme = 'sphinxdoc'
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
index ad5c626d6d88d102b3338f79d7a68a9f716d5411..0c932893cfa71947216aa403e645f177b67663e2 100644 (file)
@@ -73,6 +73,7 @@ SALOME VERSION 7.6 :
     - Pilotage de l’interpolation de tous les champs présents dans le fichier d’entrée.
 
 SALOME VERSION 8.1 :
+    - Interfaçage avec med 3.2.0
     - Variantes dans les choix conforme / non conforme.
     - Diminution du nombre de mailles impactées dans le cas d’un raffinement non conforme d’un maillage en hexaèdres.
     - Correction d'une anomalie en raffinement / déraffinement d’un maillage en hexaèdres.