Salome HOME
fix src/custom.css to 16
authorChristian Van Wambeke <christian.van-wambeke@cea.fr>
Tue, 24 Apr 2018 13:23:45 +0000 (15:23 +0200)
committerChristian Van Wambeke <christian.van-wambeke@cea.fr>
Tue, 24 Apr 2018 13:23:45 +0000 (15:23 +0200)
doc/build/doctrees/commands/apidoc/src.colorama.doctree
doc/build/doctrees/commands/apidoc/src.doctree
doc/build/doctrees/environment.pickle
doc/build/html/_static/custom.css
doc/build/html/commands/apidoc/src.colorama.html
doc/build/html/commands/apidoc/src.html
doc/build/html/searchindex.js
doc/build/latex/salomeTools.log
doc/build/latex/salomeTools.pdf
doc/build/latex/salomeTools.tex
doc/src/custom.css

index 39b0998217180aaeffaba15634fed60794f4b15b..43692a150fa953b876fd25d67270f29a7a7251ff 100644 (file)
Binary files a/doc/build/doctrees/commands/apidoc/src.colorama.doctree and b/doc/build/doctrees/commands/apidoc/src.colorama.doctree differ
index ae10c46f4436c640bdb2b5be0d1614fb9e003010..be6c6d4367311b7d261b47a25bc8a3978e2dc5de 100644 (file)
Binary files a/doc/build/doctrees/commands/apidoc/src.doctree and b/doc/build/doctrees/commands/apidoc/src.doctree differ
index cf8195d0279ecfb927dc0baab9b21876dc9234b2..10b88b7602ea18d7e81a2ec88175ad7e7947bb81 100644 (file)
Binary files a/doc/build/doctrees/environment.pickle and b/doc/build/doctrees/environment.pickle differ
index 8da7b91a3bcc891308e9ab06215ec26fc42c33ba..a088ba6fb47ccdeab06a6615bdbbd194e68eb914 100644 (file)
@@ -16,7 +16,7 @@ set 'Note:' etc size less than titles
 div.admonition p.admonition-title {
     font-family: {{ theme_head_font_family }};
     font-weight: normal;
-    font-size: 18px;
+    font-size: 16px;
     margin: 0 0 10px 0;
     padding: 0;
     line-height: 1;
index d96423fcba61c89ad8df947926130934759a4f0b..919186d6f6bebe7baddb4e327a564fc60fba0b3f 100644 (file)
@@ -330,12 +330,12 @@ sequences from the text, and if outputting to a tty, will convert them into
 win32 function calls.</p>
 <dl class="attribute">
 <dt id="src.colorama.ansitowin32.AnsiToWin32.ANSI_CSI_RE">
-<tt class="descname">ANSI_CSI_RE</tt><em class="property"> = &lt;_sre.SRE_Pattern object at 0x4bf3860&gt;</em><a class="headerlink" href="#src.colorama.ansitowin32.AnsiToWin32.ANSI_CSI_RE" title="Permalink to this definition">¶</a></dt>
+<tt class="descname">ANSI_CSI_RE</tt><em class="property"> = &lt;_sre.SRE_Pattern object at 0x3daa930&gt;</em><a class="headerlink" href="#src.colorama.ansitowin32.AnsiToWin32.ANSI_CSI_RE" title="Permalink to this definition">¶</a></dt>
 <dd></dd></dl>
 
 <dl class="attribute">
 <dt id="src.colorama.ansitowin32.AnsiToWin32.ANSI_OSC_RE">
-<tt class="descname">ANSI_OSC_RE</tt><em class="property"> = &lt;_sre.SRE_Pattern object at 0x2d29710&gt;</em><a class="headerlink" href="#src.colorama.ansitowin32.AnsiToWin32.ANSI_OSC_RE" title="Permalink to this definition">¶</a></dt>
+<tt class="descname">ANSI_OSC_RE</tt><em class="property"> = &lt;_sre.SRE_Pattern object at 0x49a74c0&gt;</em><a class="headerlink" href="#src.colorama.ansitowin32.AnsiToWin32.ANSI_OSC_RE" title="Permalink to this definition">¶</a></dt>
 <dd></dd></dl>
 
 <dl class="method">
index 7809f0fd14f408ddaf978880c33e109101f90450..d5596dbc579d2f313f41b851c71e0bde352cce75 100644 (file)
@@ -710,7 +710,7 @@ on which salomeTools is running.</p>
 <span id="compilation-module"></span><h2><tt class="xref py py-mod docutils literal"><span class="pre">compilation</span></tt> Module<a class="headerlink" href="#module-src.compilation" title="Permalink to this headline">¶</a></h2>
 <dl class="class">
 <dt id="src.compilation.Builder">
-<em class="property">class </em><tt class="descclassname">src.compilation.</tt><tt class="descname">Builder</tt><big>(</big><em>config</em>, <em>logger</em>, <em>product_info</em>, <em>options=&lt;src.options.OptResult object at 0x25417d0&gt;</em>, <em>check_src=True</em><big>)</big><a class="reference internal" href="../../_modules/src/compilation.html#Builder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#src.compilation.Builder" title="Permalink to this definition">¶</a></dt>
+<em class="property">class </em><tt class="descclassname">src.compilation.</tt><tt class="descname">Builder</tt><big>(</big><em>config</em>, <em>logger</em>, <em>product_info</em>, <em>options=&lt;src.options.OptResult object at 0x39937d0&gt;</em>, <em>check_src=True</em><big>)</big><a class="reference internal" href="../../_modules/src/compilation.html#Builder"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#src.compilation.Builder" title="Permalink to this definition">¶</a></dt>
 <dd><p>Class to handle all construction steps, like cmake, configure, make, ...</p>
 <dl class="method">
 <dt id="src.compilation.Builder.build_configure">
@@ -3730,7 +3730,7 @@ the specified path.</p>
 
 <dl class="class">
 <dt id="src.pyconf.ConfigMerger">
-<em class="property">class </em><tt class="descclassname">src.pyconf.</tt><tt class="descname">ConfigMerger</tt><big>(</big><em>resolver=&lt;function defaultMergeResolve at 0x2445758&gt;</em><big>)</big><a class="reference internal" href="../../_modules/src/pyconf.html#ConfigMerger"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#src.pyconf.ConfigMerger" title="Permalink to this definition">¶</a></dt>
+<em class="property">class </em><tt class="descclassname">src.pyconf.</tt><tt class="descname">ConfigMerger</tt><big>(</big><em>resolver=&lt;function defaultMergeResolve at 0x3897758&gt;</em><big>)</big><a class="reference internal" href="../../_modules/src/pyconf.html#ConfigMerger"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#src.pyconf.ConfigMerger" title="Permalink to this definition">¶</a></dt>
 <dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">object</span></tt></p>
 <p>This class is used for merging two configurations. If a key exists in the
 merge operand but not the merge target, then the entry is copied from the
@@ -4461,7 +4461,7 @@ extracting.</li>
 
 <dl class="attribute">
 <dt id="src.template.MyTemplate.pattern">
-<tt class="descname">pattern</tt><em class="property"> = &lt;_sre.SRE_Pattern object at 0x2511560&gt;</em><a class="headerlink" href="#src.template.MyTemplate.pattern" title="Permalink to this definition">¶</a></dt>
+<tt class="descname">pattern</tt><em class="property"> = &lt;_sre.SRE_Pattern object at 0x39fab00&gt;</em><a class="headerlink" href="#src.template.MyTemplate.pattern" title="Permalink to this definition">¶</a></dt>
 <dd></dd></dl>
 
 </dd></dl>
index fa409ca6a011f61f9c5d83c3a581d211290e2a44..a88645799818ccbc8a3a321789f955725be853f0 100644 (file)
@@ -1 +1 @@
-Search.setIndex({objects:{"src.fork":{launch_command:[10,1,1,""],show_progress:[10,1,1,""],write_back:[10,1,1,""],batch:[10,1,1,""],batch_salome:[10,1,1,""]},"src.pyconf.ConfigInputStream":{read:[10,2,1,""],close:[10,2,1,""],readline:[10,2,1,""]},"src.colorama":{win32:[3,0,1,""],initialise:[3,0,1,""],winterm:[3,0,1,""],ansitowin32:[3,0,1,""],ansi:[3,0,1,""]},"src.fileEnviron.ScreenEnviron":{add_comment:[10,2,1,""],set:[10,2,1,""],get:[10,2,1,""],prepend:[10,2,1,""],write:[10,2,1,""],add_warning:[10,2,1,""],command_value:[10,2,1,""],run_env_script:[10,2,1,""],add_line:[10,2,1,""],is_defined:[10,2,1,""],append:[10,2,1,""],add_echo:[10,2,1,""]},"src.colorama.ansi.AnsiStyle":{RESET_ALL:[3,4,1,""],DIM:[3,4,1,""],BRIGHT:[3,4,1,""],NORMAL:[3,4,1,""]},"src.pyconf.ConfigReader":{load:[10,2,1,""],getChar:[10,2,1,""],location:[10,2,1,""],setStream:[10,2,1,""],parseReference:[10,2,1,""],parseFactor:[10,2,1,""],parseKeyValuePair:[10,2,1,""],parseMapping:[10,2,1,""],parseTerm:[10,2,1,""],parseSuffix:[10,2,1,""],parseValue:[10,2,1,""],parseMappingBody:[10,2,1,""],getToken:[10,2,1,""],parseScalar:[10,2,1,""],match:[10,2,1,""],parseSequence:[10,2,1,""]},"src.fileEnviron.ContextFileEnviron":{append_value:[10,2,1,""],finish:[10,2,1,""],set:[10,2,1,""],get:[10,2,1,""],add_warning:[10,2,1,""],command_value:[10,2,1,""],prepend_value:[10,2,1,""],add_echo:[10,2,1,""]},"src.pyconf.Sequence":{SeqIter:[10,3,1,""],writeToStream:[10,2,1,""],append:[10,2,1,""]},"src.pyconf.Mapping":{get:[10,2,1,""],keys:[10,2,1,""],writeToStream:[10,2,1,""],addMapping:[10,2,1,""],iteritems:[10,2,1,""],iterkeys:[10,2,1,""]},"src.colorama.winterm":{WinStyle:[3,3,1,""],WinTerm:[3,3,1,""],WinColor:[3,3,1,""]},"src.fileEnviron.BatFileEnviron":{add_comment:[10,2,1,""],set:[10,2,1,""],finish:[10,2,1,""],command_value:[10,2,1,""],get:[10,2,1,""]},"src.fileEnviron.LauncherFileEnviron":{add_comment:[10,2,1,""],append_value:[10,2,1,""],set:[10,2,1,""],get:[10,2,1,""],finish:[10,2,1,""],prepend:[10,2,1,""],add:[10,2,1,""],prepend_value:[10,2,1,""],add_warning:[10,2,1,""],command_value:[10,2,1,""],add_line:[10,2,1,""],is_defined:[10,2,1,""],change_to_launcher:[10,2,1,""],append:[10,2,1,""],add_echo:[10,2,1,""]},"src.options":{OptResult:[10,3,1,""],Options:[10,3,1,""]},"src.colorama.winterm.WinStyle":{BRIGHT_BACKGROUND:[3,4,1,""],BRIGHT:[3,4,1,""],NORMAL:[3,4,1,""]},"src.ElementTree.ElementTree":{write:[10,2,1,""],getroot:[10,2,1,""],getiterator:[10,2,1,""],findtext:[10,2,1,""],find:[10,2,1,""],parse:[10,2,1,""],findall:[10,2,1,""]},"src.colorama.winterm.WinTerm":{style:[3,2,1,""],erase_screen:[3,2,1,""],get_position:[3,2,1,""],get_attrs:[3,2,1,""],back:[3,2,1,""],fore:[3,2,1,""],set_console:[3,2,1,""],set_attrs:[3,2,1,""],set_title:[3,2,1,""],cursor_adjust:[3,2,1,""],reset_all:[3,2,1,""],set_cursor_position:[3,2,1,""],erase_line:[3,2,1,""]},"src.environment.FileEnvWriter":{write_cfgForPy_file:[10,2,1,""],write_env_file:[10,2,1,""]},"src.logger.Logger":{end_write:[10,2,1,""],flush:[10,2,1,""],write:[10,2,1,""],add_link:[10,2,1,""],error:[10,2,1,""],put_initial_xml_fields:[10,2,1,""]},"src.fileEnviron":{get_file_environ:[10,1,1,""],ContextFileEnviron:[10,3,1,""],LauncherFileEnviron:[10,3,1,""],BatFileEnviron:[10,3,1,""],ScreenEnviron:[10,3,1,""],BashFileEnviron:[10,3,1,""],special_path_separator:[10,1,1,""],FileEnviron:[10,3,1,""]},"src.colorama.ansitowin32.StreamWrapper":{write:[3,2,1,""]},"src.debug.OutStream":{close:[10,2,1,""]},"src.compilation":{Builder:[10,3,1,""]},"src.colorama.ansitowin32":{is_a_tty:[3,1,1,""],AnsiToWin32:[3,3,1,""],StreamWrapper:[3,3,1,""],is_stream_closed:[3,1,1,""]},"src.fileEnviron.BashFileEnviron":{set:[10,2,1,""],command_value:[10,2,1,""],finish:[10,2,1,""]},"src.colorama.win32":{winapi_test:[3,1,1,""],SetConsoleTextAttribute:[3,1,1,""]},"src.printcolors":{printcHighlight:[10,1,1,""],printcLabel:[10,1,1,""],print_color_range:[10,1,1,""],printcWarning:[10,1,1,""],print_color_map:[10,1,1,""],printcSuccess:[10,1,1,""],printc:[10,1,1,""],printcError:[10,1,1,""],print_value:[10,1,1,""],printcInfo:[10,1,1,""],cleancolor:[10,1,1,""],printcHeader:[10,1,1,""]},"src.test_module":{Test:[10,3,1,""],getTmpDirDEFAULT:[10,1,1,""]},"src.ElementTree":{XML:[10,1,1,""],Comment:[10,1,1,""],XMLTreeBuilder:[10,3,1,""],PI:[10,1,1,""],ProcessingInstruction:[10,1,1,""],dump:[10,1,1,""],fromstring:[10,1,1,""],QName:[10,3,1,""],TreeBuilder:[10,3,1,""],Element:[10,1,1,""],parse:[10,1,1,""],iterparse:[10,3,1,""],tostring:[10,1,1,""],SubElement:[10,1,1,""],iselement:[10,1,1,""],ElementTree:[10,3,1,""]},"src.environment.SalomeEnviron":{set:[10,2,1,""],dump:[10,2,1,""],set_products:[10,2,1,""],add_warning:[10,2,1,""],run_env_script:[10,2,1,""],add_line:[10,2,1,""],is_defined:[10,2,1,""],append:[10,2,1,""],add_comment:[10,2,1,""],prepend:[10,2,1,""],set_python_libdirs:[10,2,1,""],set_application_env:[10,2,1,""],finish:[10,2,1,""],get:[10,2,1,""],get_names:[10,2,1,""],set_a_product:[10,2,1,""],run_simple_env_script:[10,2,1,""],set_cpp_env:[10,2,1,""],set_full_environ:[10,2,1,""],set_salome_minimal_product_env:[10,2,1,""],set_salome_generic_product_env:[10,2,1,""],load_cfg_environment:[10,2,1,""]},"src.xmlManager.XmlLogFile":{write_tree:[10,2,1,""],append_node_attrib:[10,2,1,""],add_simple_node:[10,2,1,""],append_node_text:[10,2,1,""]},"src.pyconf.ConfigOutputStream":{write:[10,2,1,""],close:[10,2,1,""],flush:[10,2,1,""]},"src.template.MyTemplate":{pattern:[10,4,1,""],delimiter:[10,4,1,""]},"src.pyconf.Expression":{evaluate:[10,2,1,""]},"src.__init__":{handleRemoveReadonly:[10,1,1,""],find_file_in_lpath:[10,1,1,""],get_property_in_product_cfg:[10,1,1,""],ensure_path_exists:[10,1,1,""],get_cfg_param:[10,1,1,""],merge_dicts:[10,1,1,""],get_salome_version:[10,1,1,""],activate_mesa_property:[10,1,1,""],read_config_from_a_file:[10,1,1,""],deepcopy_list:[10,1,1,""],SatException:[10,5,1,""],parse_date:[10,1,1,""],get_log_path:[10,1,1,""],get_base_path:[10,1,1,""],Path:[10,3,1,""],replace_in_file:[10,1,1,""],check_config_has_application:[10,1,1,""],remove_item_from_list:[10,1,1,""],config_has_application:[10,1,1,""],check_config_has_profile:[10,1,1,""],get_launcher_name:[10,1,1,""],print_info:[10,1,1,""],only_numbers:[10,1,1,""],get_tmp_filename:[10,1,1,""]},"src.pyconf.ConfigList":{getByPath:[10,2,1,""]},"src.fileEnviron.FileEnviron":{add_comment:[10,2,1,""],append_value:[10,2,1,""],set:[10,2,1,""],get:[10,2,1,""],add_warning:[10,2,1,""],finish:[10,2,1,""],prepend:[10,2,1,""],prepend_value:[10,2,1,""],command_value:[10,2,1,""],add_line:[10,2,1,""],is_defined:[10,2,1,""],append:[10,2,1,""],add_echo:[10,2,1,""]},"src.product":{get_product_components:[10,1,1,""],product_is_dev:[10,1,1,""],check_config_exists:[10,1,1,""],get_products_infos:[10,1,1,""],get_base_install_dir:[10,1,1,""],get_product_section:[10,1,1,""],product_is_vcs:[10,1,1,""],product_is_cmake:[10,1,1,""],product_is_smesh_plugin:[10,1,1,""],product_is_fixed:[10,1,1,""],get_install_dir:[10,1,1,""],product_has_salome_gui:[10,1,1,""],check_installation:[10,1,1,""],get_product_dependencies:[10,1,1,""],product_has_script:[10,1,1,""],product_is_native:[10,1,1,""],product_is_salome:[10,1,1,""],product_is_cpp:[10,1,1,""],check_source:[10,1,1,""],product_is_mpi:[10,1,1,""],product_is_generated:[10,1,1,""],product_has_patches:[10,1,1,""],product_has_env_script:[10,1,1,""],get_product_config:[10,1,1,""],product_compiles:[10,1,1,""],product_is_autotools:[10,1,1,""],product_is_debug:[10,1,1,""],product_is_sample:[10,1,1,""],product_has_logo:[10,1,1,""]},"src.__init__.Path":{isdir:[10,2,1,""],copyfile:[10,2,1,""],copylink:[10,2,1,""],exists:[10,2,1,""],smartcopy:[10,2,1,""],make:[10,2,1,""],list:[10,2,1,""],symlink:[10,2,1,""],chmod:[10,2,1,""],copydir:[10,2,1,""],readlink:[10,2,1,""],islink:[10,2,1,""],base:[10,2,1,""],rm:[10,2,1,""],copy:[10,2,1,""],isfile:[10,2,1,""],dir:[10,2,1,""]},"src.colorama.initialise":{deinit:[3,1,1,""],reinit:[3,1,1,""],reset_all:[3,1,1,""],init:[3,1,1,""],wrap_stream:[3,1,1,""],colorama_text:[3,1,1,""]},"src.template":{substitute:[10,1,1,""],MyTemplate:[10,3,1,""]},"src.xmlManager":{append_node_attrib:[10,1,1,""],add_simple_node:[10,1,1,""],write_report:[10,1,1,""],find_node_by_attrib:[10,1,1,""],ReadXmlFile:[10,3,1,""],XmlLogFile:[10,3,1,""]},"src.pyconf.Container":{evaluate:[10,2,1,""],setPath:[10,2,1,""],writeToStream:[10,2,1,""],writeValue:[10,2,1,""]},"src.architecture":{get_distribution:[10,1,1,""],get_distrib_version:[10,1,1,""],get_python_version:[10,1,1,""],is_windows:[10,1,1,""],get_user:[10,1,1,""],get_nb_proc:[10,1,1,""]},"src.colorama.ansi.AnsiBack":{BLUE:[3,4,1,""],RESET:[3,4,1,""],LIGHTBLACK_EX:[3,4,1,""],LIGHTBLUE_EX:[3,4,1,""],LIGHTCYAN_EX:[3,4,1,""],LIGHTWHITE_EX:[3,4,1,""],LIGHTYELLOW_EX:[3,4,1,""],YELLOW:[3,4,1,""],LIGHTRED_EX:[3,4,1,""],BLACK:[3,4,1,""],WHITE:[3,4,1,""],CYAN:[3,4,1,""],GREEN:[3,4,1,""],MAGENTA:[3,4,1,""],LIGHTMAGENTA_EX:[3,4,1,""],LIGHTGREEN_EX:[3,4,1,""],RED:[3,4,1,""]},"src.system":{git_extract:[10,1,1,""],show_in_editor:[10,1,1,""],cvs_extract:[10,1,1,""],svn_extract:[10,1,1,""],archive_extract:[10,1,1,""]},"src.pyconf.Config":{load:[10,2,1,""],removeNamespace:[10,2,1,""],Namespace:[10,3,1,""],addNamespace:[10,2,1,""],getByPath:[10,2,1,""]},"src.colorama.ansi.AnsiFore":{RESET:[3,4,1,""],GREEN:[3,4,1,""],LIGHTBLACK_EX:[3,4,1,""],BLUE:[3,4,1,""],LIGHTCYAN_EX:[3,4,1,""],LIGHTWHITE_EX:[3,4,1,""],LIGHTYELLOW_EX:[3,4,1,""],LIGHTGREEN_EX:[3,4,1,""],YELLOW:[3,4,1,""],LIGHTRED_EX:[3,4,1,""],LIGHTBLUE_EX:[3,4,1,""],BLACK:[3,4,1,""],CYAN:[3,4,1,""],MAGENTA:[3,4,1,""],LIGHTMAGENTA_EX:[3,4,1,""],WHITE:[3,4,1,""],RED:[3,4,1,""]},"src.environment":{load_environment:[10,1,1,""],Shell:[10,3,1,""],Environ:[10,3,1,""],SalomeEnviron:[10,3,1,""],FileEnvWriter:[10,3,1,""]},"src.ElementTree.TreeBuilder":{close:[10,2,1,""],data:[10,2,1,""],end:[10,2,1,""],start:[10,2,1,""]},"src.colorama.ansitowin32.AnsiToWin32":{convert_osc:[3,2,1,""],should_wrap:[3,2,1,""],ANSI_OSC_RE:[3,4,1,""],extract_params:[3,2,1,""],convert_ansi:[3,2,1,""],write_and_convert:[3,2,1,""],get_win32_calls:[3,2,1,""],write:[3,2,1,""],write_plain_text:[3,2,1,""],reset_all:[3,2,1,""],ANSI_CSI_RE:[3,4,1,""],call_win32:[3,2,1,""]},src:{fork:[10,0,1,""],product:[10,0,1,""],template:[10,0,1,""],test_module:[10,0,1,""],compilation:[10,0,1,""],xmlManager:[10,0,1,""],system:[10,0,1,""],environment:[10,0,1,""],pyconf:[10,0,1,""],colorama:[3,0,1,""],fileEnviron:[10,0,1,""],"__init__":[10,0,1,""],debug:[10,0,1,""],logger:[10,0,1,""],ElementTree:[10,0,1,""],options:[10,0,1,""],printcolors:[10,0,1,""],architecture:[10,0,1,""]},"src.xmlManager.ReadXmlFile":{get_attrib:[10,2,1,""],get_node_text:[10,2,1,""],getRootAttrib:[10,2,1,""]},"src.ElementTree.XMLTreeBuilder":{feed:[10,2,1,""],close:[10,2,1,""],doctype:[10,2,1,""]},"src.pyconf":{ConfigMerger:[10,3,1,""],deepCopyMapping:[10,1,1,""],ConfigResolutionError:[10,5,1,""],Container:[10,3,1,""],Reference:[10,3,1,""],ConfigReader:[10,3,1,""],Config:[10,3,1,""],makePath:[10,1,1,""],defaultStreamOpener:[10,1,1,""],overwriteMergeResolve:[10,1,1,""],Mapping:[10,3,1,""],defaultMergeResolve:[10,1,1,""],ConfigFormatError:[10,5,1,""],ConfigError:[10,5,1,""],Sequence:[10,3,1,""],ConfigList:[10,3,1,""],ConfigInputStream:[10,3,1,""],Expression:[10,3,1,""],isWord:[10,1,1,""],ConfigOutputStream:[10,3,1,""]},"src.pyconf.Sequence.SeqIter":{next:[10,2,1,""]},"src.options.Options":{print_help:[10,2,1,""],add_option:[10,2,1,""],parse_args:[10,2,1,""]},"src.ElementTree.iterparse":{next:[10,2,1,""]},"src.pyconf.ConfigMerger":{handleMismatch:[10,2,1,""],merge:[10,2,1,""],mergeMapping:[10,2,1,""],overwriteKeys:[10,2,1,""],mergeSequence:[10,2,1,""]},"src.colorama.winterm.WinColor":{BLUE:[3,4,1,""],GREEN:[3,4,1,""],GREY:[3,4,1,""],YELLOW:[3,4,1,""],BLACK:[3,4,1,""],CYAN:[3,4,1,""],MAGENTA:[3,4,1,""],RED:[3,4,1,""]},"src.logger":{timedelta_total_seconds:[10,1,1,""],show_command_log:[10,1,1,""],update_hat_xml:[10,1,1,""],date_to_datetime:[10,1,1,""],list_log_file:[10,1,1,""],Logger:[10,3,1,""]},"src.pyconf.Reference":{findConfig:[10,2,1,""],resolve:[10,2,1,""],addElement:[10,2,1,""]},"src.colorama.ansi.AnsiCursor":{DOWN:[3,2,1,""],FORWARD:[3,2,1,""],UP:[3,2,1,""],BACK:[3,2,1,""],POS:[3,2,1,""]},"src.environment.Environ":{append_value:[10,2,1,""],set:[10,2,1,""],get:[10,2,1,""],prepend:[10,2,1,""],prepend_value:[10,2,1,""],command_value:[10,2,1,""],is_defined:[10,2,1,""],append:[10,2,1,""]},"src.test_module.Test":{run_all_tests:[10,2,1,""],search_known_errors:[10,2,1,""],run_script:[10,2,1,""],generate_launching_commands:[10,2,1,""],prepare_testbase:[10,2,1,""],run_tests:[10,2,1,""],generate_script:[10,2,1,""],run_session_tests:[10,2,1,""],prepare_testbase_from_svn:[10,2,1,""],run_grid_tests:[10,2,1,""],prepare_testbase_from_dir:[10,2,1,""],write_test_margin:[10,2,1,""],run_testbase_tests:[10,2,1,""],get_test_timeout:[10,2,1,""],get_tmp_dir:[10,2,1,""],prepare_testbase_from_git:[10,2,1,""],read_results:[10,2,1,""]},"src.debug":{tofix:[10,1,1,""],saveConfigDbg:[10,1,1,""],indent:[10,1,1,""],getStrConfigStd:[10,1,1,""],getStrConfigDbg:[10,1,1,""],saveConfigStd:[10,1,1,""],pop_debug:[10,1,1,""],OutStream:[10,3,1,""],push_debug:[10,1,1,""],write:[10,1,1,""],InStream:[10,3,1,""],getLocalEnv:[10,1,1,""]},"src.colorama.ansi":{AnsiBack:[3,3,1,""],AnsiStyle:[3,3,1,""],set_title:[3,1,1,""],code_to_chars:[3,1,1,""],clear_screen:[3,1,1,""],AnsiCodes:[3,3,1,""],AnsiCursor:[3,3,1,""],AnsiFore:[3,3,1,""],clear_line:[3,1,1,""]},"src.compilation.Builder":{wmake:[10,2,1,""],do_script_build:[10,2,1,""],do_python_script_build:[10,2,1,""],cmake:[10,2,1,""],configure:[10,2,1,""],prepare:[10,2,1,""],make:[10,2,1,""],complete_environment:[10,2,1,""],hack_libtool:[10,2,1,""],build_configure:[10,2,1,""],do_default_build:[10,2,1,""],put_txt_log_in_appli_log_dir:[10,2,1,""],install:[10,2,1,""],log_command:[10,2,1,""],do_batch_script_build:[10,2,1,""],check:[10,2,1,""],log:[10,2,1,""]}},terms:{represent:10,all:[1,2,3,7,10,11,13,9,15,18],code:[9,0,10,3],forget:10,xxx_src_dir:10,is_defin:10,global:10,dollar:10,"0x4bf3860":3,yellow:3,printchighlight:10,printcsuccess:10,known:6,scalar:10,correl:10,latter:10,subclass:10,get_tmp_filenam:10,append_node_text:10,follow:[9,10,18],mon:10,colorama_text:3,get_nb_proc:10,getlocalenv:10,decid:10,typeerror:10,depend:[8,6,10],"0x2511560":10,"_debug":10,mergesequ:10,parsesequ:10,show:[8,10,17],gencat:[14,12],dict_arg:10,yve:10,supposedli:10,openmpi:10,adot:10,tofix:10,get_products_info:10,xxx_root_dir:10,suitabl:10,ignorelist:10,sourc:[1,3,6,7,10,11,13],string:10,without:[1,10,11],fals:[10,3],winstyl:3,hard:10,welkom:10,util:[0,6,10],print:[10,11,17,3],mechan:[9,10],get_attrib:10,word:10,run_test:10,syntax:[10,15,13],strout:10,get_method:1,isdir:10,dim:3,set_full_environ:10,interact:17,contextfileenviron:10,hour:10,level:[10,7,18],yyyymmdd_hhmmss_namecmd:10,gui:10,cmd:10,list:[0,7,10,11,12,13,14,15],prefix:[9,10,15],iter:10,factori:10,"try":10,item:10,printcwarn:10,has_salome_hui:10,stderr:10,tostr:10,sajip:10,initialis:[5,10,3],dir:[1,10,11],ansistyl:3,pleas:[9,2],correct:10,smaller:10,eearch:10,cfg:[9,10,18],node:10,pubid:10,product_is_mpi:10,sign:10,second:[9,10,18],atitl:10,design:10,list_log_fil:10,download:[1,10],iostream:10,setconsoletextattribut:3,salometool:[0,4,6,7,10,11,12,9,15,18],append:[9,6,10],yacsgen:[10,2],compat:10,index:10,what:[10,13],copyfil:10,sub:[10,15],token_typ:10,section:[9,1,10,12,15],access:[10,18,3,17],delet:6,version:[9,15,6,2,10],product2:[8,9,1],product1:[8,9,1],parsefactor:10,"new":[1,10,18],defaultstreamopen:10,method:[1,3,8,10,9,18],get_test_timeout:10,optresult:10,xml:[10,18],full:10,deriv:10,convert_ansi:3,iteritem:10,vinai:10,join:9,gener:[0,2,3,7,9,10,12,14],set_a_product:10,here:[9,10,15,18],erase_lin:3,ansicod:3,product_is_autotool:10,ansitowin32:[5,10,3],symlink:10,dirpath:10,path:[1,6,8,9,10,11,12,13,14,17],modifi:[9,1,10],sinc:10,valu:[1,3,10,11,12,13,15],machine2:12,handleremovereadonli:10,search:10,lome:0,optionali:10,is_stream_clos:3,launcher_nam:14,env_launch:9,mergemap:10,set_salome_minimal_product_env:10,datetim:10,amount:10,get_product_depend:10,bom:10,load_environ:10,action:10,timedelta_total_second:10,implement:[9,10,3],script_nam:10,commonli:10,control:6,show_progress:10,configur:[0,1,6,8,9,10,11,12,13,14,15,17,18],test_sess:10,do_python_script_build:10,extra:10,wai:[8,10,18],"_sre":[10,3],modul:[0,1,2,3,5,8,10,12,14,15],wil:9,prefer:[15,11],getrootattrib:10,activate_mesa_properti:10,filenam:10,printc:10,"boolean":[10,18],product_is_vc:10,instal:[0,7,8,10,13,15,4],text_or_uri:10,unit:8,getchar:10,do_default_build:10,test_nam:10,parma:10,from:[1,2,3,6,10,11,9,18],tar:[6,4],would:10,memori:[14,12],makepath:10,subtract:10,stdout:[10,3],show_command_log:10,next:10,lightred_ex:3,process:1,product_is_smesh_plugin:10,program:10,call:[14,9,10,18,3],addnamespac:10,taken:[9,10],tcllibpath:10,type:[1,10],start:[0,3,8,10,12,14],winterm:[5,10,3],extract_param:3,componon:2,minim:10,get_nam:10,ool:0,under:[0,10],mismatch:10,problem:[14,10,12],award:10,warn:[8,0,1,10],flag:8,load_cfg_environ:10,particular:10,mydebug:10,lpath:10,check_src:10,given:[14,9,10,12,3],transform:10,must:[10,18],none:[10,3],retriev:10,get_property_in_product_cfg:10,restor:[10,13],abool:10,prepar:[0,1,10,7,18],work:[1,6,11,15,10],subel:10,dev:[1,10],product_is_cmak:10,remain:[17,4],kwarg:3,obvious:10,can:[0,1,10,12,9,15,18],print_info:10,sommeil:10,nb_line:10,configresolutionerror:10,root:[10,18],could:[9,10,4,13],def:[9,10,18],overrid:[10,12],overwritten:10,write_back:10,tab:10,stream:[10,3],give:[15,10,12,18],add_warn:10,prepare_testbas:10,hxx2salom:2,templat:[5,10],path_to_yacsgen:2,smartcopi:10,bienvenu:10,tag:[1,10],want:[9,10,13,18],also:[9,1,10,15,18],search_known_error:10,magenta:3,keep:10,occur:10,cleancolor:10,delai:10,end:[9,10,3],filepath:10,programmat:9,anoth:[10,15],add_simple_nod:10,env_script:9,environ:[0,2,5,10,9,15],gettmpdir:10,write:[10,18,3],far:10,remove_item_from_list:10,"__init__":10,env:9,deepcopy_list:10,token_valu:10,silent_sysstd:10,config:[0,1,7,10,11,15,18],parsemap:10,virtual_app:12,updat:10,processinginstruct:10,product:[0,1,2,5,6,7,8,9,10,11,13,14,15,18],get_log_path:10,configlist:10,timedelta:10,call_win32:3,max:10,clone:1,after:[8,10,4],defaultmergeresolv:10,befor:[8,10],catalog:[14,12],date:[10,15],multipl:10,mesa:[14,10,12],getbypath:10,data:[10,11,18],get_python_vers:10,wmake:10,test_modul:[5,10],circumst:10,"short":10,usag:[0,1,2,6,7,8,9,10,11,12,13,14,17],four:9,get_us:10,read:10,ensure_path_exist:10,secur:1,favorit:11,correspond:[9,1,10,17],cvspass:1,element:10,map2:10,inform:[1,6,11,15,10],preced:10,green:3,allow:[0,2,7,8,10,11],prod_dir:10,callabl:10,set_attr:3,generate_launching_command:10,order:[1,10,15,18],configoutputstream:10,salom:[0,2,6,7,8,9,10,11,12,13,14,15,4],tty:3,merge_dict:10,lanch:10,str_num:10,hack_libtool:10,addit:[8,10,15],seqit:10,through:[14,9,12,17],same:10,cyan:3,hierarchi:10,afil:10,pretti:10,dynam:15,paramet:[10,11,15,18],divis:10,style:[10,3],thank:10,explor:11,how:[9,1,10,15],amethodtodebug:10,fix:10,test_base_nam:10,launch_command:10,platform:[9,3],window:[9,10,3],pend:13,find_node_by_attrib:10,requir:[18,9,10,2,3],strin:10,wrap_stream:3,main:8,fin:10,alter:1,add_echo:10,cvs_info:1,them:[1,3],"float":10,"return":[9,10,18],thei:[9,1,11,13],python:[0,9,10,4,14,15,18],obtain:10,"export":1,dai:10,initi:10,more:[10,7],configformaterror:10,simpl:[10,7,18],instead:10,nor:3,introduct:18,choic:11,term:10,document:[0,15,2,18],init:[10,3],name:[1,6,7,9,10,11,12,13,14,15,18],edit:[1,11],getiter:10,parsescalar:10,harri:10,yyyymmdd_hhmmss:10,authent:1,win32:[5,10,3],merge:10,token:10,inmap:10,mode:[1,3,7,10,11,13,9,17],each:[14,1,10,12,15],debug:[1,5,7,10,11,9],found:10,unicod:10,clean_build_aft:8,splashscreen:14,system:[5,6,10],compil:[0,1,2,5,7,8,10,9,17],seq1:10,git:[1,6,10],fail:[8,10],prepend_valu:10,stop_first_fail:8,replac:[10,12],read_config_from_a_fil:10,salomecontext:10,continu:10,procedur:10,handlemismatch:10,wrap:3,show_patch:11,"__save__":10,expect:10,satexcept:10,year:10,operand:10,resourc:[14,12],extract:10,event:10,check_config_exist:10,out:10,variabl:[9,10,2,18],shown:[8,10],"_ld_library_path":9,get_node_text:10,pyconf:[1,5,8,10,11,9,15,18],goe:10,miss:[8,12],dst:10,salomeenviron:10,findtext:10,profil:[14,10],geom:8,log_dir:17,rel:[6,10],reader:10,configread:10,current:[15,10,11,7,18],ref:10,cwd:10,red:[10,3],file_nam:10,multilin:10,set_native_env:[9,10],earlier:10,get_salome_vers:10,proxi:3,run_all_test:10,advanc:10,update_hat_xml:10,manipul:[10,11],updatehatxml:10,env_info:10,like:[3,8,10,11,12,14,15],printchead:10,quick:0,bright_background:3,base:[1,10,15,3],pendant:10,dictionari:[10,15],put:10,longnam:10,earliest:10,copylink:10,bash:[9,1,10],care:13,thrown:10,additional_dir:10,indent:10,"_blank":10,launch:[9,10],argument:[10,18],zerodivideerror:10,ask:10,david:10,filter:13,thing:18,"int":[10,17],rais:[10,7],unabl:10,run_env_script:10,temporari:10,assign:10,first:[9,1,10,18],feed:10,softwar:1,rang:10,read_result:10,suffix:10,directli:[9,17,4],kernel:[11,7],carri:10,onc:1,number:[8,14,10,12,17],echo:10,get_tmp_dir:10,instruct:[10,15],set:[0,9,10,12,13,14,15,18],done:[9,7],messag:[10,18],visualis:9,custom:18,open:10,underscor:[9,10],size:10,date_to_datetim:10,obj1:10,differ:9,"long":[10,13],ansi_osc_r:3,printclabel:10,script:[0,8,9,10,11,14,15,4],overwritekei:10,arch:6,top:10,sometim:13,construct:[0,10,16],archive_extract:10,setstream:10,termin:[8,10,18,3,17],white:3,put_txt_log_in_appli_log_dir:10,get_launcher_nam:10,"final":[1,10,11],store:[1,8,10,11,15,17],myspecificnam:6,only_numb:10,shell:[9,10],consol:10,option:[1,2,3,5,6,7,8,9,10,11,12,13,14,15,17,18],root_nod:10,product_is_sampl:10,tool:0,shallow:10,product_has_script:10,print_color_map:10,specifi:[1,2,9,10,12,14],micro_command:10,jane:10,gitconfig:1,pars:[10,18],printcerror:10,git_info:1,alreadi:[6,18],exactli:10,lightyellow_ex:3,grep:11,target:[9,10,12],whenev:10,provid:[9,10,18],remov:[8,1,10,13],eleg:10,listtest:10,zero:10,structur:15,charact:[10,3],project:[9,11],prepare_testbase_from_svn:10,info:[1,10,11],str:10,log_command:10,posit:3,findconfig:10,minut:10,other:[9,15,6,10,18],make_opt:10,grei:3,browser:[10,11,17,15],test_grid:10,do_script_build:10,comput:[6,2,10],close:10,deleg:3,runner:18,check_config_has_profil:10,pass:[10,15,18],ani:[1,10,11,17,3],elem:10,raw:10,config_has_appl:10,doctyp:10,openggl:[14,12],have:[1,2,10,12,13,14],tabl:10,need:[1,10,2,3,12],seen:10,notimplementederror:10,turn:10,pythonpath_:9,erase_screen:3,issu:3,build_configur:10,get_file_environ:10,is_window:10,lib:9,cli_:18,command_opt:7,set_consol:3,force_patch:1,client:10,note:[0,1,2,6,8,9,10,11,12,14,15,16,18],namespac:10,wincolor:3,filein:10,indic:10,get_distribut:10,properti:[9,10,2,13],lightmagenta_ex:3,noth:[6,10],blue:3,begin:10,copi:[14,10,11,12,7],unless:[1,3],distribut:[10,2,12],clash:10,testbase_dir:10,usernam:10,end_writ:10,previou:10,compress:6,"_launch":9,streamorfil:10,has_timed_out:10,get_posit:3,set_env:[9,10],colorama:[5,10,3],all_in_termin:10,phase:10,logfilepath:10,paramstr:3,model:18,charg:14,"_build":9,put_initial_xml_field:10,product_is_cpp:10,exc:10,ansi_csi_r:3,full_launched_command:10,request:3,drive:10,push_debug:10,doe:[9,1,10],tklibpath:10,product_cfg:10,set_salome_generic_product_env:10,declar:1,ruud:10,cursor_adjust:3,determin:10,transpar:3,sources_without_dev:13,enclos:10,shortnam:10,usual:[2,6,7,13,15,4],notion:10,dot:10,forbuild:10,getstrconfigstd:10,install_dir:9,set_cursor_posit:3,"16be":10,last_termin:17,batfileenviron:10,text:[10,7,3],autoreset:3,convert_osc:3,dbg:10,name_nod:10,bring:[1,2],bright:3,optiontyp:10,input_list:10,unchang:10,identifi:10,set_cpp_env:10,dove:10,find:[10,11,4],help:[10,7,18],redirect:10,absolut:6,onli:[1,2,7,8,9,10,11,12,13,14,17],explicitli:10,locat:10,execut:[8,1,10,7],copyright:10,menu:17,explain:9,complete_environ:10,releas:[0,16],configut:12,pluma:15,should:[9,10,2],reinit:[10,3],enable_simple_env_script:10,black:3,logdir:10,factor:10,virtual:[10,12],local:11,add_opt:[10,18],salome_session_serv:10,obj2:10,append_node_attrib:10,a_b_c_:10,get:[1,7,10,11,15,18],lightwhite_ex:3,convert:3,express:[10,11],stop:8,account:9,configmerg:10,nativ:[9,10],cannot:10,yourspecificnam:6,ssh:[14,1,12],write_plain_text:3,destnam:10,report:10,parsemappingbodi:10,set_python_libdir:10,path_to_catalog:12,product_is_salom:10,log_file_nam:10,env_build:9,bat:[9,10],"16le":10,non:3,instanti:10,multi:10,yield:10,patch:[1,10,11],runappli:12,get_distrib_vers:10,stuff:[14,10],bashfileenviron:10,common:10,contain:[10,15,18],strip:3,avari:10,script_path:10,where:[8,6,11,12,10],instream:10,product_has_logo:10,wiki:3,conform:2,python_config:10,saveconfigdbg:10,seq:10,sep:[9,10],nb_proc:[8,10],xc2:10,reflect:10,change_to_launch:10,"var":[9,10,15,18],see:[15,10,7,3],"9abc":10,remor:2,arg:[10,18,3],file_path:10,reserv:10,stack:7,arglist:10,becaus:10,isword:10,concern:1,statu:10,detect:10,parent:10,co7:6,my_tag:1,pattern:10,wikipedia:3,write_tre:10,label:[10,11],write_cfgforpy_fil:10,urlopen:10,written:18,zelaunch:14,between:[10,18],progress:10,parsevalu:10,hold:14,with_vc:6,attribut:[10,3],attibut:10,verifi:[1,10],kei:[9,1,10],node_nam:10,on_stderr:3,extens:[10,18],job:8,parameter_path:11,french:18,printcolor:[5,10],complementari:9,distinguish:9,"0x2d29710":3,writevalu:10,come:11,readlin:10,regular:10,cli:[17,7],verbos:[10,7,18],both:[9,10,2],mond:18,last:[9,10,17],delimit:10,rtype:10,list_of_product:2,equal:8,cfgforpi:10,build_conf_opt:10,etc:[0,10,15],no_label:11,instanc:[10,18,3],tout:18,context:[10,7],pdf:11,login:1,sre_pattern:[10,3],ld_library_path:9,comment:[10,15],find_file_in_lpath:10,getroot:10,lightblue_ex:3,opt_nb_proc:10,point:[10,18],tgz:[6,4],git_extract:10,clear_lin:3,chmod:10,map1:10,svn_info:1,header:10,streamopen:10,product_is_gener:10,add_link:10,shortcut:10,print_color_rang:10,ioerror:10,mistak:1,configure_opt:10,assum:10,src_root:10,cmake_opt:8,product_has_env_script:10,set_env_build:9,save:9,light:3,check_sourc:10,creat:[0,1,6,9,10,12,13,14,15],deep:10,machine1:12,classic:10,due:10,empti:10,otherwis:[1,10],compon:[10,2,12],viewer:11,machine3:12,basic:18,buf:10,popul:10,lightgreen_ex:3,ansifor:3,show_warn:10,parser:[10,18],nfirst:10,launcherfileenviron:10,suppress:13,imag:1,xxx:[15,13],remark:[1,2,12],dict:10,screenenviron:10,findal:10,dixt:10,func:10,els:[10,18],print_valu:10,testbase_bas:10,bonjour:18,logger:[5,10,18],those:2,prereq_dir:9,"case":10,get_cfg_param:10,set_titl:3,ident:10,lapack_root_dir:9,packag:[0,3,5,6,10,4],launcher:[14,0,10,12,9],intal:6,servic:18,plugin:[8,10],pop_debug:10,batch:10,aim:10,defin:[2,8,10,11,13,9,15,18],smart:10,behavior:18,error:10,fun:11,gettoken:10,exot:10,fileenviron:[5,10],subsect:9,element_factori:10,layer:2,showinfo:10,add_com:10,my_application_nam:12,lightcyan_ex:3,readi:1,affect:3,trust_root_dir:9,site:10,generate_script:10,activ:[1,10],clean_instal:8,"default":[1,6,7,8,9,10,11,12,14,17,18],archiv:[1,6,10],default_valu:10,eras:17,product_nam:10,get_product_config:10,ascii:10,deinit:3,sever:[9,15],result:10,complet:[8,1,15,11],xa4:10,develop:[0,1,10,11,13,9,18],welcom:10,author:10,perform:[0,1],make:[8,10],belong:10,notshowncommand:10,delaiapp:10,write_env_fil:10,binari:6,tutori:10,from_what:10,xmllogfil:10,batch_salom:10,pprty:10,sat:[0,1,2,4,6,7,8,9,10,11,12,13,14,15,17,18],setpath:10,check_config_has_appl:10,conflict:10,yacsgen_root_dir:2,"0x25417d0":10,exhaust:[15,7],finish:10,http:[10,3],svn_extract:10,closest:10,getstrconfigdbg:10,oper:[0,10,11],someon:9,salome_xx:[6,13,7,4],remot:[6,10],mycommand:18,write_test_margin:10,user:[6,7,10,11,4,9,15,17,18],applic:[0,1,2,8,9,10,11,12,13,14,15,17,18],seq2:10,readlink:10,chang:[10,7,18,12],preset:10,built:10,subpackag:[5,10],lproduct:10,redefin:10,appropri:10,older:17,com:10,builder:10,cpp:[10,2],well:10,for_packag:10,know:[1,10],autotool:[8,10],person:11,append_valu:10,exampl:[0,1,6,7,8,10,11,13,9,18],command:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,17,18],ansicursor:3,thi:[0,1,2,3,6,8,9,10,11,12,14,15,18],commentari:10,everyth:8,self:10,left:9,load:[10,15],with_children:8,protocol:[10,12],entri:10,just:[8,10],object:[10,15,3],template_fil:10,deepcopymap:10,semant:10,detail:10,insid:1,gdb:9,via:10,distant:12,parsesuffix:10,command_nam:10,firefox:[15,17],passphras:1,prepend:[9,10],yet:7,previous:13,screenonli:10,web:[15,11,17],use_mesa:[14,12],run_testbase_test:10,smesh:10,removenamespac:10,addmap:10,lapack:9,tmp_working_dir:10,number_of_proc:10,prod_info:10,had:10,outstream:10,param:[10,3],streamwrapp:3,etre:10,add:[8,0,10,18],detar:4,astream:10,iterkei:10,appli:[1,10,11,2],input:10,get_attr:3,isel:10,hat:10,match:10,build:[7,8,10,13,9,15],bin:9,show_in_editor:10,which:[2,3,10,9,15,18],fileenvwrit:10,format:[9,10,15],handl:[9,10,3],big:8,write_and_convert:3,get_install_dir:10,howto:18,blogmatrix:10,regard:10,copydir:10,get_win32_cal:3,test:[8,0,10],were:10,grid:10,backtick:10,world:18,part:[14,9,10,12],password:1,recurs:[10,11],color:[10,3],apart:3,application_nam:12,xmlmanag:[5,10],winapi_test:3,med:8,ivar:10,success:[8,10],specif:[2,6,7,9,10,12,13,14,15],testbase_tag:10,special_path_separ:10,html:10,server:[1,10],api:10,either:[9,10],readxmlfil:10,parserefer:10,output:[10,3],manag:[1,10,11],two:[9,10],yyyi:10,run_session_test:10,iterpars:10,right:[9,10],old:10,who:2,creation:6,some:[1,6,8,9,10,11,12,13,14,15,17,18],back:3,resolv:10,isfil:10,intern:10,adequ:10,sampl:[10,7],respect:9,home:11,indirect:10,successfulli:10,bigger:10,killsalom:10,parseterm:10,replace_in_fil:10,separ:10,"__setattr__":10,txt:10,trace:7,except:[1,10,7],avoid:1,normal:[10,3],definit:10,command_r:10,testbas:10,when:[1,10,12,9,15,18],substitut:10,select:6,product_info:10,add_lin:10,duplic:8,product_has_salome_gui:10,islink:10,refer:[10,2,15],machin:[14,6,2,10,12],set_application_env:10,lightblack_ex:3,print_help:10,run:[9,0,10,15,18],run_script:10,tree:10,my_application_directori:12,reset_al:3,xmlroot:10,additional_env:10,interfac:[10,7],step:10,get_base_path:10,ansiback:3,repositori:[1,10],code_to_char:3,don:2,prepare_testbase_from_git:10,describ:10,session:10,src:[5,10,18,3],about:[10,15],actual:[10,4,3],cfg_env:10,most:[9,10,18],column:10,writetostream:10,parsekeyvaluepair:10,page:9,total_second:10,map:10,rootnam:10,includ:[9,6,15,10],act:[10,3],commit:13,attrib:10,mytempl:10,without_properti:6,produc:10,corba:2,paravi:[14,12],subset:6,own:10,get_product_sect:10,logo:[14,10],pythonpath:9,product_is_dev:10,within:9,encod:10,www:10,automat:[9,11],subst_dic:10,down:3,pair:10,make_flag:8,parse_d:10,workdir:[6,7,10,11,12,14,15,18],product_is_fix:10,is_salome_modul:[9,13],ensur:10,"import":[9,10,18],bool:10,soon:8,your:[9,1,10,7,18],command_valu:10,merg:10,set_product:10,processor:[14,10,12],get_base_install_dir:10,log:[8,0,10,17,18],suffici:9,support:10,out_dir:10,stylesheet:10,overwrit:10,"class":[10,18,3],avail:[11,13,7],lost:10,been:[10,3],dir_info:1,editor:[10,11,15],suit:0,product_compil:10,printcinfo:10,parse_arg:[10,18],run_simple_env_script:10,usr:9,"function":[10,18,3],himself:9,agent:1,ansi_escape_cod:3,form:10,forc:[1,6,10],tupl:10,fmt:10,prerequisit:[9,0,6,15,7],fore:3,forward:[14,12,3],pwd:10,link:[1,10],testbase_nam:10,delta:10,renam:10,line:[10,11,7],with_install_dir:10,"true":[10,3],dump:10,reset:3,concaten:10,utf:[9,10],attr:[10,3],consist:10,possibl:[9,1,10,18],new_nam:11,checkout:[1,10],take:[10,13],displai:[8,10,11,17,18],archive_info:1,below:9,get_product_compon:10,mai:1,do_batch_script_build:10,product_is_debug:10,highlight:10,xmltreebuild:10,gettmpdirdefault:10,similar:10,unconditionali:[10,7],later:6,evalu:10,product_is_n:10,pv_plugin_path:10,dure:1,flush:10,build_sourc:8,futur:10,kwd:3,repres:10,"char":10,distrib:10,fromstr:10,exist:[1,6,10,7],file:[0,1,6,8,9,10,11,12,14,15,17,18],our:3,run_grid_test:10,salome_xx_:6,show_desktop:10,cvs_extract:10,check:[8,9,10],llvm:[14,12],bracket:10,again:10,should_wrap:3,cmake:[8,10],with_commerci:10,is_a_tti:3,titl:[10,3],renint:10,elementtre:[5,10],invalid:10,configinputstream:10,field:10,valid:10,"0x2445758":10,librari:10,branch:1,presenc:10,writabl:10,you:[0,1,9,10,12,13,14,18],product_has_patch:10,clean_al:[8,7],overwritemergeresolv:10,architectur:[5,6,15,10],fork:[5,10],treebuild:10,configerror:10,resolut:10,clean:[8,0,10,17,13],yyi:15,stringio:10,sequenc:[10,3],org:3,time:[9,1,10,15,13],urllib2:10,ansi:[5,10,3],prepare_testbase_from_dir:10,queri:[14,12],embed:6,eval:10,set_env_launch:9,helpstr:10,write_report:10,param_nam:10,salome_modul:10,svn:[1,6,10],addel:10,with_fath:8,algorithm:18,"_appli":12,directori:[1,4,6,7,8,9,10,11,12,13,14,15,17,18],descript:[1,2,6,8,9,10,11,12,13,14,15,17,18],compil_script:8,hello:18,alphanumer:10,check_instal:10,clear_screen:3,saveconfigstd:10,ignor:[10,2],fact:18,potenti:10,qname:10,push:1,generic_opt:7,test_config:10,myoption:18},objtypes:{"0":"py:module","1":"py:function","2":"py:method","3":"py:class","4":"py:attribute","5":"py:exception"},titles:["Salome Tools","Command prepare","Command generate","colorama Package","Installation","src","Command package","Usage of SAlomeTools","Command compile","Command environ","src Package","Command config","Command application","Command clean","Command launcher","Configuration","Release notes","Command log","Add a user custom command"],objnames:{"0":["py","module","Python module"],"1":["py","function","Python function"],"2":["py","method","Python method"],"3":["py","class","Python class"],"4":["py","attribute","Python attribute"],"5":["py","exception","Python exception"]},filenames:["index","commands/prepare","commands/generate","commands/apidoc/src.colorama","installation_of_sat","commands/apidoc/modules","commands/package","usage_of_sat","commands/compile","commands/environ","commands/apidoc/src","commands/config","commands/application","commands/clean","commands/launcher","configuration","release_notes/release_notes_5.0.0","commands/log","write_command"]})
\ No newline at end of file
+Search.setIndex({objects:{"src.fork":{launch_command:[10,1,1,""],show_progress:[10,1,1,""],write_back:[10,1,1,""],batch:[10,1,1,""],batch_salome:[10,1,1,""]},"src.pyconf.ConfigInputStream":{read:[10,2,1,""],close:[10,2,1,""],readline:[10,2,1,""]},"src.colorama":{win32:[3,0,1,""],initialise:[3,0,1,""],winterm:[3,0,1,""],ansitowin32:[3,0,1,""],ansi:[3,0,1,""]},"src.fileEnviron.ScreenEnviron":{add_comment:[10,2,1,""],set:[10,2,1,""],get:[10,2,1,""],prepend:[10,2,1,""],write:[10,2,1,""],add_warning:[10,2,1,""],command_value:[10,2,1,""],run_env_script:[10,2,1,""],add_line:[10,2,1,""],is_defined:[10,2,1,""],append:[10,2,1,""],add_echo:[10,2,1,""]},"src.colorama.ansi.AnsiStyle":{RESET_ALL:[3,4,1,""],DIM:[3,4,1,""],BRIGHT:[3,4,1,""],NORMAL:[3,4,1,""]},"src.pyconf.ConfigReader":{load:[10,2,1,""],getChar:[10,2,1,""],location:[10,2,1,""],setStream:[10,2,1,""],parseReference:[10,2,1,""],parseFactor:[10,2,1,""],parseKeyValuePair:[10,2,1,""],parseMapping:[10,2,1,""],parseTerm:[10,2,1,""],parseSuffix:[10,2,1,""],parseValue:[10,2,1,""],parseMappingBody:[10,2,1,""],getToken:[10,2,1,""],parseScalar:[10,2,1,""],match:[10,2,1,""],parseSequence:[10,2,1,""]},"src.fileEnviron.ContextFileEnviron":{append_value:[10,2,1,""],finish:[10,2,1,""],set:[10,2,1,""],get:[10,2,1,""],add_warning:[10,2,1,""],command_value:[10,2,1,""],prepend_value:[10,2,1,""],add_echo:[10,2,1,""]},"src.pyconf.Sequence":{SeqIter:[10,3,1,""],writeToStream:[10,2,1,""],append:[10,2,1,""]},"src.pyconf.Mapping":{get:[10,2,1,""],keys:[10,2,1,""],writeToStream:[10,2,1,""],addMapping:[10,2,1,""],iteritems:[10,2,1,""],iterkeys:[10,2,1,""]},"src.colorama.winterm":{WinStyle:[3,3,1,""],WinTerm:[3,3,1,""],WinColor:[3,3,1,""]},"src.fileEnviron.BatFileEnviron":{add_comment:[10,2,1,""],set:[10,2,1,""],finish:[10,2,1,""],command_value:[10,2,1,""],get:[10,2,1,""]},"src.fileEnviron.LauncherFileEnviron":{add_comment:[10,2,1,""],append_value:[10,2,1,""],set:[10,2,1,""],get:[10,2,1,""],finish:[10,2,1,""],prepend:[10,2,1,""],add:[10,2,1,""],prepend_value:[10,2,1,""],add_warning:[10,2,1,""],command_value:[10,2,1,""],add_line:[10,2,1,""],is_defined:[10,2,1,""],change_to_launcher:[10,2,1,""],append:[10,2,1,""],add_echo:[10,2,1,""]},"src.options":{OptResult:[10,3,1,""],Options:[10,3,1,""]},"src.colorama.winterm.WinStyle":{BRIGHT_BACKGROUND:[3,4,1,""],BRIGHT:[3,4,1,""],NORMAL:[3,4,1,""]},"src.ElementTree.ElementTree":{write:[10,2,1,""],getroot:[10,2,1,""],getiterator:[10,2,1,""],findtext:[10,2,1,""],find:[10,2,1,""],parse:[10,2,1,""],findall:[10,2,1,""]},"src.colorama.winterm.WinTerm":{style:[3,2,1,""],erase_screen:[3,2,1,""],get_position:[3,2,1,""],get_attrs:[3,2,1,""],back:[3,2,1,""],fore:[3,2,1,""],set_console:[3,2,1,""],set_attrs:[3,2,1,""],set_title:[3,2,1,""],cursor_adjust:[3,2,1,""],reset_all:[3,2,1,""],set_cursor_position:[3,2,1,""],erase_line:[3,2,1,""]},"src.environment.FileEnvWriter":{write_cfgForPy_file:[10,2,1,""],write_env_file:[10,2,1,""]},"src.logger.Logger":{end_write:[10,2,1,""],flush:[10,2,1,""],write:[10,2,1,""],add_link:[10,2,1,""],error:[10,2,1,""],put_initial_xml_fields:[10,2,1,""]},"src.fileEnviron":{get_file_environ:[10,1,1,""],ContextFileEnviron:[10,3,1,""],LauncherFileEnviron:[10,3,1,""],BatFileEnviron:[10,3,1,""],ScreenEnviron:[10,3,1,""],BashFileEnviron:[10,3,1,""],special_path_separator:[10,1,1,""],FileEnviron:[10,3,1,""]},"src.colorama.ansitowin32.StreamWrapper":{write:[3,2,1,""]},"src.debug.OutStream":{close:[10,2,1,""]},"src.compilation":{Builder:[10,3,1,""]},"src.colorama.ansitowin32":{is_a_tty:[3,1,1,""],AnsiToWin32:[3,3,1,""],StreamWrapper:[3,3,1,""],is_stream_closed:[3,1,1,""]},"src.fileEnviron.BashFileEnviron":{set:[10,2,1,""],command_value:[10,2,1,""],finish:[10,2,1,""]},"src.colorama.win32":{winapi_test:[3,1,1,""],SetConsoleTextAttribute:[3,1,1,""]},"src.printcolors":{printcHighlight:[10,1,1,""],printcLabel:[10,1,1,""],print_color_range:[10,1,1,""],printcWarning:[10,1,1,""],print_color_map:[10,1,1,""],printcSuccess:[10,1,1,""],printc:[10,1,1,""],printcError:[10,1,1,""],print_value:[10,1,1,""],printcInfo:[10,1,1,""],cleancolor:[10,1,1,""],printcHeader:[10,1,1,""]},"src.test_module":{Test:[10,3,1,""],getTmpDirDEFAULT:[10,1,1,""]},"src.ElementTree":{XML:[10,1,1,""],Comment:[10,1,1,""],XMLTreeBuilder:[10,3,1,""],PI:[10,1,1,""],ProcessingInstruction:[10,1,1,""],dump:[10,1,1,""],fromstring:[10,1,1,""],QName:[10,3,1,""],TreeBuilder:[10,3,1,""],Element:[10,1,1,""],parse:[10,1,1,""],iterparse:[10,3,1,""],tostring:[10,1,1,""],SubElement:[10,1,1,""],iselement:[10,1,1,""],ElementTree:[10,3,1,""]},"src.environment.SalomeEnviron":{set:[10,2,1,""],dump:[10,2,1,""],set_products:[10,2,1,""],add_warning:[10,2,1,""],run_env_script:[10,2,1,""],add_line:[10,2,1,""],is_defined:[10,2,1,""],append:[10,2,1,""],add_comment:[10,2,1,""],prepend:[10,2,1,""],set_python_libdirs:[10,2,1,""],set_application_env:[10,2,1,""],finish:[10,2,1,""],get:[10,2,1,""],get_names:[10,2,1,""],set_a_product:[10,2,1,""],run_simple_env_script:[10,2,1,""],set_cpp_env:[10,2,1,""],set_full_environ:[10,2,1,""],set_salome_minimal_product_env:[10,2,1,""],set_salome_generic_product_env:[10,2,1,""],load_cfg_environment:[10,2,1,""]},"src.xmlManager.XmlLogFile":{write_tree:[10,2,1,""],append_node_attrib:[10,2,1,""],add_simple_node:[10,2,1,""],append_node_text:[10,2,1,""]},"src.pyconf.ConfigOutputStream":{write:[10,2,1,""],close:[10,2,1,""],flush:[10,2,1,""]},"src.template.MyTemplate":{pattern:[10,4,1,""],delimiter:[10,4,1,""]},"src.pyconf.Expression":{evaluate:[10,2,1,""]},"src.__init__":{handleRemoveReadonly:[10,1,1,""],find_file_in_lpath:[10,1,1,""],get_property_in_product_cfg:[10,1,1,""],ensure_path_exists:[10,1,1,""],get_cfg_param:[10,1,1,""],merge_dicts:[10,1,1,""],get_salome_version:[10,1,1,""],activate_mesa_property:[10,1,1,""],read_config_from_a_file:[10,1,1,""],deepcopy_list:[10,1,1,""],SatException:[10,5,1,""],parse_date:[10,1,1,""],get_log_path:[10,1,1,""],get_base_path:[10,1,1,""],Path:[10,3,1,""],replace_in_file:[10,1,1,""],check_config_has_application:[10,1,1,""],remove_item_from_list:[10,1,1,""],config_has_application:[10,1,1,""],check_config_has_profile:[10,1,1,""],get_launcher_name:[10,1,1,""],print_info:[10,1,1,""],only_numbers:[10,1,1,""],get_tmp_filename:[10,1,1,""]},"src.pyconf.ConfigList":{getByPath:[10,2,1,""]},"src.fileEnviron.FileEnviron":{add_comment:[10,2,1,""],append_value:[10,2,1,""],set:[10,2,1,""],get:[10,2,1,""],add_warning:[10,2,1,""],finish:[10,2,1,""],prepend:[10,2,1,""],prepend_value:[10,2,1,""],command_value:[10,2,1,""],add_line:[10,2,1,""],is_defined:[10,2,1,""],append:[10,2,1,""],add_echo:[10,2,1,""]},"src.product":{get_product_components:[10,1,1,""],product_is_dev:[10,1,1,""],check_config_exists:[10,1,1,""],get_products_infos:[10,1,1,""],get_base_install_dir:[10,1,1,""],get_product_section:[10,1,1,""],product_is_vcs:[10,1,1,""],product_is_cmake:[10,1,1,""],product_is_smesh_plugin:[10,1,1,""],product_is_fixed:[10,1,1,""],get_install_dir:[10,1,1,""],product_has_salome_gui:[10,1,1,""],check_installation:[10,1,1,""],get_product_dependencies:[10,1,1,""],product_has_script:[10,1,1,""],product_is_native:[10,1,1,""],product_is_salome:[10,1,1,""],product_is_cpp:[10,1,1,""],check_source:[10,1,1,""],product_is_mpi:[10,1,1,""],product_is_generated:[10,1,1,""],product_has_patches:[10,1,1,""],product_has_env_script:[10,1,1,""],get_product_config:[10,1,1,""],product_compiles:[10,1,1,""],product_is_autotools:[10,1,1,""],product_is_debug:[10,1,1,""],product_is_sample:[10,1,1,""],product_has_logo:[10,1,1,""]},"src.__init__.Path":{isdir:[10,2,1,""],copyfile:[10,2,1,""],copylink:[10,2,1,""],exists:[10,2,1,""],smartcopy:[10,2,1,""],make:[10,2,1,""],list:[10,2,1,""],symlink:[10,2,1,""],chmod:[10,2,1,""],copydir:[10,2,1,""],readlink:[10,2,1,""],islink:[10,2,1,""],base:[10,2,1,""],rm:[10,2,1,""],copy:[10,2,1,""],isfile:[10,2,1,""],dir:[10,2,1,""]},"src.colorama.initialise":{deinit:[3,1,1,""],reinit:[3,1,1,""],reset_all:[3,1,1,""],init:[3,1,1,""],wrap_stream:[3,1,1,""],colorama_text:[3,1,1,""]},"src.template":{substitute:[10,1,1,""],MyTemplate:[10,3,1,""]},"src.xmlManager":{append_node_attrib:[10,1,1,""],add_simple_node:[10,1,1,""],write_report:[10,1,1,""],find_node_by_attrib:[10,1,1,""],ReadXmlFile:[10,3,1,""],XmlLogFile:[10,3,1,""]},"src.pyconf.Container":{evaluate:[10,2,1,""],setPath:[10,2,1,""],writeToStream:[10,2,1,""],writeValue:[10,2,1,""]},"src.architecture":{get_distribution:[10,1,1,""],get_distrib_version:[10,1,1,""],get_python_version:[10,1,1,""],is_windows:[10,1,1,""],get_user:[10,1,1,""],get_nb_proc:[10,1,1,""]},"src.colorama.ansi.AnsiBack":{BLUE:[3,4,1,""],RESET:[3,4,1,""],LIGHTBLACK_EX:[3,4,1,""],LIGHTBLUE_EX:[3,4,1,""],LIGHTCYAN_EX:[3,4,1,""],LIGHTWHITE_EX:[3,4,1,""],LIGHTYELLOW_EX:[3,4,1,""],YELLOW:[3,4,1,""],LIGHTRED_EX:[3,4,1,""],BLACK:[3,4,1,""],WHITE:[3,4,1,""],CYAN:[3,4,1,""],GREEN:[3,4,1,""],MAGENTA:[3,4,1,""],LIGHTMAGENTA_EX:[3,4,1,""],LIGHTGREEN_EX:[3,4,1,""],RED:[3,4,1,""]},"src.system":{git_extract:[10,1,1,""],show_in_editor:[10,1,1,""],cvs_extract:[10,1,1,""],svn_extract:[10,1,1,""],archive_extract:[10,1,1,""]},"src.pyconf.Config":{load:[10,2,1,""],removeNamespace:[10,2,1,""],Namespace:[10,3,1,""],addNamespace:[10,2,1,""],getByPath:[10,2,1,""]},"src.colorama.ansi.AnsiFore":{RESET:[3,4,1,""],GREEN:[3,4,1,""],LIGHTBLACK_EX:[3,4,1,""],BLUE:[3,4,1,""],LIGHTCYAN_EX:[3,4,1,""],LIGHTWHITE_EX:[3,4,1,""],LIGHTYELLOW_EX:[3,4,1,""],LIGHTGREEN_EX:[3,4,1,""],YELLOW:[3,4,1,""],LIGHTRED_EX:[3,4,1,""],LIGHTBLUE_EX:[3,4,1,""],BLACK:[3,4,1,""],CYAN:[3,4,1,""],MAGENTA:[3,4,1,""],LIGHTMAGENTA_EX:[3,4,1,""],WHITE:[3,4,1,""],RED:[3,4,1,""]},"src.environment":{load_environment:[10,1,1,""],Shell:[10,3,1,""],Environ:[10,3,1,""],SalomeEnviron:[10,3,1,""],FileEnvWriter:[10,3,1,""]},"src.ElementTree.TreeBuilder":{close:[10,2,1,""],data:[10,2,1,""],end:[10,2,1,""],start:[10,2,1,""]},"src.colorama.ansitowin32.AnsiToWin32":{convert_osc:[3,2,1,""],should_wrap:[3,2,1,""],ANSI_OSC_RE:[3,4,1,""],extract_params:[3,2,1,""],convert_ansi:[3,2,1,""],write_and_convert:[3,2,1,""],get_win32_calls:[3,2,1,""],write:[3,2,1,""],write_plain_text:[3,2,1,""],reset_all:[3,2,1,""],ANSI_CSI_RE:[3,4,1,""],call_win32:[3,2,1,""]},src:{fork:[10,0,1,""],product:[10,0,1,""],template:[10,0,1,""],test_module:[10,0,1,""],compilation:[10,0,1,""],xmlManager:[10,0,1,""],system:[10,0,1,""],environment:[10,0,1,""],pyconf:[10,0,1,""],colorama:[3,0,1,""],fileEnviron:[10,0,1,""],"__init__":[10,0,1,""],debug:[10,0,1,""],logger:[10,0,1,""],ElementTree:[10,0,1,""],options:[10,0,1,""],printcolors:[10,0,1,""],architecture:[10,0,1,""]},"src.xmlManager.ReadXmlFile":{get_attrib:[10,2,1,""],get_node_text:[10,2,1,""],getRootAttrib:[10,2,1,""]},"src.ElementTree.XMLTreeBuilder":{feed:[10,2,1,""],close:[10,2,1,""],doctype:[10,2,1,""]},"src.pyconf":{ConfigMerger:[10,3,1,""],deepCopyMapping:[10,1,1,""],ConfigResolutionError:[10,5,1,""],Container:[10,3,1,""],Reference:[10,3,1,""],ConfigReader:[10,3,1,""],Config:[10,3,1,""],makePath:[10,1,1,""],defaultStreamOpener:[10,1,1,""],overwriteMergeResolve:[10,1,1,""],Mapping:[10,3,1,""],defaultMergeResolve:[10,1,1,""],ConfigFormatError:[10,5,1,""],ConfigError:[10,5,1,""],Sequence:[10,3,1,""],ConfigList:[10,3,1,""],ConfigInputStream:[10,3,1,""],Expression:[10,3,1,""],isWord:[10,1,1,""],ConfigOutputStream:[10,3,1,""]},"src.pyconf.Sequence.SeqIter":{next:[10,2,1,""]},"src.options.Options":{print_help:[10,2,1,""],add_option:[10,2,1,""],parse_args:[10,2,1,""]},"src.ElementTree.iterparse":{next:[10,2,1,""]},"src.pyconf.ConfigMerger":{handleMismatch:[10,2,1,""],merge:[10,2,1,""],mergeMapping:[10,2,1,""],overwriteKeys:[10,2,1,""],mergeSequence:[10,2,1,""]},"src.colorama.winterm.WinColor":{BLUE:[3,4,1,""],GREEN:[3,4,1,""],GREY:[3,4,1,""],YELLOW:[3,4,1,""],BLACK:[3,4,1,""],CYAN:[3,4,1,""],MAGENTA:[3,4,1,""],RED:[3,4,1,""]},"src.logger":{timedelta_total_seconds:[10,1,1,""],show_command_log:[10,1,1,""],update_hat_xml:[10,1,1,""],date_to_datetime:[10,1,1,""],list_log_file:[10,1,1,""],Logger:[10,3,1,""]},"src.pyconf.Reference":{findConfig:[10,2,1,""],resolve:[10,2,1,""],addElement:[10,2,1,""]},"src.colorama.ansi.AnsiCursor":{DOWN:[3,2,1,""],FORWARD:[3,2,1,""],UP:[3,2,1,""],BACK:[3,2,1,""],POS:[3,2,1,""]},"src.environment.Environ":{append_value:[10,2,1,""],set:[10,2,1,""],get:[10,2,1,""],prepend:[10,2,1,""],prepend_value:[10,2,1,""],command_value:[10,2,1,""],is_defined:[10,2,1,""],append:[10,2,1,""]},"src.test_module.Test":{run_all_tests:[10,2,1,""],search_known_errors:[10,2,1,""],run_script:[10,2,1,""],generate_launching_commands:[10,2,1,""],prepare_testbase:[10,2,1,""],run_tests:[10,2,1,""],generate_script:[10,2,1,""],run_session_tests:[10,2,1,""],prepare_testbase_from_svn:[10,2,1,""],run_grid_tests:[10,2,1,""],prepare_testbase_from_dir:[10,2,1,""],write_test_margin:[10,2,1,""],run_testbase_tests:[10,2,1,""],get_test_timeout:[10,2,1,""],get_tmp_dir:[10,2,1,""],prepare_testbase_from_git:[10,2,1,""],read_results:[10,2,1,""]},"src.debug":{tofix:[10,1,1,""],saveConfigDbg:[10,1,1,""],indent:[10,1,1,""],getStrConfigStd:[10,1,1,""],getStrConfigDbg:[10,1,1,""],saveConfigStd:[10,1,1,""],pop_debug:[10,1,1,""],OutStream:[10,3,1,""],push_debug:[10,1,1,""],write:[10,1,1,""],InStream:[10,3,1,""],getLocalEnv:[10,1,1,""]},"src.colorama.ansi":{AnsiBack:[3,3,1,""],AnsiStyle:[3,3,1,""],set_title:[3,1,1,""],code_to_chars:[3,1,1,""],clear_screen:[3,1,1,""],AnsiCodes:[3,3,1,""],AnsiCursor:[3,3,1,""],AnsiFore:[3,3,1,""],clear_line:[3,1,1,""]},"src.compilation.Builder":{wmake:[10,2,1,""],do_script_build:[10,2,1,""],do_python_script_build:[10,2,1,""],cmake:[10,2,1,""],configure:[10,2,1,""],prepare:[10,2,1,""],make:[10,2,1,""],complete_environment:[10,2,1,""],hack_libtool:[10,2,1,""],build_configure:[10,2,1,""],do_default_build:[10,2,1,""],put_txt_log_in_appli_log_dir:[10,2,1,""],install:[10,2,1,""],log_command:[10,2,1,""],do_batch_script_build:[10,2,1,""],check:[10,2,1,""],log:[10,2,1,""]}},terms:{represent:10,all:[1,2,3,7,10,11,13,9,15,18],code:[9,0,10,3],forget:10,xxx_src_dir:10,is_defin:10,global:10,dollar:10,install_dir:9,yellow:3,printchighlight:10,printcsuccess:10,known:6,scalar:10,correl:10,latter:10,subclass:10,get_tmp_filenam:10,append_node_text:10,follow:[9,10,18],mon:10,colorama_text:3,get_nb_proc:10,getlocalenv:10,decid:10,typeerror:10,depend:[8,6,10],system:[5,6,10],"_debug":10,mergesequ:10,"0x3897758":10,show:[8,10,17],gencat:[14,12],dict_arg:10,api:10,yve:10,supposedli:10,openmpi:10,adot:10,tofix:10,get_products_info:10,xxx_root_dir:10,suitabl:10,ignorelist:10,sourc:[1,3,6,7,10,11,13],string:10,without:[1,10,11],fals:[10,3],winstyl:3,hard:10,welkom:10,util:[0,6,10],print:[10,11,17,3],mechan:[9,10],get_attrib:10,word:10,run_test:10,syntax:[10,15,13],strout:10,get_method:1,isdir:10,dim:3,set_full_environ:10,interact:17,contextfileenviron:10,hour:10,level:[10,7,18],yyyymmdd_hhmmss_namecmd:10,gui:10,cmd:10,list:[0,7,10,11,12,13,14,15],prefix:[9,10,15],iter:10,cwd:10,"try":10,item:10,printcwarn:10,has_salome_hui:10,stderr:10,tostr:10,sajip:10,initialis:[5,10,3],dir:[1,10,11],ansistyl:3,pleas:[9,2],correct:10,smaller:10,eearch:10,cfg:[9,10,18],node:10,pubid:10,product_is_mpi:10,sign:10,second:[9,10,18],atitl:10,design:10,list_log_fil:10,download:[1,10],iostream:10,setconsoletextattribut:3,salometool:[0,4,6,7,10,11,12,9,15,18],append:[9,6,10],yacsgen:[10,2],compat:10,index:10,what:[10,13],copyfil:10,sub:[10,15],token_typ:10,section:[9,1,10,12,15],access:[10,18,3,17],delet:6,version:[9,15,6,2,10],product2:[8,9,1],product1:[8,9,1],parsefactor:10,"new":[1,10,18],defaultstreamopen:10,method:[1,3,8,10,9,18],get_test_timeout:10,optresult:10,xml:[10,18],full:10,deriv:10,convert_ansi:3,iteritem:10,vinai:10,join:9,gener:[0,2,3,7,9,10,12,14],set_a_product:10,here:[9,10,15,18],erase_lin:3,ansicod:3,product_is_autotool:10,ansitowin32:[5,10,3],symlink:10,dirpath:10,path:[1,6,8,9,10,11,12,13,14,17],modifi:[9,1,10],sinc:10,valu:[1,3,10,11,12,13,15],machine2:12,handleremovereadonli:10,search:10,lome:0,optionali:10,is_stream_clos:3,launcher_nam:14,env_launch:9,mergemap:10,set_salome_minimal_product_env:10,datetim:10,amount:10,get_product_depend:10,bom:10,load_environ:10,action:10,timedelta_total_second:10,implement:[9,10,3],parsesequ:10,commonli:10,control:6,show_progress:10,configur:[0,1,6,8,9,10,11,12,13,14,15,17,18],test_sess:10,do_python_script_build:10,extra:10,wai:[8,10,18],"_sre":[10,3],modul:[0,1,2,3,5,8,10,12,14,15],wil:9,prefer:[15,11],getrootattrib:10,activate_mesa_properti:10,filenam:10,printc:10,"boolean":[10,18],product_is_vc:10,instal:[0,7,8,10,13,15,4],text_or_uri:10,unit:8,getchar:10,do_default_build:10,test_nam:10,parma:10,from:[1,2,3,6,10,11,9,18],tar:[6,4],would:10,memori:[14,12],makepath:10,subtract:10,stdout:[10,3],show_command_log:10,next:10,lightred_ex:3,process:1,"0x39fab00":10,program:10,call:[14,9,10,18,3],addnamespac:10,taken:[9,10],tcllibpath:10,type:[1,10],start:[0,3,8,10,12,14],winterm:[5,10,3],extract_param:3,componon:2,minim:10,get_nam:10,ool:0,under:[0,10],mismatch:10,problem:[14,10,12],award:10,warn:[8,0,1,10],flag:8,load_cfg_environ:10,particular:10,mydebug:10,lpath:10,check_src:10,given:[14,9,10,12,3],transform:10,must:[10,18],none:[10,3],retriev:10,get_property_in_product_cfg:10,restor:[10,13],abool:10,prepar:[0,1,10,7,18],work:[1,6,11,15,10],subel:10,dev:[1,10],product_is_cmak:10,remain:[17,4],kwarg:3,obvious:10,can:[0,1,10,12,9,15,18],print_info:10,sommeil:10,nb_line:10,configresolutionerror:10,root:[10,18],could:[9,10,4,13],def:[9,10,18],overrid:[10,12],overwritten:10,write_back:10,tab:10,stream:[10,3],give:[15,10,12,18],add_warn:10,prepare_testbas:10,hxx2salom:2,templat:[5,10],path_to_yacsgen:2,smartcopi:10,bienvenu:10,tag:[1,10],want:[9,10,13,18],also:[9,1,10,15,18],search_known_error:10,magenta:3,keep:10,occur:10,cleancolor:10,delai:10,end:[9,10,3],secur:1,programmat:9,anoth:[10,15],add_simple_nod:10,env_script:9,environ:[0,2,5,10,9,15],gettmpdir:10,write:[10,18,3],far:10,remove_item_from_list:10,"__init__":10,env:9,deepcopy_list:10,token_valu:10,silent_sysstd:10,config:[0,1,7,10,11,15,18],parsemap:10,virtual_app:12,updat:10,processinginstruct:10,product:[0,1,2,5,6,7,8,9,10,11,13,14,15,18],get_log_path:10,configlist:10,timedelta:10,call_win32:3,max:10,clone:1,after:[8,10,4],defaultmergeresolv:10,befor:[8,10],catalog:[14,12],date:[10,15],multipl:10,mesa:[14,10,12],getbypath:10,data:[10,11,18],get_python_vers:10,wmake:10,test_modul:[5,10],circumst:10,"short":10,usag:[0,1,2,6,7,8,9,10,11,12,13,14,17],four:9,get_us:10,read:10,ensure_path_exist:10,filepath:10,favorit:11,correspond:[9,1,10,17],cvspass:1,element:10,map2:10,inform:[1,6,11,15,10],preced:10,green:3,allow:[0,2,7,8,10,11],prod_dir:10,callabl:10,set_attr:3,generate_launching_command:10,order:[1,10,15,18],configoutputstream:10,salom:[0,2,6,7,8,9,10,11,12,13,14,15,4],tty:3,merge_dict:10,lanch:10,str_num:10,hack_libtool:10,addit:[8,10,15],seqit:10,through:[14,9,12,17],same:10,cyan:3,hierarchi:10,afil:10,pretti:10,dynam:15,paramet:[10,11,15,18],divis:10,style:[10,3],thank:10,explor:11,how:[9,1,10,15],amethodtodebug:10,fix:10,stylesheet:10,test_base_nam:10,launch_command:10,platform:[9,3],window:[9,10,3],pend:13,find_node_by_attrib:10,requir:[18,9,10,2,3],strin:10,wrap_stream:3,main:8,fin:10,alter:1,add_echo:10,cvs_info:1,them:[1,3],"float":10,"return":[9,10,18],thei:[9,1,11,13],python:[0,9,10,4,14,15,18],obtain:10,"export":1,dai:10,initi:10,product_is_debug:10,configformaterror:10,simpl:[10,7,18],instead:10,nor:3,introduct:18,choic:11,term:10,document:[0,15,2,18],init:[10,3],name:[1,6,7,9,10,11,12,13,14,15,18],edit:[1,11],getiter:10,parsescalar:10,harri:10,yyyymmdd_hhmmss:10,authent:1,win32:[5,10,3],merge:10,token:10,inmap:10,mode:[1,3,7,10,11,13,9,17],each:[14,1,10,12,15],debug:[1,5,7,10,11,9],found:10,unicod:10,clean_build_aft:8,splashscreen:14,run_env_script:10,compil:[0,1,2,5,7,8,10,9,17],seq1:10,git:[1,6,10],fail:[8,10],prepend_valu:10,stop_first_fail:8,replac:[10,12],read_config_from_a_fil:10,salomecontext:10,continu:10,procedur:10,handlemismatch:10,wrap:3,show_patch:11,"__save__":10,expect:10,satexcept:10,year:10,operand:10,resourc:[14,12],extract:10,event:10,check_config_exist:10,out:10,variabl:[9,10,2,18],shown:[8,10],"_ld_library_path":9,get_node_text:10,pyconf:[1,5,8,10,11,9,15,18],goe:10,miss:[8,12],dst:10,salomeenviron:10,findtext:10,profil:[14,10],geom:8,log_dir:17,rel:[6,10],reader:10,configread:10,current:[15,10,11,7,18],ref:10,factori:10,red:[10,3],file_nam:10,multilin:10,set_native_env:[9,10],earlier:10,get_salome_vers:10,proxi:3,run_all_test:10,advanc:10,update_hat_xml:10,manipul:[10,11],updatehatxml:10,env_info:10,like:[3,8,10,11,12,14,15],printchead:10,quick:0,bright_background:3,base:[1,10,15,3],pendant:10,dictionari:[10,15],put:10,longnam:10,earliest:10,copylink:10,bash:[9,1,10],care:13,thrown:10,additional_dir:10,indent:10,"_blank":10,launch:[9,10],argument:[10,18],zerodivideerror:10,ask:10,david:10,filter:13,thing:18,"int":[10,17],rais:[10,7],unabl:10,temporari:10,assign:10,first:[9,1,10,18],feed:10,softwar:1,rang:10,read_result:10,suffix:10,directli:[9,17,4],kernel:[11,7],carri:10,onc:1,number:[8,14,10,12,17],echo:10,get_tmp_dir:10,instruct:[10,15],set:[0,9,10,12,13,14,15,18],done:[9,7],messag:[10,18],visualis:9,custom:18,open:10,underscor:[9,10],size:10,date_to_datetim:10,obj1:10,differ:9,"long":[10,13],ansi_osc_r:3,printclabel:10,script:[0,8,9,10,11,14,15,4],overwritekei:10,arch:6,top:10,sometim:13,construct:[0,10,16],archive_extract:10,setstream:10,termin:[8,10,18,3,17],white:3,put_txt_log_in_appli_log_dir:10,get_launcher_nam:10,"final":[1,10,11],store:[1,8,10,11,15,17],myspecificnam:6,only_numb:10,shell:[9,10],consol:10,option:[1,2,3,5,6,7,8,9,10,11,12,13,14,15,17,18],root_nod:10,product_is_sampl:10,tool:0,shallow:10,product_has_script:10,print_color_map:10,specifi:[1,2,9,10,12,14],micro_command:10,jane:10,gitconfig:1,pars:[10,18],printcerror:10,git_info:1,alreadi:[6,18],exactli:10,lightyellow_ex:3,grep:11,target:[9,10,12],whenev:10,provid:[9,10,18],remov:[8,1,10,13],eleg:10,listtest:10,zero:10,structur:15,charact:[10,3],project:[9,11],prepare_testbase_from_svn:10,info:[1,10,11],str:10,log_command:10,posit:3,findconfig:10,minut:10,other:[9,15,6,10,18],make_opt:10,grei:3,browser:[10,11,17,15],test_grid:10,do_script_build:10,comput:[6,2,10],close:10,deleg:3,runner:18,check_config_has_profil:10,pass:[10,15,18],ani:[1,10,11,17,3],elem:10,raw:10,config_has_appl:10,doctyp:10,openggl:[14,12],have:[1,2,10,12,13,14],tabl:10,need:[1,10,2,3,12],seen:10,notimplementederror:10,turn:10,pythonpath_:9,erase_screen:3,issu:3,build_configur:10,get_file_environ:10,is_window:10,lib:9,"0x3daa930":3,cli_:18,command_opt:7,set_consol:3,force_patch:1,client:10,note:[0,1,2,6,8,9,10,11,12,14,15,16,18],namespac:10,wincolor:3,filein:10,indic:10,get_distribut:10,properti:[9,10,2,13],lightmagenta_ex:3,noth:[6,10],blue:3,begin:10,copi:[14,10,11,12,7],unless:[1,3],distribut:[10,2,12],clash:10,testbase_dir:10,usernam:10,end_writ:10,previou:10,compress:6,"_launch":9,streamorfil:10,has_timed_out:10,most:[9,10,18],set_env:[9,10],colorama:[5,10,3],all_in_termin:10,phase:10,logfilepath:10,paramstr:3,model:18,charg:14,"_build":9,put_initial_xml_field:10,product_is_cpp:10,exc:10,ansi_csi_r:3,full_launched_command:10,request:3,drive:10,push_debug:10,doe:[9,1,10],tklibpath:10,product_cfg:10,set_salome_generic_product_env:10,declar:1,ruud:10,cursor_adjust:3,determin:10,transpar:3,sources_without_dev:13,enclos:10,shortnam:10,usual:[2,6,7,13,15,4],notion:10,dot:10,forbuild:10,getstrconfigstd:10,use_mesa:[14,12],set_cursor_posit:3,"16be":10,last_termin:17,batfileenviron:10,text:[10,7,3],autoreset:3,convert_osc:3,dbg:10,name_nod:10,bring:[1,2],bright:3,optiontyp:10,input_list:10,unchang:10,identifi:10,set_cpp_env:10,dove:10,find:[10,11,4],help:[10,7,18],redirect:10,absolut:6,onli:[1,2,7,8,9,10,11,12,13,14,17],explicitli:10,locat:10,execut:[8,1,10,7],copyright:10,menu:17,explain:9,complete_environ:10,releas:[0,16],configut:12,pluma:15,should:[9,10,2],reinit:[10,3],enable_simple_env_script:10,black:3,logdir:10,factor:10,virtual:[10,12],local:11,add_opt:[10,18],salome_session_serv:10,obj2:10,append_node_attrib:10,a_b_c_:10,get:[1,7,10,11,15,18],lightwhite_ex:3,convert:3,express:[10,11],stop:8,account:9,configmerg:10,nativ:[9,10],cannot:10,yourspecificnam:6,ssh:[14,1,12],write_plain_text:3,destnam:10,report:10,parsemappingbodi:10,set_python_libdir:10,path_to_catalog:12,product_is_salom:10,log_file_nam:10,env_build:9,bat:[9,10],"16le":10,non:3,instanti:10,multi:10,yield:10,patch:[1,10,11],runappli:12,get_distrib_vers:10,stuff:[14,10],bashfileenviron:10,common:10,contain:[10,15,18],strip:3,avari:10,script_path:10,"0x49a74c0":3,where:[8,6,11,12,10],instream:10,product_has_logo:10,wiki:3,conform:2,python_config:10,saveconfigdbg:10,seq:10,sep:[9,10],nb_proc:[8,10],xc2:10,reflect:10,change_to_launch:10,"var":[9,10,15,18],see:[15,10,7,3],"9abc":10,remor:2,arg:[10,18,3],file_path:10,reserv:10,stack:7,arglist:10,becaus:10,isword:10,concern:1,statu:10,detect:10,parent:10,co7:6,my_tag:1,pattern:10,wikipedia:3,write_tre:10,label:[10,11],write_cfgforpy_fil:10,urlopen:10,written:18,zelaunch:14,between:[10,18],progress:10,parsevalu:10,hold:14,with_vc:6,attribut:[10,3],attibut:10,verifi:[1,10],kei:[9,1,10],node_nam:10,on_stderr:3,extens:[10,18],job:8,parameter_path:11,french:18,printcolor:[5,10],complementari:9,distinguish:9,"0x39937d0":10,come:11,readlin:10,regular:10,cli:[17,7],verbos:[10,7,18],both:[9,10,2],mond:18,last:[9,10,17],delimit:10,rtype:10,list_of_product:2,equal:8,cfgforpi:10,build_conf_opt:10,etc:[0,10,15],no_label:11,instanc:[10,18,3],tout:18,context:[10,7],pdf:11,login:1,sre_pattern:[10,3],ld_library_path:9,comment:[10,15],find_file_in_lpath:10,getroot:10,lightblue_ex:3,opt_nb_proc:10,point:[10,18],tgz:[6,4],git_extract:10,clear_lin:3,chmod:10,map1:10,svn_info:1,header:10,streamopen:10,product_is_gener:10,add_link:10,shortcut:10,print_color_rang:10,ioerror:10,mistak:1,configure_opt:10,assum:10,src_root:10,cmake_opt:8,product_has_env_script:10,set_env_build:9,save:9,light:3,check_sourc:10,creat:[0,1,6,9,10,12,13,14,15],deep:10,machine1:12,classic:10,due:10,empti:10,otherwis:[1,10],compon:[10,2,12],viewer:11,machine3:12,basic:18,buf:10,popul:10,lightgreen_ex:3,ansifor:3,show_warn:10,parser:[10,18],nfirst:10,launcherfileenviron:10,suppress:13,imag:1,xxx:[15,13],remark:[1,2,12],dict:10,screenenviron:10,findal:10,dixt:10,func:10,els:[10,18],print_valu:10,testbase_bas:10,bonjour:18,logger:[5,10,18],those:2,prereq_dir:9,"case":10,get_cfg_param:10,set_titl:3,ident:10,lapack_root_dir:9,packag:[0,3,5,6,10,4],launcher:[14,0,10,12,9],intal:6,servic:18,plugin:[8,10],pop_debug:10,batch:10,aim:10,defin:[2,8,10,11,13,9,15,18],smart:10,behavior:18,error:10,fun:11,gettoken:10,exot:10,fileenviron:[5,10],subsect:9,element_factori:10,layer:2,showinfo:10,add_com:10,my_application_nam:12,lightcyan_ex:3,readi:1,affect:3,trust_root_dir:9,site:10,generate_script:10,activ:[1,10],clean_instal:8,"default":[1,6,7,8,9,10,11,12,14,17,18],archiv:[1,6,10],default_valu:10,eras:17,product_nam:10,get_product_config:10,ascii:10,deinit:3,sever:[9,15],result:10,complet:[8,1,15,11],xa4:10,develop:[0,1,10,11,13,9,18],welcom:10,author:10,perform:[0,1],make:[8,10],belong:10,notshowncommand:10,delaiapp:10,write_env_fil:10,binari:6,tutori:10,from_what:10,xmllogfil:10,batch_salom:10,pprty:10,sat:[0,1,2,4,6,7,8,9,10,11,12,13,14,15,17,18],setpath:10,check_config_has_appl:10,conflict:10,yacsgen_root_dir:2,exhaust:[15,7],finish:10,http:[10,3],svn_extract:10,closest:10,getstrconfigdbg:10,oper:[0,10,11],someon:9,salome_xx:[6,13,7,4],remot:[6,10],mycommand:18,write_test_margin:10,user:[6,7,10,11,4,9,15,17,18],applic:[0,1,2,8,9,10,11,12,13,14,15,17,18],seq2:10,readlink:10,chang:[10,7,18,12],preset:10,built:10,subpackag:[5,10],lproduct:10,redefin:10,appropri:10,older:17,com:10,builder:10,cpp:[10,2],well:10,for_packag:10,know:[1,10],autotool:[8,10],person:11,append_valu:10,exampl:[0,1,6,7,8,10,11,13,9,18],command:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,17,18],ansicursor:3,thi:[0,1,2,3,6,8,9,10,11,12,14,15,18],commentari:10,everyth:8,self:10,left:9,more:[10,7],load:[10,15],with_children:8,protocol:[10,12],entri:10,just:[8,10],object:[10,15,3],template_fil:10,deepcopymap:10,semant:10,detail:10,insid:1,gdb:9,via:10,distant:12,parsesuffix:10,command_nam:10,firefox:[15,17],passphras:1,prepend:[9,10],yet:7,previous:13,screenonli:10,web:[15,11,17],run_testbase_test:10,smesh:10,removenamespac:10,addmap:10,lapack:9,tmp_working_dir:10,number_of_proc:10,prod_info:10,had:10,outstream:10,param:[10,3],streamwrapp:3,etre:10,add:[8,0,10,18],detar:4,astream:10,iterkei:10,appli:[1,10,11,2],input:10,get_attr:3,isel:10,hat:10,match:10,build:[7,8,10,13,9,15],bin:9,show_in_editor:10,which:[2,3,10,9,15,18],fileenvwrit:10,format:[9,10,15],handl:[9,10,3],big:8,write_and_convert:3,get_install_dir:10,howto:18,blogmatrix:10,regard:10,copydir:10,get_win32_cal:3,test:[8,0,10],were:10,grid:10,backtick:10,world:18,part:[14,9,10,12],password:1,recurs:[10,11],color:[10,3],apart:3,application_nam:12,xmlmanag:[5,10],winapi_test:3,med:8,ivar:10,success:[8,10],specif:[2,6,7,9,10,12,13,14,15],testbase_tag:10,special_path_separ:10,html:10,server:[1,10],script_nam:10,either:[9,10],readxmlfil:10,parserefer:10,output:[10,3],manag:[1,10,11],two:[9,10],yyyi:10,run_session_test:10,iterpars:10,right:[9,10],old:10,who:2,creation:6,some:[1,6,8,9,10,11,12,13,14,15,17,18],back:3,resolv:10,isfil:10,intern:10,adequ:10,sampl:[10,7],respect:9,home:11,indirect:10,successfulli:10,bigger:10,killsalom:10,parseterm:10,replace_in_fil:10,separ:10,"__setattr__":10,txt:10,trace:7,except:[1,10,7],avoid:1,normal:[10,3],definit:10,command_r:10,testbas:10,when:[1,10,12,9,15,18],substitut:10,select:6,product_info:10,add_lin:10,duplic:8,product_has_salome_gui:10,islink:10,refer:[10,2,15],machin:[14,6,2,10,12],set_application_env:10,lightblack_ex:3,print_help:10,run:[9,0,10,15,18],run_script:10,tree:10,my_application_directori:12,reset_al:3,xmlroot:10,additional_env:10,interfac:[10,7],step:10,get_base_path:10,ansiback:3,repositori:[1,10],code_to_char:3,don:2,prepare_testbase_from_git:10,describ:10,session:10,src:[5,10,18,3],about:[10,15],actual:[10,4,3],cfg_env:10,get_posit:3,column:10,writetostream:10,parsekeyvaluepair:10,page:9,total_second:10,map:10,rootnam:10,includ:[9,6,15,10],act:[10,3],commit:13,attrib:10,mytempl:10,without_properti:6,produc:10,corba:2,paravi:[14,12],subset:6,own:10,get_product_sect:10,logo:[14,10],pythonpath:9,product_is_dev:10,within:9,encod:10,www:10,automat:[9,11],subst_dic:10,down:3,pair:10,make_flag:8,parse_d:10,workdir:[6,7,10,11,12,14,15,18],product_is_fix:10,is_salome_modul:[9,13],ensur:10,"import":[9,10,18],soon:8,your:[9,1,10,7,18],command_valu:10,merg:10,set_product:10,processor:[14,10,12],get_base_install_dir:10,log:[8,0,10,17,18],suffici:9,support:10,out_dir:10,product_is_smesh_plugin:10,overwrit:10,"class":[10,18,3],avail:[11,13,7],lost:10,been:[10,3],dir_info:1,editor:[10,11,15],suit:0,product_compil:10,printcinfo:10,parse_arg:[10,18],run_simple_env_script:10,usr:9,"function":[10,18,3],himself:9,agent:1,ansi_escape_cod:3,form:10,forc:[1,6,10],tupl:10,fmt:10,prerequisit:[9,0,6,15,7],fore:3,forward:[14,12,3],pwd:10,link:[1,10],testbase_nam:10,delta:10,renam:10,line:[10,11,7],with_install_dir:10,"true":[10,3],dump:10,reset:3,concaten:10,utf:[9,10],attr:[10,3],consist:10,possibl:[9,1,10,18],new_nam:11,checkout:[1,10],take:[10,13],displai:[8,10,11,17,18],archive_info:1,below:9,get_product_compon:10,mai:1,do_batch_script_build:10,writevalu:10,highlight:10,xmltreebuild:10,gettmpdirdefault:10,similar:10,unconditionali:[10,7],later:6,evalu:10,product_is_n:10,pv_plugin_path:10,dure:1,flush:10,build_sourc:8,futur:10,kwd:3,repres:10,"char":10,distrib:10,fromstr:10,exist:[1,6,10,7],file:[0,1,6,8,9,10,11,12,14,15,17,18],our:3,run_grid_test:10,salome_xx_:6,show_desktop:10,cvs_extract:10,check:[8,9,10],llvm:[14,12],bracket:10,again:10,should_wrap:3,cmake:[8,10],with_commerci:10,is_a_tti:3,titl:[10,3],renint:10,elementtre:[5,10],invalid:10,configinputstream:10,field:10,valid:10,bool:10,librari:10,branch:1,presenc:10,writabl:10,you:[0,1,9,10,12,13,14,18],product_has_patch:10,clean_al:[8,7],overwritemergeresolv:10,architectur:[5,6,15,10],fork:[5,10],treebuild:10,configerror:10,resolut:10,clean:[8,0,10,17,13],yyi:15,stringio:10,sequenc:[10,3],org:3,time:[9,1,10,15,13],urllib2:10,ansi:[5,10,3],prepare_testbase_from_dir:10,queri:[14,12],embed:6,eval:10,set_env_launch:9,helpstr:10,write_report:10,param_nam:10,salome_modul:10,svn:[1,6,10],addel:10,with_fath:8,algorithm:18,"_appli":12,directori:[1,4,6,7,8,9,10,11,12,13,14,15,17,18],descript:[1,2,6,8,9,10,11,12,13,14,15,17,18],compil_script:8,hello:18,alphanumer:10,check_instal:10,clear_screen:3,saveconfigstd:10,ignor:[10,2],fact:18,potenti:10,qname:10,push:1,generic_opt:7,test_config:10,myoption:18},objtypes:{"0":"py:module","1":"py:function","2":"py:method","3":"py:class","4":"py:attribute","5":"py:exception"},titles:["Salome Tools","Command prepare","Command generate","colorama Package","Installation","src","Command package","Usage of SAlomeTools","Command compile","Command environ","src Package","Command config","Command application","Command clean","Command launcher","Configuration","Release notes","Command log","Add a user custom command"],objnames:{"0":["py","module","Python module"],"1":["py","function","Python function"],"2":["py","method","Python method"],"3":["py","class","Python class"],"4":["py","attribute","Python attribute"],"5":["py","exception","Python exception"]},filenames:["index","commands/prepare","commands/generate","commands/apidoc/src.colorama","installation_of_sat","commands/apidoc/modules","commands/package","usage_of_sat","commands/compile","commands/environ","commands/apidoc/src","commands/config","commands/application","commands/clean","commands/launcher","configuration","release_notes/release_notes_5.0.0","commands/log","write_command"]})
\ No newline at end of file
index 94ecea988feb9d7a8a4f6a4952bacc17eb574f56..c5c52f5dd7b9a33eacfeb6180a9e22704e280dd7 100644 (file)
@@ -1,4 +1,4 @@
-This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017) (preloaded format=pdflatex 2018.4.13)  24 APR 2018 15:05
+This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017) (preloaded format=pdflatex 2018.4.13)  24 APR 2018 15:21
 entering extended mode
  restricted \write18 enabled.
  %&-line parsing enabled.
