Skip to content

Commit

Permalink
Add more information in front page(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Dec 19, 2015
1 parent 895d18c commit 644821f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ More specifically, Sismic provides:

- An easy way to define and to import statecharts, based on the human-friendly YAML markup language
- A statechart interpreter offering discrete, step-by-step, and fully observable simulation engine
- Synchronous and asynchronous simulation, in real time or simulated time
- Built-in support for expressing actions and guards using regular Python code
- A design-by-contract programming approach for statecharts
- A unit testing framework for statecharts
- A unit testing framework for statecharts that includes scenarios generators

Installation
------------
Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ More specifically, Sismic provides:

- An easy way to define and to import statecharts, based on the human-friendly YAML markup language
- A statechart interpreter offering discrete, step-by-step, and fully observable simulation engine
- Synchronous and asynchronous simulation, in real time or simulated time
- Built-in support for expressing actions and guards using regular Python code
- A design-by-contract programming approach for statecharts
- A unit testing framework for statecharts
- A unit testing framework for statecharts that includes scenarios generators

Sismic provides full support for the majority of the concepts of UML statecharts:

Expand Down

0 comments on commit 644821f

Please sign in to comment.