From 15d2fbfeb9987f0a55831bc9dbf77733b23c44fb Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sat, 9 Apr 2016 16:36:13 +0200 Subject: [PATCH] Update documentation for fingerHolesAt() -> FingerHoles change --- documentation/src/Boxes.rst | 9 ++++++++- documentation/src/edges.rst | 4 +++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/documentation/src/Boxes.rst b/documentation/src/Boxes.rst index 5a54dd8..4709cea 100644 --- a/documentation/src/Boxes.rst +++ b/documentation/src/Boxes.rst @@ -151,12 +151,19 @@ coordinates passed as parameters. All of them are either som sort of hole or text. These artefacts are placed somewhere independently of some continuous outline of the part their on. -.. automethod:: boxes.Boxes.fingerHolesAt .. automethod:: boxes.Boxes.hole .. automethod:: boxes.Boxes.rectangularHole .. automethod:: boxes.Boxes.text .. automethod:: boxes.Boxes.NEMA +An instance of + +.. autoclass:: boxes.edges.FingerHoles + :noindex: + +is accessible as **Boxes.fingerHolesAt**. + + Hexagonal Hole patterns ....................... diff --git a/documentation/src/edges.rst b/documentation/src/edges.rst index 883d2eb..4b00ddd 100644 --- a/documentation/src/edges.rst +++ b/documentation/src/edges.rst @@ -67,10 +67,12 @@ useful for inner walls. In addition there is -.. automethod:: boxes.Boxes.fingerHolesAt +.. autoclass:: boxes.edges.FingerHoles which is no Edge but fits ``FingerJointEdge``. +An instance of is accessible as **Boxes.fingerHolesAt**. + Finger Joint Settings .....................