Skip to content

Commit 3167a5b

Browse files
authored
docs: add json_schema to toc (#64)
1 parent 2a17ab3 commit 3167a5b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Welcome to dargs's documentation!
1414
sphinx
1515
dpgui
1616
nb
17+
json_schema
1718
api/api
1819
credits
1920

docs/json_schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Generate JSON schema from an argument
22

3-
One can use {func}`dargs.json_schema_generate_json_schema` to generate [JSON schema](https://json-schema.org/).
3+
One can use {func}`dargs.json_schema.generate_json_schema` to generate [JSON schema](https://json-schema.org/).
44

55
```py
66
import json

0 commit comments

Comments
 (0)