Browse Source

Update documentation for example wizard (#1147) (#1148)

* Update documentation for example wizard (#1147)

* Add gitignore for target folder
Thomas Kutz 8 years ago
parent
commit
500eaac374

+ 1 - 1
plugins/org.yakindu.sct.doc.user/src/tutorials/tutorials.textile

@@ -19,7 +19,7 @@ Now try this for yourself. We are assuming that you have already installed and s
 # In the main menu, select _File → New → Example…_.
 # In the dialog, select _YAKINDU SCT Examples_, then click _Next >_.
 # The example wizard opens. If needed, follow the instructions to download the examples repository.
-# On the left-hand side of the example wizard, select _basic → Light Switch_, then click _Finish_.
+# On the left-hand side of the example wizard, select _Light Switch Example_, then click _Finish_.
 # The sample project named _light_switch_ is created.
 # In the project explorer on the left-hand side of the window, open the _light_switch_ project by clicking on the small triangle left from the project name ("light_switch"). Also open the _model_ folder.<p>!(standard-image small)images/tuto_5min_020_expand_project.png(Expand project)!</p>
 # The light switch statechart is defined in the file _light_switch.sct_. Double-click on this file to open the model.

File diff suppressed because it is too large
+ 4 - 4
plugins/org.yakindu.sct.doc.user/src/user-guide/editing_statecharts.textile


BIN
plugins/org.yakindu.sct.doc.user/src/user-guide/images/docu_example_wizard_browse.png


+ 1 - 0
plugins/org.yakindu.sct.domain.generic.resource/.gitignore

@@ -1 +1,2 @@
 /bin/
+/target/

+ 1 - 0
plugins/org.yakindu.sct.domain.generic.simulation/.gitignore

@@ -1 +1,2 @@
 /bin/
+/target/