]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Adds Python to index and sets maxdepth to 2.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 7 Feb 2014 23:47:40 +0000 (15:47 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 7 Feb 2014 23:47:40 +0000 (15:47 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/api/index.rst

index ef09191cb917f6bf6fe591abde776e0cd2f8a6fe..4030e70d9aa9d0c7cfd4c360d0786c03e953c417 100644 (file)
@@ -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-intro>
    librados (C) <librados>
-   librados (C++) <libradospp>
\ No newline at end of file
+   librados (C++) <libradospp>
+   librados (Python) <python>
\ No newline at end of file