@@ -1655,7 +1655,7 @@ ambeke/share/texlive/2017/texmf-dist/fonts/type1/urw/times/utmb8a.pfb></data/tm
 plgls/wambeke/share/texlive/2017/texmf-dist/fonts/type1/urw/times/utmr8a.pfb></
 data/tmplgls/wambeke/share/texlive/2017/texmf-dist/fonts/type1/urw/times/utmri8
 a.pfb>
-Output written on salomeTools.pdf (77 pages, 667095 bytes).
+Output written on salomeTools.pdf (77 pages, 667450 bytes).
 PDF statistics:
  1787 PDF objects out of 2073 (max. 8388607)
  1680 compressed objects within 17 object streams
index d68c842feaa73a422df6ec6241d5d6884ea8b459..a8a0443a86b12dd9ba7542e2660678ef9ed6fa4d 100644 (file)
Binary files a/doc/build/latex/salomeTools.pdf and b/doc/build/latex/salomeTools.pdf differ
index 026ce6c6052735cdbd701460cb83bbf433c6bea3..a47e6c45db859d1ed9eae44fcb4942926011cdc3 100644 (file)
@@ -2245,7 +2245,7 @@ boolean
 \label{commands/apidoc/src:module-src.compilation}\label{commands/apidoc/src:compilation-module}\index{src.compilation (module)}\index{Builder (class in src.compilation)}
 
 \begin{fulllineitems}
