We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a17ab3 commit 3167a5bCopy full SHA for 3167a5b
docs/index.rst
@@ -14,6 +14,7 @@ Welcome to dargs's documentation!
14
sphinx
15
dpgui
16
nb
17
+ json_schema
18
api/api
19
credits
20
docs/json_schema.md
@@ -1,6 +1,6 @@
1
## Generate JSON schema from an argument
2
3
-One can use {func}`dargs.json_schema_generate_json_schema` to generate [JSON schema](https://json-schema.org/).
+One can use {func}`dargs.json_schema.generate_json_schema` to generate [JSON schema](https://json-schema.org/).
4
5
```py
6
import json
0 commit comments