Skip to content

Commit

Permalink
[doc] mocks supporting the action module (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Apr 28, 2019
1 parent 003ece1 commit 7c0360e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .settings/org.eclipse.core.resources.prefs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
eclipse.preferences.version=1
encoding//doc/conf.py=utf-8
encoding//py_trees_ros/actions.py=utf-8
encoding//py_trees_ros/battery.py=utf-8
encoding//py_trees_ros/blackboard.py=utf-8
Expand Down
12 changes: 7 additions & 5 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'py_trees': ('https://py-trees.readthedocs.io/en/release-1.1.x', None),
'py_trees': ('https://py-trees.readthedocs.io/en/release-1.2.x', None),
'rclpy': ('http://docs.ros2.org/crystal/api/rclpy/', None),
}

Expand Down Expand Up @@ -161,10 +161,12 @@


MOCK_MODULES = [
'rclpy', 'rclpy.executors', 'rclpy.expand_topic_name',
'rclpy.node', 'rclpy.qos', 'rclpy.time',
'py_trees_ros_interfaces', 'py_trees_ros_interfaces.msg',
'py_trees_ros_interfaces.srv',
'action_msgs', 'action_msgs.msg',
'py_trees_ros_interfaces', 'py_trees_ros_interfaces.action',
'py_trees_ros_interfaces.msg', 'py_trees_ros_interfaces.srv',
'rclpy', 'rclpy.action', 'rclpy.callback_groups', 'rclpy.executors',
'rclpy.expand_topic_name', 'rclpy.node', 'rclpy.parameter',
'rclpy.qos', 'rclpy.time',
'ros2topic', 'ros2topic.api',
'sensor_msgs', 'sensor_msgs.msg',
'std_msgs', 'std_msgs.msg',
Expand Down

0 comments on commit 7c0360e

Please sign in to comment.