Merge "Expand README and clean up intro to sphinx docs"
This commit is contained in:
commit
fa759a0165
12
README.rst
12
README.rst
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user