deb-python-automaton/automaton
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
2016-01-07 13:01:52 -08:00
..
converters Allow providing a state-name translation dict 2015-07-06 11:57:26 -07:00
tests Merge "Provide a finite machine build() method" 2015-09-16 12:00:25 +00:00
__init__.py Move a bunch of files into there rightful places 2014-12-02 23:35:01 -08:00
_utils.py Ensure doctesting and doc8 testing done in py27 env 2015-07-16 14:47:27 -07:00
exceptions.py Add base exception class for this library 2015-06-23 12:36:17 -07:00
machines.py Ensure machine special method(s) include in generated docs 2016-01-07 13:01:52 -08:00
runners.py Add runners to features.rst & add a runner base & update docstrings 2015-06-27 18:09:58 +00:00