From 076be6ffd69ea8d21b53c6d1b9eec47df9a00281 Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Fri, 25 Nov 2016 09:56:29 +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/7c2de9e833cbaf2a6211bb42f1928654 Change-Id: I0517744d69edad0c2f80f3102353f91ff8e26a47 --- README.rst | 9 +++++++++ doc/source/index.rst | 1 - doc/source/readme.rst | 1 - 3 files changed, 9 insertions(+), 2 deletions(-) delete mode 100644 doc/source/readme.rst diff --git a/README.rst b/README.rst index 637cfd12..dc374577 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,12 @@ +======================== +Team and repository tags +======================== + +.. image:: http://governance.openstack.org/badges/keystone-specs.svg + :target: http://governance.openstack.org/reference/tags/index.html + +.. Change things from this point on + ================================= OpenStack Identity Specifications ================================= diff --git a/doc/source/index.rst b/doc/source/index.rst index a8dab0e7..3b097f63 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -9,7 +9,6 @@ Project Documentation: .. toctree:: :maxdepth: 1 - README Specification Template keystone diff --git a/doc/source/readme.rst b/doc/source/readme.rst deleted file mode 100644 index a6210d3d..00000000 --- a/doc/source/readme.rst +++ /dev/null @@ -1 +0,0 @@ -.. include:: ../../README.rst