Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Broken links to legacy examples fixed (issue #807) (#808)
Browse files Browse the repository at this point in the history
* Documentation: formatting fixed.

* Documentation: PRO contents copied here.

* Documentation: SCTunit documentation excluded for now.

* Documentation: build process fixed.

* Documentation restructuring (issue #781)
* Restructuring done
* Changes for Eclipsehelp done

* Documentation restructuring (issue #781)
* Changes for Hubspot done
* Minor text changes

* Documentation: Hubspot footer change incorporated.

* Documentation: website-specific stuff renamed.

* Documentation: bootstrap updated from v2.1.1 to v3.0.3.

* Documentation: incorporated Alexander Hannweg's CSS changes.

* Documentation: CSS cleaned up (issue #782).

* Documentation: website tweaks

* Documentation: broken links to legacy examples changed to point to examples repository (issue #807).

* Directory "website" added to .gitignore.
  • Loading branch information
RainerKlute authored and andreasmuelder committed Jul 7, 2016
1 parent 43e9f20 commit d5630da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions plugins/org.yakindu.sct.doc.user/.gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.ant-targets-build.xml
bin/
examples/
help/
html/
lib/
pdf/
target/
src-gen/
bin/

target/
website/
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@ The C generator features are the same a the "C++ generator features":#cp

h2(#specifications-of-c-code). Specification of C code

The explanations below are using the _TrafficLight_ sample state machine to describe the API specifications of the code generated by the YAKINDU C and Java code generators. The image below is showing the statechart. It models a pedestrian crossing with push-button operated traffic lights ("pelican crossing").
The explanations below are using the _Traffic Light Waiting (C)_ sample state machine to describe the API specifications of the code generated by the YAKINDU C code generator. The image below is showing the statechart. It models a pedestrian crossing with push-button operated traffic lights ("pelican crossing").

!(standard-image)images/docu_TrafficLight.png(The traffic light model)!

p=. The traffic light model

You can checkout the C sample project "traffic_light":https://github.com/Yakindu/statecharts/tree/master/examples/traffic_light_ from the "YAKINDU Statechart Tools GitHub repository":https://github.com/Yakindu/statecharts. The C example contains statechart, SGen model, graphical widgets, and some glue code to connect the generated code with the widgets. The graphical widgets are based on Qt.
You can find the C sample project _"Traffic Light Waiting (C)":https://github.com/Yakindu/examples/tree/master/traffic_light_waiting_c_ in the "YAKINDU Statechart Tools examples repository":https://github.com/Yakindu/examples. The C example contains statechart, SGen model, graphical widgets, and some glue code to connect the generated code with the widgets. The graphical widgets are based on Qt.

To execute the C example, run the file _org_yakindu_sct_examples_c_trafficlight__ as _Local C/C++ application_ from the Eclipse _Run As_ context menu.

Expand Down Expand Up @@ -737,13 +737,13 @@ bc. feature JUnitWrapper {

h2(#cpp-code-specification). Specification of C++ code

The explanations below are using the _TrafficLight_ sample state machine to describe the API specifications of the code generated by the YAKINDU C and Java code generators. The image below is showing the statechart. It models a pedestrian crossing with push-button operated traffic lights ("pelican crossing").
The explanations below are using the _Traffic Light Waiting (C++)_ sample state machine to describe the API specifications of the code generated by the YAKINDU C++ generator. The image below is showing the statechart. It models a pedestrian crossing with push-button operated traffic lights ("pelican crossing").

!(standard-image)images/docu_TrafficLight.png(The traffic light model)!

p=. The traffic light model

You can checkout the C++ sample project "QtTrafficLightCpp":http://svn.codespot.com/a/eclipselabs.org/yakindu/SCT2/trunk/examples from the "YAKINDU Google Code repository":http://svn.codespot.com/a/eclipselabs.org/yakindu/SCT2/trunk. The C++ example contains statechart, SGen model, graphical widgets, and some glue code to connect the generated code with the widgets. The graphical widgets are based on Qt.
You can find the C++ sample project _"Traffic Light Waiting (C++)":https://github.com/Yakindu/examples/tree/master/traffic_light_waiting_cpp_ in the "YAKINDU Statechart Tools examples repository":https://github.com/Yakindu/examples. The C++ example contains statechart, SGen model, graphical widgets, and some glue code to connect the generated code with the widgets. The graphical widgets are based on Qt.

###. FIXME: C: To execute the C example, run the file _org_yakindu_sct_examples_c_trafficlight_ as "Local C/C\+\+ application" from the Eclipse _Run As_ context menu.

Expand Down Expand Up @@ -1231,13 +1231,13 @@ bc. feature GeneralFeatures {

h2(#java-code-specification). Specification of Java code

The explanations below are using the _TrafficLight_ sample state machine to describe the API specifications of the code generated by the YAKINDU C and Java code generators. The image below is showing the statechart. It models a pedestrian crossing with push-button operated traffic lights ("pelican crossing").
The explanations below are using the _Traffic Light Waiting (Java)_ sample state machine to describe the API specifications of the code generated by the YAKINDU Java code generator. The image below is showing the statechart. It models a pedestrian crossing with push-button operated traffic lights ("pelican crossing").

!(standard-image)images/docu_TrafficLight.png(The traffic light model)!

p=. The traffic light model

You can checkout the Java sample project _"org.yakindusct.examples.trafficlight":https://github.com/Yakindu/statecharts/tree/master/examples/org.yakindu.sct.examples.trafficlight_ from the "YAKINDU Statechart Tools GitHub repository":https://github.com/Yakindu/statecharts. The Java example contains statechart, SGen model, graphical widgets, and some glue code to connect the generated code with the widgets. The graphical widgets are based on SWT.
You can find the Java sample project _"Traffic Light Waiting (Java)":https://github.com/Yakindu/examples/tree/master/traffic_light_waiting_java_ in the "YAKINDU Statechart Tools examples repository":https://github.com/Yakindu/examples. The Java example contains statechart, SGen model, graphical widgets, and some glue code to connect the generated code with the widgets. The graphical widgets are based on SWT.

To execute the Java example, run the file _CrossingDemoCycleBased.java_ as "Java Application" from the Eclipse _Run As_ context menu.

Expand Down

0 comments on commit d5630da

Please sign in to comment.