Skip to content

Commit 0ff7bdd

Browse files
aaronayres35Poruri Sai Rahul
andauthored
Mention Undo is deprecated in docs (#278) (#279)
* add a warning to the undo section of the documentation mentioning the deprecation and refering to pyface.undo * Update docs/source/undo/Introduction.rst Co-authored-by: Poruri Sai Rahul <[email protected]> Co-authored-by: Poruri Sai Rahul <[email protected]> Co-authored-by: Poruri Sai Rahul <[email protected]>
1 parent 9f5f428 commit 0ff7bdd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/undo/Introduction.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Undo Framework
22
==============
33

4+
.. warning::
5+
apptools.undo has been deprecated and moved to
6+
`Pyface <https://github.com/enthought/pyface>`_. It will be removed in a
7+
future release. Please use `pyface.undo <https://docs.enthought.com/pyface/undo.html>`_
8+
instead.
9+
410
The Undo Framework is a component of the Enthought Tool Suite that provides
511
developers with an API that implements the standard pattern for do/undo/redo
612
commands.

0 commit comments

Comments
 (0)