From 5fe5d0a0b8bcd2b7da175fe61106c8095b9ceefc Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Sun, 13 Sep 2015 09:36:19 -0400 Subject: [PATCH] Minor improvements to docs job output Change-Id: I5523d430d4d3eeb771da931f62cb4cc1936e313b --- doc/source/_exts/ptl.jinja | 2 +- doc/source/index.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/_exts/ptl.jinja b/doc/source/_exts/ptl.jinja index 8aa55b79..daddda52 100644 --- a/doc/source/_exts/ptl.jinja +++ b/doc/source/_exts/ptl.jinja @@ -1,7 +1,7 @@ {{ election.capitalize() }} PTL Candidates ====================== {% for project in projects %}{% if project != 'TC' %} -* `{{ project.replace('_', ' ') }} `_ +* {{ project.replace('_', ' ') }} {% for candidate in candidates[project] %} * `{{ candidate.split('/')[-1][:-4].replace('_', ' ').title() }} `_ diff --git a/doc/source/index.rst b/doc/source/index.rst index b0b6d6ff..dfc40610 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -3,6 +3,7 @@ ==================== This page track OpenStack Elections candidates list. +Below is the official list of candidates for the current round. .. include:: ./candidates/ptl.rst