Salome HOME
salome tutorial tutorial
authorCEA Support SALOME <support-salome@cea.fr>
Thu, 2 Jul 2015 14:14:05 +0000 (16:14 +0200)
committerCEA Support SALOME <support-salome@cea.fr>
Thu, 2 Jul 2015 14:14:05 +0000 (16:14 +0200)
15 files changed:
CMakeLists.txt
doc/CMakeLists.txt
doc/README
doc/conf.py.in
doc/index.rst
doc/intro.rst
resources/CMakeLists.txt
resources/SalomeApp.xml.in
resources/doc/CMakeLists.txt
resources/doc/README
src/resources/CMakeLists.txt
src/resources/LightApp_msg_en.ts
src/resources/LightApp_msg_fr.ts
src/resources/LightApp_msg_ja.ts
src/tests/README

index 72886ee412c18e86a2f9a4f97f21c31970682a56..04c66cbd041ae0979bf1e710603c288be893d0ec 100644 (file)
@@ -17,7 +17,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8 FATAL_ERROR)
-PROJECT(Salome_SALOME-7.6.0p2_Profile C CXX)
+PROJECT(Salome_TUTO_COUPLING_Profile C CXX)
 
 # Ensure a proper linker behavior:
 CMAKE_POLICY(SET CMP0003 NEW)
@@ -48,7 +48,7 @@ ENDIF(EXISTS ${KERNEL_ROOT_DIR})
 # User options
 # ============
 OPTION(SALOME_BUILD_TESTS "Build SALOME tests" ON)
-OPTION(SALOME_BUILD_DOC "Generate SALOME SALOME-7.6.0p2 documentation" ON)
+OPTION(SALOME_BUILD_DOC "Generate SALOME TUTO_COUPLING documentation" ON)
 
 IF(SALOME_BUILD_TESTS)
   ENABLE_TESTING()
@@ -85,10 +85,10 @@ INCLUDE(${QT_USE_FILE})
 # ===========
 SET(SALOME_INSTALL_SCRIPT_PYTHON "${SALOME_INSTALL_SCRIPT_PYTHON}" CACHE PATH "Install path: SALOME Python scripts")
 
-# Specific to SALOME-7.6.0P2:
-SET(SALOME_SALOME-7.6.0P2_PROFILE_INSTALL_RES_DATA "${SALOME_INSTALL_RES}/salome-7.6.0p2_profile" CACHE PATH "Install path: SALOME SALOME-7.6.0P2 specific data")
-SET(SALOME_SALOME-7.6.0P2_PROFILE_INSTALL_DOC_GUI "${SALOME_INSTALL_DOC}/gui/${PROJECT_NAME_UC}" CACHE PATH "Install path: SALOME SALOME-7.6.0P2 gui documentation")
-SET(SALOME_SALOME-7.6.0P2_PROFILE_HTML_STATIC_PATH "${SALOME_SALOME-7.6.0P2_PROFILE_INSTALL_DOC_GUI}/_static" CACHE PATH "Install path: SALOME SALOME-7.6.0P2 html static data")
+# Specific to TUTO_COUPLING:
+SET(SALOME_TUTO_COUPLING_PROFILE_INSTALL_RES_DATA "${SALOME_INSTALL_RES}/tuto_coupling_profile" CACHE PATH "Install path: SALOME TUTO_COUPLING specific data")
+SET(SALOME_TUTO_COUPLING_PROFILE_INSTALL_DOC_GUI "${SALOME_INSTALL_DOC}/gui/${PROJECT_NAME_UC}" CACHE PATH "Install path: SALOME TUTO_COUPLING gui documentation")
+SET(SALOME_TUTO_COUPLING_PROFILE_HTML_STATIC_PATH "${SALOME_TUTO_COUPLING_PROFILE_INSTALL_DOC_GUI}/_static" CACHE PATH "Install path: SALOME TUTO_COUPLING html static data")
 
 MARK_AS_ADVANCED(SALOME_INSTALL_SCRIPT_PYTHON)
 
