summaryrefslogtreecommitdiff
path: root/docs/tutorials/cmf/workflow.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-29 02:22:50 -0500
committerChris McDonough <chrism@plope.com>2010-12-29 02:22:50 -0500
commit7e9d3c17bc2fbd4841dbf58509ddd75028971dd9 (patch)
tree3687fda8ac9d4701188a9da62ccdd202806c8ab2 /docs/tutorials/cmf/workflow.rst
parentae4a242a4f161f8cbc95d6e66ad67ec6d1dd2ada (diff)
downloadpyramid-7e9d3c17bc2fbd4841dbf58509ddd75028971dd9.tar.gz
pyramid-7e9d3c17bc2fbd4841dbf58509ddd75028971dd9.tar.bz2
pyramid-7e9d3c17bc2fbd4841dbf58509ddd75028971dd9.zip
- The (weak) "Converting a CMF Application to Pyramid" tutorial has been
removed from the tutorials section. It was moved to the ``pyramid_tutorials`` Github repository.
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.
-