diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2015-08-07 18:28:07 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2015-08-10 16:42:59 -0700 |
commit | 61e6e7a7ecbbafd2e862390126aa3fc01a93417a (patch) | |
tree | f67438a82186b567f734eb24e972038df989e969 /doc | |
parent | 42837b0dfa840fc73380a1c86bf639ffe4c2d313 (diff) | |
download | taskflow-61e6e7a7ecbbafd2e862390126aa3fc01a93417a.tar.gz |
Add nicely made task structural diagram
Change-Id: Ib1c4c0f2378f11c10c3ca0ecf40b3a64daa1b697
Diffstat (limited to 'doc')
-rw-r--r-- | doc/diagrams/tasks.graffle.tgz | bin | 0 -> 99579 bytes | |||
-rw-r--r-- | doc/source/atoms.rst | 7 | ||||
-rw-r--r-- | doc/source/img/tasks.png | bin | 0 -> 241180 bytes |
3 files changed, 7 insertions, 0 deletions
diff --git a/doc/diagrams/tasks.graffle.tgz b/doc/diagrams/tasks.graffle.tgz Binary files differnew file mode 100644 index 0000000..c014c0c --- /dev/null +++ b/doc/diagrams/tasks.graffle.tgz diff --git a/doc/source/atoms.rst b/doc/source/atoms.rst index 2b7c9d9..f71fa60 100644 --- a/doc/source/atoms.rst +++ b/doc/source/atoms.rst @@ -29,6 +29,13 @@ it (they are *nearly* analogous to functions). These task objects all derive from :py:class:`~taskflow.task.BaseTask` which defines what a task must provide in terms of properties and methods. +**For example:** + +.. image:: img/tasks.png + :width: 525px + :align: left + :alt: Task outline. + Currently the following *provided* types of task subclasses are: * :py:class:`~taskflow.task.Task`: useful for inheriting from and creating your diff --git a/doc/source/img/tasks.png b/doc/source/img/tasks.png Binary files differnew file mode 100644 index 0000000..cca91f9 --- /dev/null +++ b/doc/source/img/tasks.png |