Update docs

This commit is contained in:
Changhua
2023-07-15 12:13:40 +08:00
parent 6feb9c33b8
commit 8b70fafdc0
4 changed files with 18 additions and 4 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -53,6 +53,6 @@ myst_enable_extensions = ["linkify", "colon_fence"]
# Document Python Code
autoapi_type = "python"
autoapi_dirs = ["../../python/wcferry"]
autoapi_dirs = ["../../clients/python/wcferry"]
autoapi_member_order = "groupwise"
autoapi_options = ["members", "undoc-members", "show-inheritance", "show-module-summary", "imported-members"]