Merge "Warn about internal helper/utility usage"

This commit is contained in:
Jenkins
2014-06-01 22:19:56 +00:00
committed by Gerrit Code Review

View File

@@ -2,23 +2,14 @@
Utils
-----
There are various helper utils that are part of TaskFlows internal usage (and
external/public usage of these helpers should be kept to a minimum as these
utility functions may be altered more often in the future).
.. warning::
External usage
==============
External usage of internal helpers and other internal utility functions
and modules should be kept to a *minimum* as these may be altered,
refactored or moved *without* notice.
The following classes and modules are *recommended* for external usage:
The following classes and modules though may be used:
.. autoclass:: taskflow.utils.misc.Failure
:members:
.. autoclass:: taskflow.utils.eventlet_utils.GreenExecutor
:members:
.. autofunction:: taskflow.utils.persistence_utils.temporary_log_book
.. autofunction:: taskflow.utils.persistence_utils.temporary_flow_detail
.. autofunction:: taskflow.utils.persistence_utils.pformat
.. automodule:: taskflow.utils.persistence_utils