Commit d77eac71618c3b7633cfe8c5ae9cc7fc583b0a3e
1 parent
514ba959
Exists in
master
and in
109 other branches
operation tt help updated
Showing
2 changed files
with
15 additions
and
6 deletions
Show diff stats
help/content.json
help/ttOperationsHelp
... | ... | @@ -2,15 +2,24 @@ |
2 | 2 | <img class='centered' src="help/images/ttOpers.png"/> |
3 | 3 | <br/> |
4 | 4 | <p> |
5 | -To merge/intersect the time tables <b><i>drag</i></b> them from the Time Tables tree and <b><i>drop</i></b> onto the panel. | |
5 | +To merge/intersect the time tables <b><i>drag</i></b> them from the Time Tables tree and <b><i>drop</i></b> onto the panel | |
6 | +of the opened <b><i>Operations on Time Tables</i></b> module. | |
7 | +This module can be also opened from context menu (right click on TimeTable name in the Workspce Explorer tree). | |
6 | 8 | The result time table is saved into your Workspace and is automatically loaded into the Time Table Manager. |
7 | 9 | </p> |
10 | +<hr> | |
8 | 11 | <p> |
9 | -The result name in case of two input tables: | |
10 | -<br/> Merge: <i>timetable1_<b>M</b>_timetable2</i> || Intersect: <i>timetable1_<b>I</b>_timetable2</i> | |
12 | +The name of the result time table in the case of two input tables: | |
13 | +<ul> | |
14 | +<li>Merge: <i>timetable1_<b>M</b>_timetable2</i> | |
15 | +<li>Intersect: <i>timetable1_<b>I</b>_timetable2</i> | |
16 | +</ul> | |
11 | 17 | </p> |
12 | 18 | <p> |
13 | -In case of more than two input tables: | |
14 | -<br/> Merge: <i>number-of-input-tts_<b>Merge</b>_[index]</i> || Intersect: <i>number-of-input-tts_<b>Intersect</b>_[index]</i> | |
19 | +In the case of more than two input tables: | |
20 | +<ul> | |
21 | + <li> Merge: <i>number-of-input-tts_<b>tables_M</b>_[index]</i> | |
22 | + <li>Intersect: <i>number-of-input-tts_<b>tables_I</b>_[index]</i> | |
23 | +</ul> | |
15 | 24 | </p> |
16 | 25 | <br/> | ... | ... |