From 8c2e769d7e5abe0e3ecb9e02433caaf54a54758c Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Thu, 24 Nov 2016 11:59:03 +0100 Subject: [PATCH] Show team and repo badges on README This patch adds the team's and repository's badges to the README file. The motivation behind this is to communicate the project status and features at first glance. For more information about this effort, please read this email thread: http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html To see an example of how this would look like check: https://gist.github.com/c7736667911fe912a3d8118fb28e8667 Change-Id: I7587e825a0be26097b143ce31786b7b83cfabbd7 --- README.rst | 3 +++ setup.cfg | 1 + 2 files changed, 4 insertions(+) diff --git a/README.rst b/README.rst index ba6bc88..6b6a411 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,9 @@ Reno is a release notes manager for storing release notes in a git repository and then building documentation from them. +.. image:: http://governance.openstack.org/badges/reno.svg + :target: http://governance.openstack.org/reference/tags/index.html + Project Meta-data ================= diff --git a/setup.cfg b/setup.cfg index 98333b1..09187ec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,6 +31,7 @@ console_scripts = [extras] sphinx = sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 + docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain [build_sphinx] source-dir = doc/source