Doing this is useful since we lack human-readable web pages to point to when answering the question: "What repositories are under OpenStack TC's governance charter?" Change-Id: I5672a7f0ce3de32d8fc0577fee8354552d2962ce
12 lines
345 B
ReStructuredText
12 lines
345 B
ReStructuredText
.. -*- mode: rst -*-
|
|
|
|
.. This template renders a table showing repositories under the maintainership of the OpenStack Technical Committee
|
|
|
|
.. list-table::
|
|
:align: left
|
|
:header-rows: 1
|
|
|
|
- * Repository
|
|
{%- for line in data['Technical Committee'] %}
|
|
- * `{{ line['repo'] }} <https://opendev.org/{{ line['repo'] }}>`_
|
|
{%- endfor %} |