File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 27
27
# Add any Sphinx extension module names here, as strings. They can be
28
28
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
29
29
# ones.
30
- extensions = ["myst_parser " ]
30
+ extensions = ["sphinx.ext.autodoc" , "sphinx.ext.napoleon " ]
31
31
32
32
# Add any paths that contain templates here, relative to this directory.
33
33
templates_path = ["_templates" ]
Original file line number Diff line number Diff line change 6
6
Welcome to supabase's documentation!
7
7
====================================
8
8
9
+ .. automodule :: supabase_py
10
+ :members:
11
+ :show-inheritance:
12
+
9
13
.. toctree ::
10
14
:maxdepth: 2
11
15
:caption: Contents:
12
16
17
+ query_builder
18
+ storage_bucket
19
+
13
20
14
21
15
22
Indices and tables
@@ -24,4 +31,4 @@ Features
24
31
--------
25
32
* Auth
26
33
* Realtime
27
- * Storage
34
+ * Storage
Original file line number Diff line number Diff line change
1
+ Query Builder
2
+ ================
3
+
4
+ .. automodule :: supabase_py.lib.query_builder
5
+ :members:
6
+ :show-inheritance:
Original file line number Diff line number Diff line change
1
+ Storage Bucket
2
+ ================
3
+
4
+ .. automodule :: supabase_py.lib.storage.storage_bucket_api
5
+ :members:
6
+ :show-inheritance:
You can’t perform that action at this time.
0 commit comments