diff options
| author | Chris McDonough <chrism@plope.com> | 2010-10-25 21:41:46 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-10-25 21:41:46 -0400 |
| commit | eaaa8855d88eedb2ad4fef435e7473022504485e (patch) | |
| tree | 90a1e05181c607431935d81c5dabf7421d0969f3 /docs/tutorials/cmf/workflow.rst | |
| parent | 7c697c55324a1624c013e1285734aa687964d690 (diff) | |
| download | pyramid-eaaa8855d88eedb2ad4fef435e7473022504485e.tar.gz pyramid-eaaa8855d88eedb2ad4fef435e7473022504485e.tar.bz2 pyramid-eaaa8855d88eedb2ad4fef435e7473022504485e.zip | |
convert more docs from bfg to pyramid
Diffstat (limited to 'docs/tutorials/cmf/workflow.rst')
| -rw-r--r-- | docs/tutorials/cmf/workflow.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/cmf/workflow.rst b/docs/tutorials/cmf/workflow.rst index ff9527591..35cf552d2 100644 --- a/docs/tutorials/cmf/workflow.rst +++ b/docs/tutorials/cmf/workflow.rst @@ -7,7 +7,7 @@ Workflow In CMF, the "workflow tool" allows developers to design state machines which imply transition between content states. -:mod:`repoze.bfg` itself has no such concept, but the +:mod:`pyramid` itself has no such concept, but the :term:`repoze.workflow` package provides a simple state machine implementation that can act as a barebones workflow tool. See its documentation for more information. |
