doc: Added inline literal tag.

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
John Wilkins 2014-02-07 15:48:45 -08:00
parent aaa2799f83
commit 22afd6ca1f

View 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
-------------------------