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
@@ -170,7 +170,7 @@ children: [ | @@ -170,7 +170,7 @@ children: [ | ||
170 | id: 'timetableHelp', | 170 | id: 'timetableHelp', |
171 | leaf:true | 171 | leaf:true |
172 | },{ | 172 | },{ |
173 | - text:'Operations on Time Tables (TBU)', | 173 | + text:'Operations on Time Tables', |
174 | id: 'ttOperationsHelp', | 174 | id: 'ttOperationsHelp', |
175 | leaf:true | 175 | leaf:true |
176 | },{ | 176 | },{ |
help/ttOperationsHelp
@@ -2,15 +2,24 @@ | @@ -2,15 +2,24 @@ | ||
2 | <img class='centered' src="help/images/ttOpers.png"/> | 2 | <img class='centered' src="help/images/ttOpers.png"/> |
3 | <br/> | 3 | <br/> |
4 | <p> | 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 | The result time table is saved into your Workspace and is automatically loaded into the Time Table Manager. | 8 | The result time table is saved into your Workspace and is automatically loaded into the Time Table Manager. |
7 | </p> | 9 | </p> |
10 | +<hr> | ||
8 | <p> | 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 | </p> | 17 | </p> |
12 | <p> | 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 | </p> | 24 | </p> |
16 | <br/> | 25 | <br/> |