From d90b93a49dfac9fb65fb19e3df850fa2b7f7435b Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Thu, 7 Feb 2019 17:43:14 +0100 Subject: [PATCH] Remove now private method from docs --- documentation/src/Boxes.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/documentation/src/Boxes.rst b/documentation/src/Boxes.rst index e6a9b4b..4784711 100644 --- a/documentation/src/Boxes.rst +++ b/documentation/src/Boxes.rst @@ -142,7 +142,6 @@ Navigation ---------- .. automethod:: boxes.Boxes.moveTo .. automethod:: boxes.Boxes.moveArc -.. automethod:: boxes.Boxes.continueDirection **Boxes.ctx.save()** allows to save (among other things) the current position. **Boxes.ctx.restore()** restores the previously saved state. Always make sure