summaryrefslogtreecommitdiffstats
path: root/doc/radosgw/api.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/radosgw/api.rst')
-rw-r--r--doc/radosgw/api.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/radosgw/api.rst b/doc/radosgw/api.rst
new file mode 100644
index 000000000..cb31284e0
--- /dev/null
+++ b/doc/radosgw/api.rst
@@ -0,0 +1,16 @@
+.. _radosgw api:
+
+===============
+librgw (Python)
+===============
+
+.. highlight:: python
+
+The `rgw` python module provides file-like access to rgw.
+
+API Reference
+=============
+
+.. automodule:: rgw
+ :members: LibRGWFS, FileHandle
+