summaryrefslogtreecommitdiff
path: root/docs/tutorials/cmf/workflow.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/cmf/workflow.rst')
-rw-r--r--docs/tutorials/cmf/workflow.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/tutorials/cmf/workflow.rst b/docs/tutorials/cmf/workflow.rst
deleted file mode 100644
index cc70d771a..000000000
--- a/docs/tutorials/cmf/workflow.rst
+++ /dev/null
@@ -1,14 +0,0 @@
-.. _workflow_chapter:
-
-========
-Workflow
-========
-
-In CMF, the "workflow tool" allows developers to design state machines
-which imply transition between content states.
-
-:app:`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.
-