caoyuan 96633f3b92 Replace git.openstack.org URLs with opendev.org URLs
1. Replace git.openstack.org URLs with opendev.org URLs
2. Remove unncessary "=="

Change-Id: I788df8332b620cd914c9c5cffdd88e2dcf31e045
2019-05-22 14:58:13 +08:00

26 lines
765 B
ReStructuredText

=========================================
Tooz -- Distributed System Helper Library
=========================================
The Tooz project aims at centralizing the most common distributed primitives
like group membership protocol, lock service and leader election by providing
a coordination API helping developers to build distributed applications. [#f1]_
.. toctree::
:maxdepth: 2
install/index
user/index
reference/index
.. rubric:: Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. [#f1] It should be noted that even though it is designed with OpenStack
integration in mind, and that is where most of its *current*
integration is it aims to be generally usable and useful in any
project.