diff --git a/doc/diagrams/tasks.graffle.tgz b/doc/diagrams/tasks.graffle.tgz new file mode 100644 index 00000000..c014c0c1 Binary files /dev/null and b/doc/diagrams/tasks.graffle.tgz differ diff --git a/doc/source/atoms.rst b/doc/source/atoms.rst index 2b7c9d95..f71fa601 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 00000000..cca91f99 Binary files /dev/null and b/doc/source/img/tasks.png differ