@@ -111,4 +111,4 @@ SALOME_INSTALL_SCRIPTS("${_salome_context_API_SCRIPTS}" ${SALOME_INSTALL_SCRIPT_
 SET(_salome_context_BASHRC
    ${KERNEL_ROOT_DIR}/bin/salome/appliskel/.bashrc
 )
-SALOME_INSTALL_SCRIPTS("${_salome_context_BASHRC}" $ENV{SALOME-7.6.0P2_PROFILE_ROOT_DIR})
+SALOME_INSTALL_SCRIPTS("${_salome_context_BASHRC}" $ENV{TUTO_COUPLING_PROFILE_ROOT_DIR})
index 932b3e7bf235e40be8811c68d13dee8e8ffc237a..d3b01997e6c87a67f1f2fddf1f03042861a0aea7 100644 (file)
@@ -25,7 +25,7 @@ SALOME_GENERATE_ENVIRONMENT_SCRIPT(_cmd env_script "${SPHINX_EXECUTABLE}" "${_cm
 ADD_CUSTOM_TARGET(html_docs COMMAND ${_cmd})
 
 INSTALL(CODE "EXECUTE_PROCESS(COMMAND \"${CMAKE_COMMAND}\" --build ${PROJECT_BINARY_DIR} --target html_docs)")
-INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/ DESTINATION ${SALOME_SALOME-7.6.0P2_PROFILE_INSTALL_DOC_GUI})
+INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/ DESTINATION ${SALOME_TUTO_COUPLING_PROFILE_INSTALL_DOC_GUI})
 
 SET(make_clean_files html doctrees)
 SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "${make_clean_files}")
index 4b0d178cf5854463d928e3f817a9299a4f8ad337..734ec7e27f008323a271999ce684b346e59cd853 100644 (file)
@@ -1 +1 @@
-This directory contains the sources of SALOME-7.6.0p2's documentation
+This directory contains the sources of TUTO_COUPLING's documentation
index fbcc62005eff473364423f1781dd5d1c9f114367..6a71bc6c96180104b82932d51f55bc8e3eb9236b 100644 (file)
@@ -35,7 +35,7 @@ source_suffix = '.rst'
 master_doc = 'index'
 
 # General information about the project.
-project = 'salome-7.6.0p2'
+project = 'tuto_coupling'
 copyright = '2010-2015 CEA/DEN, EDF R&D, OPEN CASCADE, ASTEK INDUSTRIE'
 
 # The version info for the project you're documenting, acts as replacement for
@@ -43,9 +43,9 @@ copyright = '2010-2015 CEA/DEN, EDF R&D, OPEN CASCADE, ASTEK INDUSTRIE'
 # built documents.
 #
 # The short X.Y version.
-version = '@SALOMESALOME-7.6.0P2_MAJOR_VERSION@.@SALOMESALOME-7.6.0P2_MINOR_VERSION@'
+version = '@SALOMETUTO_COUPLING_MAJOR_VERSION@.@SALOMETUTO_COUPLING_MINOR_VERSION@'
 # The full version, including alpha/beta/rc tags.
-release = '@SALOMESALOME-7.6.0P2_VERSION@'
+release = '@SALOMETUTO_COUPLING_VERSION@'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -113,7 +113,7 @@ html_theme = 'default'
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['@SALOME_SALOME-7.6.0P2_PROFILE_INSTALL_DOC_GUI@/_static']
+html_static_path = ['@SALOME_TUTO_COUPLING_PROFILE_INSTALL_DOC_GUI@/_static']
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.
@@ -151,7 +151,7 @@ html_use_modindex = False
 #html_file_suffix = ''
 
 # Output file base name for HTML help builder.
-htmlhelp_basename = 'salome-7.6.0p2doc'
+htmlhelp_basename = 'tuto_couplingdoc'
 
 
 # Options for LaTeX output
