summaryrefslogtreecommitdiff
path: root/docs/tutorials/cmf/workflow.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-29 13:57:54 -0500
committerChris McDonough <chrism@plope.com>2010-12-29 13:57:54 -0500
commit7f14c3750dcf2b79e9146b0a3750af307fd1a86b (patch)
tree198d67733a6303f3ce0c8f17e3938d0619f37ed2 /docs/tutorials/cmf/workflow.rst
parentfcfc5aebc259fa34d8d2313adde7c2f57bab2e53 (diff)
parent581a401c26047a6cddb6521393de4030ce0a962a (diff)
downloadpyramid-7f14c3750dcf2b79e9146b0a3750af307fd1a86b.tar.gz
pyramid-7f14c3750dcf2b79e9146b0a3750af307fd1a86b.tar.bz2
pyramid-7f14c3750dcf2b79e9146b0a3750af307fd1a86b.zip
Merge branch 'master' into viewderiver
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.
-