diff --git a/docs/source/undo/Introduction.rst b/docs/source/undo/Introduction.rst index 89dee28d6..0f6ac30d3 100644 --- a/docs/source/undo/Introduction.rst +++ b/docs/source/undo/Introduction.rst @@ -1,6 +1,12 @@ Undo Framework ============== +.. warning:: + apptools.undo has been deprecated and moved to + `Pyface `_. It will be removed in a + future release. Please use `pyface.undo `_ + instead. + The Undo Framework is a component of the Enthought Tool Suite that provides developers with an API that implements the standard pattern for do/undo/redo commands.