]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added inline literal tag.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 7 Feb 2014 23:48:45 +0000 (15:48 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 7 Feb 2014 23:48:45 +0000 (15:48 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/api/librados-intro.rst

index 25f16a828341e8de4a4dc9b86864add5b3754a9f..33b11193bf628705fc76a8ba4e9e8317c9b1d492 100644 (file)
@@ -56,11 +56,12 @@ headers for C/C++ under ``/usr/include/rados``. ::
 
        ls /usr/include/rados
 
+
 Getting librados for Python
 ---------------------------
 
 ``librados`` Python support is the ``rados.py`` module, provided in
-the ``python-ceph`` package for both Debian and RedHat systems.
+the ``python-ceph`` package for both Debian and RedHat systems. ::
 
        sudo apt-get install librados-dev
 
@@ -71,6 +72,7 @@ For CentOS/RHEL distributions, execute the following::
 You can find the module under ``/usr/share/pyshared`` on Debian systems,
 or under ``/usr/lib/python2.X/site-packages`` on Centos/RHEL systems.
 
+
 Getting librados for Java
 -------------------------