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 d96b5d6 commit 7b84855Copy full SHA for 7b84855
docs/api/index.rst
@@ -1,7 +1,22 @@
1
API Reference
2
=============
3
4
+Submodules
5
+----------
6
+
7
.. toctree::
8
:titlesonly:
9
- /api/jsonschema/index
10
+ /api/jsonschema/exceptions/index
11
+ /api/jsonschema/protocols/index
12
+ /api/jsonschema/validators/index
13
14
+:mod:`jsonschema`
15
+-----------------
16
17
+.. automodule:: jsonschema
18
+ :members:
19
+ :imported-members:
20
+ :exclude-members: Validator
21
22
+.. autodata:: jsonschema._format._F
docs/api/jsonschema/index.rst
0 commit comments