Add pypi download + version badges

Also makes the docs look more like the other
oslo libraries so that the content is easily readable
across projects.

Change-Id: I7b048bc4425197f87436281dd5e46619390c3f43
This commit is contained in:
Joshua Harlow 2015-04-07 09:16:21 -07:00 committed by Joshua Harlow
parent fe84d2a4ab
commit d04cf66a06
3 changed files with 17 additions and 10 deletions

View File

@ -2,7 +2,15 @@
oslo.concurrency
==================
Oslo concurrency library has utilities for safely running multi-thread,
.. image:: https://pypip.in/version/oslo.concurrency/badge.svg
:target: https://pypi.python.org/pypi/oslo.concurrency/
:alt: Latest Version
.. image:: https://pypip.in/download/oslo.concurrency/badge.svg?period=month
:target: https://pypi.python.org/pypi/oslo.concurrency/
:alt: Downloads
The oslo.concurrency library has utilities for safely running multi-thread,
multi-process applications using locking mechanisms and for running
external processes.

View File

@ -1,16 +1,14 @@
.. oslo.concurrency documentation master file, created by
sphinx-quickstart on Tue Jul 9 22:26:36 2013.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
============================================
Welcome to oslo.concurrency's documentation!
============================================
==================
oslo.concurrency
==================
The `oslo`_ concurrency library has utilities for safely running multi-thread,
multi-process applications using locking mechanisms and for running
external processes.
.. toctree::
:maxdepth: 1
readme
installation
usage
contributing
@ -30,3 +28,5 @@ Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. _oslo: https://wiki.openstack.org/wiki/Oslo

View File

@ -1 +0,0 @@
.. include:: ../../README.rst