<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>
+ - <b>a Tutorial in French:</b> <A HREF="../HYDRO_tutorial/index.html">Here </A> or <A HREF="../HYDRO_tutorial/moduleHYDRO_tutoriel.pdf">pdf </A>
The HYDRO GUI project has been developed for a hydrodynamic laboratory in the EDF R&D company
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)
-# ADD_CUSTOM_TARGET(BUILD_PDF ALL
-# COMMAND ${CMAKE_COMMAND} -E make_directory latex
-# COMMAND ${SPHINX_EXECUTABLE} -c ${CMAKE_BINARY_DIR}/doc/salome/tutorial -b latex ${ALLSPHINXOPTS} latex
-# COMMAND make -C latex all-pdf
-# DEPENDS ${RSTFILES}
-# WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
-# )
+ADD_CUSTOM_TARGET(BUILD_PDF ALL
+ COMMAND ${CMAKE_COMMAND} -E make_directory latex
+ COMMAND ${SPHINX_EXECUTABLE} -c ${CMAKE_BINARY_DIR}/doc/salome/tutorial -b latex ${ALLSPHINXOPTS} latex
+ COMMAND make -C latex all-pdf
+ DEPENDS ${RSTFILES}
+ WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
+)
INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/
DESTINATION ${SALOME_INSTALL_DOC}/gui/HYDRO_tutorial
PATTERN ".buildinfo" EXCLUDE
)
+
+INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/latex/moduleHYDRO_tutoriel.pdf DESTINATION ${SALOME_INSTALL_DOC}/gui/HYDRO_tutorial)
master_doc = 'index'
# General information about the project.
-project = u'HYDRO module'
+project = u'module HYDRO'
copyright = u'2015-2016, EDF'
# The version info for the project you're documenting, acts as replacement for
#
# The short X.Y version.
#version = '@SALOMEHYDRO_VERSION@'
-version = 'V7_6'
+version = '7.6'
# The full version, including alpha/beta/rc tags.
#release = '@SALOMEHYDRO_VERSION@'
-release = 'V7_6-2015.12.18'
+release = '7.6-2015.12.18'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#html_file_suffix = ''
# Output file base name for HTML help builder.
-#htmlhelp_basename = 'HYDROmoduledoc'
+htmlhelp_basename = 'module_HYDRO_tutoriel'
# -- Options for LaTeX output --------------------------------------------------
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ('index', 'HYDROmodule.tex', u'HYDRO module Documentation',
- u'EDF RD', 'manual'),
+ ('index', 'moduleHYDRO_tutoriel.tex', u'module HYDRO Documentation',
+ u'EDF', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of