diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-04-10 17:26:57 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-04-10 17:26:57 +0000 |
commit | 04eba07c675435ea9290f6365c41103a291359a3 (patch) | |
tree | ed293752e9697217d542e154b8fd6cb43950080b | |
parent | 87d4e4c7803fec8ef1db0619159557c44597f635 (diff) | |
parent | 198a9e7cf70604552e23b5a262f9fc261298ce83 (diff) | |
download | oslo-db-04eba07c675435ea9290f6365c41103a291359a3.tar.gz |
Merge "Add pypi download + version badges"1.8.0
-rw-r--r-- | README.rst | 11 | ||||
-rw-r--r-- | doc/source/index.rst | 24 |
2 files changed, 25 insertions, 10 deletions
@@ -2,7 +2,16 @@ 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 * Documentation: http://docs.openstack.org/developer/oslo.db diff --git a/doc/source/index.rst b/doc/source/index.rst index 5e96766..2be70dd 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,25 +1,31 @@ -========= - oslo.db -========= +=================================== +Welcome to oslo.db's documentation! +=================================== -The Oslo database handling library. Provides database connectivity -to the different backends and helper utils. - -Contents --------- +The `oslo`_ db (database) handling library, it provides database connectivity +to different database backends and various other helper utils. .. toctree:: :maxdepth: 2 installation usage - api/index contributing history +API Documentation +================= + +.. toctree:: + :maxdepth: 2 + + api/index + Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` * :ref:`search` + +.. _oslo: https://wiki.openstack.org/wiki/Oslo |