diff options
Diffstat (limited to '')
-rw-r--r-- | doc/cephfs/api/libcephfs-py.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/cephfs/api/libcephfs-py.rst b/doc/cephfs/api/libcephfs-py.rst new file mode 100644 index 000000000..039401f22 --- /dev/null +++ b/doc/cephfs/api/libcephfs-py.rst @@ -0,0 +1,13 @@ +=================== + LibCephFS (Python) +=================== + +.. highlight:: python + +The `cephfs` python module provides access to CephFS service. + +API calls +========= + +.. automodule:: cephfs + :members: DirEntry, DirResult, LibCephFS |