@@ -166,7 +166,7 @@ latex_font_size = '10pt'
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, document class [howto/manual]).
 latex_documents = [
-  ('index', 'salome-7.6.0p2.tex', 'SALOME-7.6.0p2 User Documentation', 'A. Ribes', 'manual')
+  ('index', 'tuto_coupling.tex', 'TUTO_COUPLING User Documentation', 'A. Ribes', 'manual')
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
index eb63bb979c4f2dd3abbd2c97911cb70a445bf856..48c367823a53cf624a8fa406cb9e902031eb1264 100644 (file)
@@ -1,6 +1,6 @@
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-SALOME-7.6.0p2's documentation 
+TUTO_COUPLING's documentation 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 Outline
index 3aebbf70e7eec1ee9af1c630746fc0b227a0d289..cf1efd2e83279bb1d4fa0db0de7765019f125c5e 100644 (file)
@@ -1,4 +1,4 @@
 Introduction
 ==========================================
 
-Welcome to SALOME-7.6.0p2's documentation!
+Welcome to TUTO_COUPLING's documentation!
index 4f89f178f156f4fc689438c696299bd9e276c6bf..64e0fed4ccba7dbb39d3a91030f10888f2bc3abf 100644 (file)
@@ -18,7 +18,7 @@
 #
 
 # --- resources ---
-SET(SALOME-7.6.0P2_PROFILE_RESOURCES_FILES
+SET(TUTO_COUPLING_PROFILE_RESOURCES_FILES
   app_icon.png
   splash.png
   about.png
@@ -27,10 +27,10 @@ SET(SALOME-7.6.0P2_PROFILE_RESOURCES_FILES
 )
 
 # --- rules ---
-INSTALL(FILES ${SALOME-7.6.0P2_PROFILE_RESOURCES_FILES} DESTINATION ${SALOME_SALOME-7.6.0P2_PROFILE_INSTALL_RES_DATA})
+INSTALL(FILES ${TUTO_COUPLING_PROFILE_RESOURCES_FILES} DESTINATION ${SALOME_TUTO_COUPLING_PROFILE_INSTALL_RES_DATA})
 
 # --- config ---
-SALOME_CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/SalomeApp.xml.in ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml INSTALL ${SALOME_SALOME-7.6.0P2_PROFILE_INSTALL_RES_DATA})
+SALOME_CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/SalomeApp.xml.in ${CMAKE_CURRENT_BINARY_DIR}/SalomeApp.xml INSTALL ${SALOME_TUTO_COUPLING_PROFILE_INSTALL_RES_DATA})
 
 # --- sub-directories ---
 ADD_SUBDIRECTORY( doc )
index 4e748558d06712162f5251547cb983db2516d864..77b08642fc40815892d4090b36d635d1169a2cb6 100644 (file)
@@ -16,7 +16,7 @@
     <parameter name="standalone" value=""/>
   </section>
   <section name="splash">
-    <parameter name="image" value="%SALOME-7.6.0p2_PROFILE_ROOT_DIR%/share/salome/resources/salome-7.6.0p2_profile/splash.png"/>
+    <parameter name="image" value="%TUTO_COUPLING_PROFILE_ROOT_DIR%/share/salome/resources/tuto_coupling_profile/splash.png"/>
     <parameter name="text_colors" value="#ffffff|#000000"/>
     <parameter name="show_percents" value="yes"/>
     <parameter name="show_progress" value="yes"/>
@@ -24,6 +24,6 @@
     <parameter name="font" value="Xirod,12,normal"/>
   </section>
   <section name="resources">
-    <parameter name="LightApp" value="%SALOME-7.6.0p2_PROFILE_ROOT_DIR%/share/salome/resources/salome-7.6.0p2_profile"/>
+    <parameter name="LightApp" value="%TUTO_COUPLING_PROFILE_ROOT_DIR%/share/salome/resources/tuto_coupling_profile"/>
   </section>
 </document>
index 1a5726b930669df338c2bee754aa44ed30cd0b19..7a2f856c7366be867cfcb1f1092bf662871ffbfd 100644 (file)
@@ -24,4 +24,4 @@ SET(_bin_DOCUMENTS
    sample.pdf
 )
 
-INSTALL(FILES ${_bin_DOCUMENTS} DESTINATION ${SALOME_SALOME-7.6.0P2_PROFILE_INSTALL_DOC_GUI})
+INSTALL(FILES ${_bin_DOCUMENTS} DESTINATION ${SALOME_TUTO_COUPLING_PROFILE_INSTALL_DOC_GUI})
index dcd4680c9d795b07c7f76dd02bc2a1657bfd490a..fff3b591c6d9da87a628e8355cca04027b6048bc 100644 (file)
@@ -1 +1 @@
-This directory contains binaries of SALOME-7.6.0p2's documentation
+This directory contains binaries of TUTO_COUPLING's documentation
index 6186b2ea0195f65db1972413a7633741d529cc9f..99d2bc53476f4805112dc6568e63e504feecd4ce 100644 (file)
@@ -31,4 +31,4 @@ SET(_ts_RESOURCES
 
 # --- rules ---
 
-QT4_INSTALL_TS_RESOURCES("${_ts_RESOURCES}" "${SALOME_SALOME-7.6.0P2_PROFILE_INSTALL_RES_DATA}")
+QT4_INSTALL_TS_RESOURCES("${_ts_RESOURCES}" "${SALOME_TUTO_COUPLING_PROFILE_INSTALL_RES_DATA}")
index d0421b03c4099bee7578200837f7ecfeb236f747..637bb33e94589d7735b926a59f89cc63d483d965 100644 (file)
@@ -9,15 +9,15 @@
     </message>
     <message>
         <source>ABOUT_CAPTION</source>
-        <translation>About SALOME-7.6.0p2</translation>
+        <translation>About TUTO_COUPLING</translation>
     </message>
     <message>
         <source>APP_NAME</source>
-        <translation>SALOME-7.6.0p2 </translation>
+        <translation>TUTO_COUPLING </translation>
     </message>
     <message>
         <source>APP_VERSION</source>
-        <translation>V7.6.0p2</translation>
+        <translation>V1.0</translation>
     </message>
     <message>
         <source>ABOUT_LICENSE</source>
     </message>
     <message>
         <source>ABOUT_VERSION</source>
-        <translation>Version 7.6.0p2</translation>
+        <translation>Version 1.0</translation>
     </message>
     <message>
         <source>ABOUT_TITLE</source>
-        <translation>SALOME-7.6.0p2</translation>
+        <translation>TUTO_COUPLING</translation>
     </message>
 </context>
 </TS>
index 18954f94b165c67073bc45ebb993f250292aabd2..4b05242b6f0517388e02f0025bf511fdc355827f 100644 (file)
@@ -9,15 +9,15 @@
     </message>
     <message>
         <source>ABOUT_CAPTION</source>
-        <translation>A propos de SALOME-7.6.0p2</translation>
+        <translation>A propos de TUTO_COUPLING</translation>
     </message>
     <message>
         <source>APP_NAME</source>
-        <translation>SALOME-7.6.0p2 </translation>
+        <translation>TUTO_COUPLING </translation>
     </message>
     <message>
         <source>APP_VERSION</source>
-        <translation>V7.6.0p2</translation>
+        <translation>V1.0</translation>
     </message>
     <message>
         <source>ABOUT_LICENSE</source>
     </message>
     <message>
         <source>ABOUT_VERSION</source>
-        <translation>Version 7.6.0p2</translation>
+        <translation>Version 1.0</translation>
     </message>
     <message>
         <source>ABOUT_TITLE</source>
-        <translation>SALOME-7.6.0p2</translation>
+        <translation>TUTO_COUPLING</translation>
     </message>
 </context>
 </TS>
index 21d6a84a04dcc01816e48fb2dcccbb04c5a7c887..44e5d78142949308de55af358b7f628e7e85f40e 100644 (file)
@@ -9,15 +9,15 @@
     </message>
     <message>
       <source>ABOUT_CAPTION</source>
-      <translation>About SALOME-7.6.0p2</translation>
+      <translation>About TUTO_COUPLING</translation>
     </message>
     <message>
       <source>APP_NAME</source>
-      <translation>SALOME-7.6.0p2 </translation>
+      <translation>TUTO_COUPLING </translation>
     </message>
     <message>
       <source>APP_VERSION</source>
-      <translation>V7.6.0p2</translation>
+      <translation>V1.0</translation>
     </message>
     <message>
       <source>ABOUT_LICENSE</source>
     </message>
     <message>
       <source>ABOUT_VERSION</source>
-      <translation>Version 7.6.0p2</translation>
+      <translation>Version 1.0</translation>
     </message>
     <message>
       <source>ABOUT_TITLE</source>
-      <translation>SALOME-7.6.0p2</translation>
+      <translation>TUTO_COUPLING</translation>
     </message>
   </context>
 </TS>
index be2a5787d8fa3aaa9052e28abf0bf73f749f8b07..93eab5cd174fbc11e53b545a01b191ccad3cfafb 100644 (file)
@@ -1 +1 @@
-This directory contains the tests of SALOME-7.6.0p2
+This directory contains the tests of TUTO_COUPLING