diff options
author | Kefu Chai <kchai@redhat.com> | 2016-11-08 10:12:26 +0100 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2016-11-09 14:07:29 +0100 |
commit | 8fd95430fe254d0c745b23a10f86aa2bdd8659ec (patch) | |
tree | 58c0ae34f94819b83c61140017e371981f62619e /doc/api | |
parent | pybind: rename rgw_file.pyx to rgw.pyx (diff) | |
download | ceph-8fd95430fe254d0c745b23a10f86aa2bdd8659ec.tar.xz ceph-8fd95430fe254d0c745b23a10f86aa2bdd8659ec.zip |
doc: add doc for pybind of rgw
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/index.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/index.rst b/doc/api/index.rst index 7e65aa7836a..4b62dd6b158 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -26,6 +26,12 @@ See `librbdpy`_. .. _librbdpy: ../rbd/librbdpy +Ceph RADOS Gateway APIs +======================= + +See `librgw-py`_. + +.. _librgw-py: ../radosgw/api Calamari APIs ============= |