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:
parent
fe84d2a4ab
commit
d04cf66a06
10
README.rst
10
README.rst
@ -2,7 +2,15 @@
|
|||||||
oslo.concurrency
|
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
|
multi-process applications using locking mechanisms and for running
|
||||||
external processes.
|
external processes.
|
||||||
|
|
||||||
|
@ -1,16 +1,14 @@
|
|||||||
.. oslo.concurrency documentation master file, created by
|
============================================
|
||||||
sphinx-quickstart on Tue Jul 9 22:26:36 2013.
|
Welcome to oslo.concurrency's documentation!
|
||||||
You can adapt this file completely to your liking, but it should at least
|
============================================
|
||||||
contain the root `toctree` directive.
|
|
||||||
|
|
||||||
==================
|
The `oslo`_ concurrency library has utilities for safely running multi-thread,
|
||||||
oslo.concurrency
|
multi-process applications using locking mechanisms and for running
|
||||||
==================
|
external processes.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
readme
|
|
||||||
installation
|
installation
|
||||||
usage
|
usage
|
||||||
contributing
|
contributing
|
||||||
@ -30,3 +28,5 @@ Indices and tables
|
|||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
* :ref:`modindex`
|
* :ref:`modindex`
|
||||||
* :ref:`search`
|
* :ref:`search`
|
||||||
|
|
||||||
|
.. _oslo: https://wiki.openstack.org/wiki/Oslo
|
||||||
|
@ -1 +0,0 @@
|
|||||||
.. include:: ../../README.rst
|
|
Loading…
Reference in New Issue
Block a user