/**
@mainpage
- <b>The HYDRO documentation is divided in two parts:</b>
- - <b>the reference documentation below </b>
- - <b>a Tutorial in French:</b> <A HREF="../HYDRO_tutorial/index.html">Here </A> or <A HREF="../HYDRO_tutorial/moduleHYDRO_tutoriel.pdf">pdf </A>
-
+ <b>The HYDRO documentation is divided in several parts:</b>
+ - <b>a tutorial in French:</b> <A HREF="../HYDRO_tutorial/index.html">Here </A> or <A HREF="../HYDRO_tutorial/moduleHYDRO_tutoriel.pdf">in a pdf file</A>
+ - <b>the same tutorial in English:</b> <A HREF="../HYDRO_English_tutorial/index.html">Here </A> or <A HREF="../HYDRO_English_tutorial/moduleHYDRO_tutorial.pdf">in a pdf file</A>
+ - <b>the reference documentation below </b>
+
+ <hr>
The HYDRO GUI project has been developed for a hydrodynamic laboratory in the EDF R&D company
in the domain of the landscape modelling (construction of channels, dams, changing the course of the rivers etc).
#
# The short X.Y version.
#version = '@SALOMEHYDRO_VERSION@'
-version = '8.2.0'
+version = '8.3.0'
# The full version, including alpha/beta/rc tags.
#release = '@SALOMEHYDRO_VERSION@'
-release = '8.2.0- module HYDRO -2.0-2017.04.14'
+release = '8.3.0- module HYDRO -2.0-2017.04.27'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
PATTERN ".buildinfo" EXCLUDE
)
-INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/latex/moduleHYDRO_tutoriel.pdf DESTINATION ${SALOME_INSTALL_DOC}/gui/HYDRO_English_tutorial)
+INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/latex/moduleHYDRO_tutorial.pdf DESTINATION ${SALOME_INSTALL_DOC}/gui/HYDRO_English_tutorial)
#
# The short X.Y version.
#version = '@SALOMEHYDRO_VERSION@'
-version = '8.2.0'
+version = '8.3.0'
# The full version, including alpha/beta/rc tags.
#release = '@SALOMEHYDRO_VERSION@'
-release = '8.2.0- module HYDRO -2.0-2017.04.14'
+release = '8.3.0- module HYDRO -2.0-2017.04.27'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ('index', 'moduleHYDRO_tutoriel.tex', u'module HYDRO Documentation',
+ ('index', 'moduleHYDRO_tutorial.tex', u'module HYDRO Documentation',
u'EDF', 'manual'),
]