From 8c3fa47ba8ecddd27e7ad4b0f1d289da74c90544 Mon Sep 17 00:00:00 2001 From: Ben Kiel Date: Fri, 25 Oct 2019 18:27:01 -0500 Subject: [PATCH] checkAxis and checkDefault were removed in 3.27.0 --- Doc/source/designspaceLib/scripting.rst | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Doc/source/designspaceLib/scripting.rst b/Doc/source/designspaceLib/scripting.rst index 63235eec0..8e07ab149 100644 --- a/Doc/source/designspaceLib/scripting.rst +++ b/Doc/source/designspaceLib/scripting.rst @@ -221,23 +221,6 @@ Saving path = "myprototype.designspace" doc.write(path) -************************ -Reading old designspaces -************************ - -Old designspace files might not contain ``axes`` definitions. This is -how you reconstruct the axes from the extremes of the source locations - -.. code:: python - - doc.checkAxes() - -This is how you check the default font. - -.. code:: python - - doc.checkDefault() - *********** Generating? ***********