Minor improvements to docs job output
Change-Id: I5523d430d4d3eeb771da931f62cb4cc1936e313b
This commit is contained in:
parent
198c585956
commit
5fe5d0a0b8
@ -1,7 +1,7 @@
|
|||||||
{{ election.capitalize() }} PTL Candidates
|
{{ election.capitalize() }} PTL Candidates
|
||||||
======================
|
======================
|
||||||
{% for project in projects %}{% if project != 'TC' %}
|
{% for project in projects %}{% if project != 'TC' %}
|
||||||
* `{{ project.replace('_', ' ') }} <http://git.openstack.org/cgit/openstack/election/plain/candidates/{{ election }}/{{ project }}>`_
|
* {{ project.replace('_', ' ') }}
|
||||||
|
|
||||||
{% for candidate in candidates[project] %}
|
{% for candidate in candidates[project] %}
|
||||||
* `{{ candidate.split('/')[-1][:-4].replace('_', ' ').title() }} <http://git.openstack.org/cgit/openstack/election/plain/{{ candidate }}>`_
|
* `{{ candidate.split('/')[-1][:-4].replace('_', ' ').title() }} <http://git.openstack.org/cgit/openstack/election/plain/{{ candidate }}>`_
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
====================
|
====================
|
||||||
|
|
||||||
This page track OpenStack Elections candidates list.
|
This page track OpenStack Elections candidates list.
|
||||||
|
Below is the official list of candidates for the current round.
|
||||||
|
|
||||||
.. include:: ./candidates/ptl.rst
|
.. include:: ./candidates/ptl.rst
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user