From 7da45d65be36d36b880cc55c5036e96c24b53f00 Mon Sep 17 00:00:00 2001 From: Qiaowei Ren Date: Thu, 1 Mar 2018 14:38:11 +0800 Subject: remove ceph code This patch removes initial ceph code, due to license issue. Change-Id: I092d44f601cdf34aed92300fe13214925563081c Signed-off-by: Qiaowei Ren --- src/ceph/doc/api/index.rst | 45 ------------------------------------- src/ceph/doc/api/libcephfs-java.rst | 9 -------- 2 files changed, 54 deletions(-) delete mode 100644 src/ceph/doc/api/index.rst delete mode 100644 src/ceph/doc/api/libcephfs-java.rst (limited to 'src/ceph/doc/api') diff --git a/src/ceph/doc/api/index.rst b/src/ceph/doc/api/index.rst deleted file mode 100644 index 67d774c..0000000 --- a/src/ceph/doc/api/index.rst +++ /dev/null @@ -1,45 +0,0 @@ -=================== - API Documentation -=================== - - -Ceph Storage Cluster APIs -========================= - -See `Ceph Storage Cluster APIs`_. - -.. _Ceph Storage Cluster APIs: ../rados/api/ - - -Ceph Filesystem APIs -==================== - -See `libcephfs (javadoc)`_. - -.. _libcephfs (javadoc): libcephfs-java - - -Ceph Block Device APIs -====================== - -See `librbdpy`_. - -.. _librbdpy: ../rbd/librbdpy - -Ceph RADOS Gateway APIs -======================= - -See `librgw-py`_. - -.. _librgw-py: ../radosgw/api - -Ceph Object Store APIs -====================== - -- See `S3-compatible API`_. -- See `Swift-compatible API`_. -- See `Admin Ops API`_. - -.. _S3-compatible API: ../radosgw/s3/ -.. _Swift-compatible API: ../radosgw/swift/ -.. _Admin Ops API: ../radosgw/adminops diff --git a/src/ceph/doc/api/libcephfs-java.rst b/src/ceph/doc/api/libcephfs-java.rst deleted file mode 100644 index 85b5c31..0000000 --- a/src/ceph/doc/api/libcephfs-java.rst +++ /dev/null @@ -1,9 +0,0 @@ -=================== -Libcephfs (JavaDoc) -=================== - -.. - The admin/build-docs script runs Ant to build the JavaDoc files, and - copies them to api/libcephfs-java/javadoc/. - -View the auto-generated `JavaDoc pages for the CephFS Java bindings `_. -- cgit 1.2.3-korg