Joshua Harlow
64c51a554c
Ensure machine special method(s) include in generated docs
Without explicitly mentioning that it should have its docs generated sphinx won't generate docs for it, so ensure that we list __iter__ and __contains__ so that it does get generated docs. Also fixes 'default_start_state' docs which were not showing up since they were on the setter method vs the getter method. Change-Id: I83d02a3604678d16b16f6da5384ff10543af850f
Automaton
Friendly state machines for python. The goal of this library is to provide well documented state machine classes and associated utilities. The state machine pattern (or the implemented variation there-of) is a commonly used pattern and has a multitude of various usages. Some of the usages for this library include providing state & transition validation and running/scheduling/analyzing the execution of tasks.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/automaton
- Source: http://git.openstack.org/cgit/openstack/automaton
- Bugs: http://bugs.launchpad.net/automaton
Description
Languages
Python
100%