From: John Wilkins Date: Fri, 7 Feb 2014 23:47:40 +0000 (-0800) Subject: doc: Adds Python to index and sets maxdepth to 2. X-Git-Tag: v0.78~194^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=aaa2799f83c719bee075d6cf270fb5513629cf0b;p=ceph.git doc: Adds Python to index and sets maxdepth to 2. Signed-off-by: John Wilkins --- diff --git a/doc/rados/api/index.rst b/doc/rados/api/index.rst index ef09191cb917..4030e70d9aa9 100644 --- a/doc/rados/api/index.rst +++ b/doc/rados/api/index.rst @@ -3,7 +3,7 @@ =========================== The :term:`Ceph Storage Cluster` has a messaging layer protocol that enables -clients to interact with :term:`Ceph Monitors` and :term:`Ceph OSD Daemons`. +clients to interact with a :term:`Ceph Monitor` and a :term:`Ceph OSD Daemon`. ``librados`` provides this functionality to :term:`Ceph Clients` in the form of a library. All Ceph Clients either use ``librados`` or the same functionality encapsulated in ``librados`` to interact with the object store. For example, @@ -12,8 +12,10 @@ encapsulated in ``librados`` to interact with the object store. For example, Ceph, your own interface to Ceph, etc.). -.. toctree:: +.. toctree:: + :maxdepth: 2 Introduction to librados librados (C) - librados (C++) \ No newline at end of file + librados (C++) + librados (Python) \ No newline at end of file