Skip to content

Commit 02fa078

Browse files
committed
fixed a few warnings in primer.rst
1 parent 16cadab commit 02fa078

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/primer.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ For example, this::
166166
Will actually create 4 circles, because ``vertices()`` selects 4 vertices of a rectangular face, and the ``circle()`` method
167167
iterates on each member of the stack.
168168

169-
This is really useful to remember when you author your own plugins. :py:meth:`cadquery.cq.Workplane.each` is useful for this purpose.
169+
This is really useful to remember when you author your own plugins. :py:meth:`cadquery.Workplane.each` is useful for this purpose.
170170

171171
CadQuery API layers
172172
---------------------------
@@ -284,6 +284,8 @@ Below is presented the different ways you can interact with the different API la
284284
Fluent API <=> Direct API
285285
-------------------------
286286

287+
.. currentmodule:: cadquery
288+
287289
Here are all the possibilities you have to get an object from the Direct API (i.e a topological object).
288290

289291
You can end the Fluent API call chain and get the last object on the stack with :py:meth:`Workplane.val` alternatively you can get all

0 commit comments

Comments
 (0)