Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Welcome to dargs's documentation!
sphinx
dpgui
nb
json_schema
api/api
credits

Expand Down
2 changes: 1 addition & 1 deletion docs/json_schema.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Generate JSON schema from an argument

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/).

```py
import json
Expand Down