diff --git a/doc/source/index.rst b/doc/source/index.rst index c82afed..f88bdfb 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,11 +1,13 @@ ============================================================= - tooz -- Distributed System Helper Library + 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. -Contents: +a coordination API helping developers to build distributed applications. [#f1]_ + +Contents +======== .. toctree:: :glob: @@ -21,3 +23,8 @@ 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. diff --git a/doc/source/install.rst b/doc/source/install.rst index 5592414..3070b4a 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -5,14 +5,14 @@ Installation Python Versions =============== -tooz is tested under Python 2.7 and 3.4. +Tooz is tested under Python 2.7 and 3.4. .. _install-basic: Basic Installation ================== -tooz should be installed into the same site-packages area where +Tooz should be installed into the same site-packages area where the application and extensions are installed (either a virtualenv or the global site-packages). You may need administrative privileges to do that. The easiest way to install it is using pip_:: @@ -28,7 +28,7 @@ or:: Download ======== -tooz releases are hosted on PyPI and can be downloaded from: +Tooz releases are hosted on PyPI and can be downloaded from: http://pypi.python.org/pypi/tooz Source Code