Skip to content

Commit cbfd3d1

Browse files
committed
twist docstrings
1 parent 531e488 commit cbfd3d1

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

docs/source/2d_pose_twist.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
se(2) twist
22
^^^^^^^^^^^
33

4-
.. autoclass:: spatialmath.Twist2
4+
.. autoclass:: spatialmath.twist.Twist2
55
:members:
66
:undoc-members:
77
:show-inheritance:

docs/source/3d_pose_twist.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
se(3) twist
22
^^^^^^^^^^^
33

4-
.. autoclass:: spatialmath.Twist3
4+
.. autoclass:: spatialmath.twist.Twist3
55
:members:
66
:undoc-members:
77
:show-inheritance:

spatialmath/twist.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -658,12 +658,6 @@ def RPY(cls, *pos, **kwargs):
658658
659659
Example:
660660
661-
.. runblock:: pycon
662-
663-
>>> from spatialmath import Twist3
664-
>>> Twist3.Rx(0.3)
665-
>>> Twist3.Rx([0.3, 0.4])
666-
667661
.. runblock:: pycon
668662
669663
>>> from spatialmath import Twist3

0 commit comments

Comments
 (0)