summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-08-07 18:28:07 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-08-10 16:42:59 -0700
commit61e6e7a7ecbbafd2e862390126aa3fc01a93417a (patch)
treef67438a82186b567f734eb24e972038df989e969 /doc
parent42837b0dfa840fc73380a1c86bf639ffe4c2d313 (diff)
downloadtaskflow-61e6e7a7ecbbafd2e862390126aa3fc01a93417a.tar.gz
Add nicely made task structural diagram
Change-Id: Ib1c4c0f2378f11c10c3ca0ecf40b3a64daa1b697
Diffstat (limited to 'doc')
-rw-r--r--doc/diagrams/tasks.graffle.tgzbin0 -> 99579 bytes
-rw-r--r--doc/source/atoms.rst7
-rw-r--r--doc/source/img/tasks.pngbin0 -> 241180 bytes
3 files changed, 7 insertions, 0 deletions
diff --git a/doc/diagrams/tasks.graffle.tgz b/doc/diagrams/tasks.graffle.tgz
new file mode 100644
index 0000000..c014c0c
--- /dev/null
+++ b/doc/diagrams/tasks.graffle.tgz
Binary files differ
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
new file mode 100644
index 0000000..cca91f9
--- /dev/null
+++ b/doc/source/img/tasks.png
Binary files differ