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: Idb17dd30403daa130176643f4609fdd7c61c076e
This commit is contained in:
parent
f749ad4362
commit
198a9e7cf7
11
README.rst
11
README.rst
@ -2,7 +2,16 @@
|
|||||||
oslo.db
|
oslo.db
|
||||||
=========
|
=========
|
||||||
|
|
||||||
Database connection library for OpenStack
|
.. image:: https://pypip.in/version/oslo.db/badge.svg
|
||||||
|
:target: https://pypi.python.org/pypi/oslo.db/
|
||||||
|
:alt: Latest Version
|
||||||
|
|
||||||
|
.. image:: https://pypip.in/download/oslo.db/badge.svg?period=month
|
||||||
|
:target: https://pypi.python.org/pypi/oslo.db/
|
||||||
|
:alt: Downloads
|
||||||
|
|
||||||
|
The oslo db (database) handling library, it provides database connectivity
|
||||||
|
to different database backends and various other helper utils.
|
||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Documentation: http://docs.openstack.org/developer/oslo.db
|
* Documentation: http://docs.openstack.org/developer/oslo.db
|
||||||
|
@ -1,25 +1,31 @@
|
|||||||
=========
|
===================================
|
||||||
oslo.db
|
Welcome to oslo.db's documentation!
|
||||||
=========
|
===================================
|
||||||
|
|
||||||
The Oslo database handling library. Provides database connectivity
|
The `oslo`_ db (database) handling library, it provides database connectivity
|
||||||
to the different backends and helper utils.
|
to different database backends and various other helper utils.
|
||||||
|
|
||||||
Contents
|
|
||||||
--------
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
installation
|
installation
|
||||||
usage
|
usage
|
||||||
api/index
|
|
||||||
contributing
|
contributing
|
||||||
history
|
history
|
||||||
|
|
||||||
|
API Documentation
|
||||||
|
=================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
api/index
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
* :ref:`modindex`
|
* :ref:`modindex`
|
||||||
* :ref:`search`
|
* :ref:`search`
|
||||||
|
|
||||||
|
.. _oslo: https://wiki.openstack.org/wiki/Oslo
|
||||||
|
Loading…
Reference in New Issue
Block a user