From b300f79e38872dd8c9334d1cf3b51e5c3e39dfd5 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 24 Sep 2015 20:45:26 +0000 Subject: [PATCH] Make readme and documentation titles consistent Change-Id: Ic667d7d7a4cb4a0fb3e6d15cc243f89b510386db --- README.rst | 11 ++++++----- doc/source/index.rst | 13 ++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index c117cd2..ee40d27 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -========= - oslo.db -========= +=============================================== + oslo.db -- OpenStack Database Pattern Library +=============================================== .. image:: https://img.shields.io/pypi/v/oslo.db.svg :target: https://pypi.python.org/pypi/oslo.db/ @@ -10,8 +10,9 @@ :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. +The oslo db (database) handling library, 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 2be70dd..5a03c80 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,9 +1,10 @@ -=================================== -Welcome to oslo.db's documentation! -=================================== +=============================================== + oslo.db -- OpenStack Database Pattern Library +=============================================== -The `oslo`_ db (database) handling library, it provides database connectivity -to different database backends and various other helper utils. +The oslo.db (database) handling library, provides database +connectivity to different database backends and various other helper +utils. .. toctree:: :maxdepth: 2 @@ -27,5 +28,3 @@ Indices and tables * :ref:`genindex` * :ref:`modindex` * :ref:`search` - -.. _oslo: https://wiki.openstack.org/wiki/Oslo