Skip to content

Commit

Permalink
docs: add json_schema to toc (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Jun 3, 2024
1 parent 2a17ab3 commit 3167a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 3167a5b

Please sign in to comment.