Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Apr 24, 2018
1 parent 8178079 commit 6536d89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ sismic-amola

This extension provides support to import and export statechart written using AMOLA. This allows statecharts to be
created, edited and displayed with the `ASEME IDE <http://aseme.tuc.gr/>`__.
It exposes `import_from_amola` and `export_to_amola` based on the bundled Ecore meta-model (see `amola.ecore`).
It exposes ``import_from_amola`` and ``export_to_amola`` based on the bundled Ecore meta-model (see *amola.ecore*).

Download: `https://github.com/AlexandreDecan/sismic-extensions/sismic_amola <https://github.com/AlexandreDecan/sismic-extensions/sismic_amola>`__
Download: `https://github.com/AlexandreDecan/sismic-extensions/tree/master/sismic_amola <https://github.com/AlexandreDecan/sismic-extensions/tree/master/sismic_amola>`__


sismic-semantics
Expand All @@ -24,9 +24,9 @@ sismic-semantics
This extension contains two variations around the default interpreter: one supporting outer-first/source-state semantics,
and a second giving priority to transitions with event (instead of eventless transitions).

The extension provides two new interpreter classes: `OuterFirstInterpreter` and `EventFirstInterpreter`.
The extension provides two new interpreter classes: ``OuterFirstInterpreter`` and ``EventFirstInterpreter``.
These two interpreters can be combined together, thanks to Python multiple inheritance.

Download: `https://github.com/AlexandreDecan/sismic-extensions/sismic_semantics <https://github.com/AlexandreDecan/sismic-extensions/sismic_semantics>`__
Download: `https://github.com/AlexandreDecan/sismic-extensions/tree/master/sismic_semantics <https://github.com/AlexandreDecan/sismic-extensions/tree/master/sismic_semantics>`__


0 comments on commit 6536d89

Please sign in to comment.