catkin / catkin_tools

Command line tools for working with catkin
Apache License 2.0
163 stars 146 forks source link

Documentation: Link to verbs/catkin_test.rst in index.rst #704

Closed meyerj closed 2 years ago

meyerj commented 2 years ago

For some reason the new test verb (#676, documented at verbs/catkin_test.rst) is not showing up in the documentation hosted at https://catkin-tools.readthedocs.io/en/latest/index.html:

image

The page https://catkin-tools.readthedocs.io/en/stable/verbs/catkin_test.html does not exist.

Not sure whether this patch alone would fix it? The table of contents references all verbs using globbing:

.. toctree::
   :name: tocverbs
   :caption: Verb Details
   :glob:
   :hidden:
   :maxdepth: 2
   verbs/*