浏览代码

User documentation: {toc} removed

Rainer Klute 9 年之前
父节点
当前提交
8f70b79b3a

+ 0 - 2
plugins/org.yakindu.sct.doc.user/help/02_installation/installation.textile

@@ -1,7 +1,5 @@
 h1(#InstallingYAKINDUStatechartTools). Installing YAKINDU Statechart Tools
 h1(#InstallingYAKINDUStatechartTools). Installing YAKINDU Statechart Tools
 
 
-{toc}
-
 In order to start working with YAKINDU Statechart Tools, you have to install the software on your computer. We are assuming you have downloaded the software package and stored it somewhere on your machine.
 In order to start working with YAKINDU Statechart Tools, you have to install the software on your computer. We are assuming you have downloaded the software package and stored it somewhere on your machine.
 
 
 h2. Dependencies
 h2. Dependencies

+ 0 - 2
plugins/org.yakindu.sct.doc.user/help/03_getting_started/getting_started.textile

@@ -1,7 +1,5 @@
 h1(#Gettingstartedtutorial). Getting started
 h1(#Gettingstartedtutorial). Getting started
 
 
-{toc}
-
 h2(#Introduction). Introducing YAKINDU Statechart Tools
 h2(#Introduction). Introducing YAKINDU Statechart Tools
 
 
 This tutorial introduces YAKINDU Statechart Tools (SCT). It provides an integrated modeling environment for the specification and development of reactive, event-driven systems based on the concept of state machines or statecharts. It is an easy-to-use tool featuring sophisticated graphical statechart editing, validation and simulation of statecharts as well as code generation for C, C++, and Java.
 This tutorial introduces YAKINDU Statechart Tools (SCT). It provides an integrated modeling environment for the specification and development of reactive, event-driven systems based on the concept of state machines or statecharts. It is an easy-to-use tool featuring sophisticated graphical statechart editing, validation and simulation of statecharts as well as code generation for C, C++, and Java.

文件差异内容过多而无法显示
+ 0 - 2
plugins/org.yakindu.sct.doc.user/help/05_reference/reference.textile


+ 0 - 2
plugins/org.yakindu.sct.doc.user/help/06_tasks/tasks.textile

@@ -1,7 +1,5 @@
 h1. Tasks
 h1. Tasks
 
 
-{toc}
-
 h2. Simulating operations with custom Java code
 h2. Simulating operations with custom Java code
 
 
 To simulate a model with operations it is possible to use custom Java code that mocks the desired behavior or even to simulate against an existing Java backend. For this purpose it is required to provide one or more custom Java classes having a method with a matching signature. 
 To simulate a model with operations it is possible to use custom Java code that mocks the desired behavior or even to simulate against an existing Java backend. For this purpose it is required to provide one or more custom Java classes having a method with a matching signature.