Expand README and clean up intro to sphinx docs

Expand the description of the library in the README and the introduction
in the sphinx documentation.

Change-Id: Iab72b27f37e589eaaf354b93271d366285b97f71
This commit is contained in:
Doug Hellmann 2015-09-24 18:47:45 +00:00
parent ec697e0235
commit 9102073850
2 changed files with 16 additions and 8 deletions

View File

@ -1,6 +1,6 @@
===================================
oslo.service
===================================
========================================================
oslo.service -- Library for running OpenStack services
========================================================
.. image:: https://img.shields.io/pypi/v/oslo.service.svg
:target: https://pypi.python.org/pypi/oslo.service/
@ -10,7 +10,11 @@ oslo.service
:target: https://pypi.python.org/pypi/oslo.service/
:alt: Downloads
Library for running OpenStack services
oslo.service provides a framework for defining new long-running
services using the patterns established by other OpenStack
applications. It also includes utilities long-running applications
might need for working with SSL or WSGI, performing periodic
operations, interacting with systemd, etc.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/oslo.service

View File

@ -1,8 +1,12 @@
========================================
Welcome to oslo.service's documentation!
========================================
========================================================
oslo.service -- Library for running OpenStack services
========================================================
Library for running OpenStack services
oslo.service provides a framework for defining new long-running
services using the patterns established by other OpenStack
applications. It also includes utilities long-running applications
might need for working with SSL or WSGI, performing periodic
operations, interacting with systemd, etc.
.. toctree::
:maxdepth: 2