From 33c6dcbb69fca6b2ca528514da62f61b0d5f78d6 Mon Sep 17 00:00:00 2001 From: Sergio Merino Alonso Date: Sat, 21 Oct 2023 20:31:11 +0100 Subject: [PATCH 1/2] Fix "Using Point Lists" example API reference In the example "Using Point Lists" the `pushPoints` method is used. That method should be referenced in the "API reference" section instead of the `points`. --- doc/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples.rst b/doc/examples.rst index 1fdd1c8a9..aa107a065 100644 --- a/doc/examples.rst +++ b/doc/examples.rst @@ -199,7 +199,7 @@ like :py:meth:`Workplane.circle` and :py:meth:`Workplane.rect`, will operate on .. hlist:: :columns: 2 - * :py:meth:`Workplane.points` **!** + * :py:meth:`Workplane.pushPoints` **!** * :py:meth:`Workplane` * :py:meth:`Workplane.circle` * :py:meth:`Workplane.extrude` From 8494c1c440dc91a1453ac4aa57a29330204fdca4 Mon Sep 17 00:00:00 2001 From: Sergio Merino Alonso Date: Sat, 21 Oct 2023 20:51:24 +0100 Subject: [PATCH 2/2] Fix "Copying Workplanes" example markdown typo There is a missing ":" in the "API reference" hlist that make the section look empty --- doc/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples.rst b/doc/examples.rst index aa107a065..3539c7d26 100644 --- a/doc/examples.rst +++ b/doc/examples.rst @@ -526,7 +526,7 @@ An existing CQ object can copy a workplane from another CQ object. .. topic:: API References - .. hlist: + .. hlist:: :columns: 2 * :py:meth:`Workplane.copyWorkplane` **!**