From 7b96807dfc787839bcf3c6e6a21f6eb16c2de2f6 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Fri, 16 Nov 2012 15:13:57 -0800 Subject: [PATCH] doc: Added links to APIs. Signed-off-by: John Wilkins --- doc/api/index.rst | 46 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 39 insertions(+), 7 deletions(-) diff --git a/doc/api/index.rst b/doc/api/index.rst index e9104e1475dbb..5892e51a9f52b 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -1,10 +1,42 @@ -================== +=================== API Documentation -================== +=================== -.. toctree:: - :maxdepth: 1 - :glob: - - * +RADOS Object Store APIs +======================= + +See `RADOS Object Store APIs`_. + +.. _RADOS Object Store APIs: ../rados/api/ + + +CephFS APIs +=========== + +See `libcephfs (javadoc)`_. + +.. _libcephfs (javadoc): libcephfs-java + + +Ceph Block Device +================= + +See `librbdpy`_. + +.. _librbdpy: ../rbd/librbdpy + + +Ceph RADOS Gateway S3 API +========================= + +See `S3-compatible API`_. + +.. _S3-compatible API: ../radosgw/s3/ + +Ceph RADOS Gateway Swift API +============================ + +See `Swift-compatible API`_. + +.. _Swift-compatible API: ../radosgw/swift/ \ No newline at end of file -- 2.39.5