From ee7f07f81ec442fa5c1df91bc3155c963619c7c8 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Wed, 8 Apr 2015 15:28:19 -0700 Subject: [PATCH] Mention link to states doc in notify state transitions Change-Id: I4d1c12421a48c72431dad57c5a9e42094123ec2a --- doc/source/notifications.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/notifications.rst b/doc/source/notifications.rst index aa42d6b9e..a8924b6cf 100644 --- a/doc/source/notifications.rst +++ b/doc/source/notifications.rst @@ -14,8 +14,8 @@ Overview ======== Engines provide a way to receive notification on task and flow state -transitions, which is useful for monitoring, logging, metrics, debugging -and plenty of other tasks. +transitions (see :doc:`states `), which is useful for +monitoring, logging, metrics, debugging and plenty of other tasks. To receive these notifications you should register a callback with an instance of the :py:class:`~taskflow.types.notifier.Notifier`