@@ -43,9 +43,9 @@ Unreleased
4343* ``MoveItPlanner ``: ``inverse_kinematics `` takes now instance of ``Configuration `` and ``robot ``
4444* Property :class: `compas_fab.robots.Robot.artist ` does not try to scale robot
4545 geometry if links and/or joints are not defined.
46- * In :class: `` compas_fab.robots.constraints.JointConstraint` `, added ``tolerance_above `` and
46+ * In :class: `compas_fab.robots.constraints.JointConstraint `, added ``tolerance_above `` and
4747 ``tolerance_below `` for allowing asymmetrical constraints.
48- * In :class: `` compas_fab.robots.Robot` `, changed the ``constraints_from_configuration ``
48+ * In :class: `compas_fab.robots.Robot `, changed the ``constraints_from_configuration ``
4949 function with ``tolerances_above `` and ``tolerances_below ``.
5050* :meth: `compas_fab.robots.CollisionMesh.scale ` now takes a scale factor
5151 instead of a :class: `compas.geometry.Scale ` instance as an argument.
@@ -82,7 +82,7 @@ Unreleased
8282* Added ``attach_tool ``, ``detach_tool ``, ``draw_attached_tool ``, ``from_tool0_to_attached_tool `` and ``from_attached_tool_to_tool0 `` to ``Robot ``
8383* Added ``attach_tool `` and ``detach_tool `` to ``Artist ``
8484* Added ``add_attached_tool `` and ``remove_attached_tool `` to ``PlanningScene ``
85- * Added redraw/clear layer support to ` RobotArtist ` for Rhino
85+ * Added redraw/clear layer support to :class: ` ~compas_fab.rhino. RobotArtist ` for Rhino
8686* Added material/color support for DAE files on ROS file loader
8787
8888**Changed **
@@ -92,7 +92,7 @@ Unreleased
9292**Fixed **
9393
9494* Fixed mutable init parameters of ``Configuration ``, ``JointTrajectoryPoint ``, ``JointTrajectory `` and ``Robot.basic ``.
95- * Fixed interface of ` RobotArtist ` for Blender
95+ * Fixed interface of :class: ` ~compas_fab.blender. RobotArtist ` for Blender
9696* Fixed DAE parsing of meshes with multiple triangle sets
9797
98980.9.0
@@ -220,7 +220,7 @@ Unreleased
220220
221221**Deprecated **
222222
223- * The aliases for ``Frame `` and ``Transformation `` will be removed, in the future, import directly from `compas ` core.
223+ * The aliases for ``Frame `` and ``Transformation `` will be removed, in the future, import directly from `` compas ` ` core.
224224
2252250.4.0
226226----------
0 commit comments