summaryrefslogtreecommitdiff
path: root/docs/validate.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/validate.rst')
-rw-r--r--docs/validate.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/validate.rst b/docs/validate.rst
index 3d04a9a..704003d 100644
--- a/docs/validate.rst
+++ b/docs/validate.rst
@@ -58,6 +58,7 @@ versions.
.. autoclass:: TypeChecker
:members:
+ :noindex:
.. autoexception:: jsonschema.exceptions.UndefinedTypeCheck
:noindex:
@@ -88,7 +89,7 @@ given how common validating these types are.
If you *do* want the generality, or just want to add a few specific additional
types as being acceptable for a validator object, then you should update an
-existing `TypeChecker` or create a new one. You may then create a new
+existing `jsonschema.TypeChecker` or create a new one. You may then create a new
`Validator` via `jsonschema.validators.extend`.
.. testcode::
@@ -252,6 +253,7 @@ The supported mechanism for ensuring these dependencies are present is again as
.. autoclass:: FormatChecker
:members:
+ :noindex:
:exclude-members: cls_checks
.. attribute:: checkers