Minor improvements to docs job output

Change-Id: I5523d430d4d3eeb771da931f62cb4cc1936e313b
This commit is contained in:
Tristan Cacqueray 2015-09-13 09:36:19 -04:00
parent 198c585956
commit 5fe5d0a0b8
2 changed files with 2 additions and 1 deletions

View File

@ -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 }}>`_

View File

@ -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