automaton/doc/source/user/features.rst
Doug Hellmann 9de339ee50 rearrange existing documentation according to the new standard layout
Change-Id: I1acfaaecd446953587ec36bda1cd795afed26b43
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-06 15:35:44 -04:00

18 lines
383 B
ReStructuredText

========
Features
========
Machines
--------
* A :py:class:`.automaton.machines.FiniteMachine` state machine.
* A :py:class:`.automaton.machines.HierarchicalFiniteMachine` hierarchical
state machine.
Runners
-------
* A :py:class:`.automaton.runners.FiniteRunner` state machine runner.
* A :py:class:`.automaton.runners.HierarchicalRunner` hierarchical state
machine runner.