summaryrefslogtreecommitdiff
path: root/taskflow/examples/build_a_car.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove usage of deprecated 'task_notifier' property in build_car exampleJoshua Harlow2015-06-121-2/+2
| | | | Change-Id: Ia9d18c09709d550a017c5efbe1075b9a551496f6
* Fix a couple of spelling and grammar errorsRick van de Loo2015-03-291-1/+1
| | | | | | | Some things that popped out while reading the comments/documentation. Change-Id: I0ccecae3381447ede44bb855d91f997349be1562
* Use the class defined constant instead of raw stringsJoshua Harlow2015-01-291-7/+10
| | | | | | | | | | In examples and documentation it is better if we recommend good practices for using the notifications and the good/better practice would be to use the class defined constant instead of using a raw string (in-case taskflow ever changes that constant value sometime in the future). Change-Id: Ied8fc88747f8635de4aa776095e7e0195d6043aa
* Cleanup some of the example code & docsJoshua Harlow2014-07-111-18/+20
| | | | | | | | | | | | | This commit makes a set of small adjustments to examples. - Rework some of the comments to be more clear. - Add links to the original source tree file. - Rename some of the examples to make it clear the concept the example is intented to show. - Move some common example functionality to the example utility file. Change-Id: I858e0dbf72fe8cb40a05bfdbb0857720ffb71c7f
* Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
| | | | | | | | | Remove line containing comment - # vim: tabstop=4 shiftwidth=4 softtabstop=4 Change-Id: I7581cc88b8de433d5609ed06c6570b0b45c13573 Closes-Bug:#1229324
* Fix misspellingsStanislav Kudriashev2013-12-101-2/+2
| | | | Change-Id: I6f332f01d197c6ba1b02de1145714718f8aea6fb
* Add more comments that explain example & usageJoshua Harlow2013-10-111-0/+186
Change-Id: I049b47e56d7f859c9b339d4557d4d292b33f2f74