Skip to content

Commit d127139

Browse files
author
Arnaud Degroote
committed
[doc] Add some link to the middleware documentation
1 parent 239807f commit d127139

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/tools/generate_doc

+2-1
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,8 @@ def generate_matrix(filename):
596596
actuators_list.sort()
597597

598598
first_line = ['Features']
599-
first_line.extend(datastreams)
599+
link_datastreams = [':doc:`' + d + ' <middlewares/' + d + '>`' for d in datastreams]
600+
first_line.extend(link_datastreams)
600601
add_csv_line(out, first_line)
601602
add_csv_line(out, ['Communications,'])
602603
add_csv_line(out, ['``Datastreams``', '✔', '✔', '✔ (ports)', '✔ (topics)', '✔ (posters)', '✔ (database)'])

0 commit comments

Comments
 (0)