-\phantomsection\label{commands/apidoc/src:src.compilation.Builder}\pysiglinewithargsret{\strong{class }\code{src.compilation.}\bfcode{Builder}}{\emph{config}, \emph{logger}, \emph{product\_info}, \emph{options=\textless{}src.options.OptResult object at 0x25417d0\textgreater{}}, \emph{check\_src=True}}{}
+\phantomsection\label{commands/apidoc/src:src.compilation.Builder}\pysiglinewithargsret{\strong{class }\code{src.compilation.}\bfcode{Builder}}{\emph{config}, \emph{logger}, \emph{product\_info}, \emph{options=\textless{}src.options.OptResult object at 0x39937d0\textgreater{}}, \emph{check\_src=True}}{}
 Class to handle all construction steps, like cmake, configure, make, ...
 \index{build\_configure() (src.compilation.Builder method)}
 
@@ -5567,7 +5567,7 @@ the specified path.
 \index{ConfigMerger (class in src.pyconf)}
 
 \begin{fulllineitems}
-\phantomsection\label{commands/apidoc/src:src.pyconf.ConfigMerger}\pysiglinewithargsret{\strong{class }\code{src.pyconf.}\bfcode{ConfigMerger}}{\emph{resolver=\textless{}function defaultMergeResolve at 0x2445758\textgreater{}}}{}
+\phantomsection\label{commands/apidoc/src:src.pyconf.ConfigMerger}\pysiglinewithargsret{\strong{class }\code{src.pyconf.}\bfcode{ConfigMerger}}{\emph{resolver=\textless{}function defaultMergeResolve at 0x3897758\textgreater{}}}{}
 Bases: \code{object}
 
 This class is used for merging two configurations. If a key exists in the
