ant -buildfile $JAVADIR/build.xml docs
# Create clean target directory
-JAVA_OUTDIR=$TOPDIR/build-doc/output/html/api/libcephfs-java/javadoc
+JAVA_OUTDIR=$TOPDIR/build-doc/output/html/cephfs/api/libcephfs-java/javadoc
rm -rf $JAVA_OUTDIR
mkdir $JAVA_OUTDIR
Ceph File System APIs
=====================
-See `libcephfs (javadoc)`_.
-
-.. _libcephfs (javadoc): libcephfs-java
+See `libcephfs`_
+.. _libcephfs: ../cephfs/api
Ceph Block Device APIs
======================
+++ /dev/null
-===================
-Libcephfs (JavaDoc)
-===================
-
-.. warning::
-
- CephFS Java bindings are no longer tested by CI. They may not work properly
- or corrupt data.
-
- Developers interested in reviving these bindings by fixing and writing tests
- are encouraged to contribute!
-
-..
- 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 <javadoc/>`_.
--- /dev/null
+============
+ CephFS APIs
+============
+
+.. toctree::
+ :maxdepth: 2
+
+ libcephfs (Java) <libcephfs-java>
+ libcephfs (Python) <libcephfs-py>
--- /dev/null
+===================
+Libcephfs (JavaDoc)
+===================
+
+.. warning::
+
+ CephFS Java bindings are no longer tested by CI. They may not work properly
+ or corrupt data.
+
+ Developers interested in reviving these bindings by fixing and writing tests
+ are encouraged to contribute!
+
+..
+ 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 <javadoc/>`_.
--- /dev/null
+===================
+ LibCephFS (Python)
+===================
+
+.. highlight:: python
+
+The `cephfs` python module provides access to CephFS service.
+
+API calls
+=========
+
+.. automodule:: cephfs
+ :members: DirEntry, DirResult, LibCephFS
Journaler Configuration <journaler>
Client's Capabilities <capabilities>
- libcephfs for Java <../../api/libcephfs-java/>
+ Java and Python bindings <api/index>
Mantle <mantle>