ros-infrastructure / rosdoc2

Command-line tool for generating documentation for ROS 2 packages.
Apache License 2.0
29 stars 9 forks source link

rosdoc2 is not actually published on PyPI as claimed #35

Closed rkent closed 2 years ago

rkent commented 2 years ago

README.md says:

Installation

rosdoc2 is published on PyPI and can be installed from there:

$ pip install -U rosdoc2

It is not, in fact, published on PyPI, you have to clone a local copy and install with pip instead.

We need to either get it on PyPI or change the instructions.