@@ -6511,7 +6511,7 @@ Bases: \code{string.Template}
 \index{pattern (src.template.MyTemplate attribute)}
 
 \begin{fulllineitems}
-\phantomsection\label{commands/apidoc/src:src.template.MyTemplate.pattern}\pysigline{\bfcode{pattern}\strong{ = \textless{}\_sre.SRE\_Pattern object at 0x2511560\textgreater{}}}
+\phantomsection\label{commands/apidoc/src:src.template.MyTemplate.pattern}\pysigline{\bfcode{pattern}\strong{ = \textless{}\_sre.SRE\_Pattern object at 0x39fab00\textgreater{}}}
 \end{fulllineitems}
 
 
@@ -7245,13 +7245,13 @@ win32 function calls.
 \index{ANSI\_CSI\_RE (src.colorama.ansitowin32.AnsiToWin32 attribute)}
 
 \begin{fulllineitems}
-\phantomsection\label{commands/apidoc/src.colorama:src.colorama.ansitowin32.AnsiToWin32.ANSI_CSI_RE}\pysigline{\bfcode{ANSI\_CSI\_RE}\strong{ = \textless{}\_sre.SRE\_Pattern object at 0x4bf3860\textgreater{}}}
+\phantomsection\label{commands/apidoc/src.colorama:src.colorama.ansitowin32.AnsiToWin32.ANSI_CSI_RE}\pysigline{\bfcode{ANSI\_CSI\_RE}\strong{ = \textless{}\_sre.SRE\_Pattern object at 0x3daa930\textgreater{}}}
 \end{fulllineitems}
 
 \index{ANSI\_OSC\_RE (src.colorama.ansitowin32.AnsiToWin32 attribute)}
 
 \begin{fulllineitems}
-\phantomsection\label{commands/apidoc/src.colorama:src.colorama.ansitowin32.AnsiToWin32.ANSI_OSC_RE}\pysigline{\bfcode{ANSI\_OSC\_RE}\strong{ = \textless{}\_sre.SRE\_Pattern object at 0x2d29710\textgreater{}}}
+\phantomsection\label{commands/apidoc/src.colorama:src.colorama.ansitowin32.AnsiToWin32.ANSI_OSC_RE}\pysigline{\bfcode{ANSI\_OSC\_RE}\strong{ = \textless{}\_sre.SRE\_Pattern object at 0x49a74c0\textgreater{}}}
 \end{fulllineitems}
 
 \index{call\_win32() (src.colorama.ansitowin32.AnsiToWin32 method)}
index 8da7b91a3bcc891308e9ab06215ec26fc42c33ba..a088ba6fb47ccdeab06a6615bdbbd194e68eb914 100644 (file)
@@ -16,7 +16,7 @@ set 'Note:' etc size less than titles
 div.admonition p.admonition-title {
     font-family: {{ theme_head_font_family }};
     font-weight: normal;
-    font-size: 18px;
+    font-size: 16px;
     margin: 0 0 10px 0;
     padding: 0;
     line-height: 1;