Skip to main content

Sphinx extension to document ROS packages.

Project description

PyPi version PyPi downloads per month Documentation Status

This extension adds reStructuredText directives that can be used to document ROS packages.

Usage

Include the extension in your conf.py file. If you have no extensions yet, use:

extensions = ['sphinx_ros']

Otherwise use:

extensions.append('sphinx_ros')

This adds the ros domain to Sphinx, and allows you to use the directives defined in this extension, e.g. .. ros:package::, .. ros:message:: et cetera.

A minimal example:

.. ros:package:: foo_bar_package

.. ros:message:: foo

  :msg_param bar: The bar included in foo.
  :msg_paramtype bar: :ros:msg:`int16`

See the docs for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx-ros-0.1.0rc0.tar.gz (7.4 MB view hashes)

Uploaded Source

Built Distribution

sphinx_ros-0.1.0rc0-py2-none-any.whl (10.9 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page