summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-08-30 12:25:13 +0300
committerJulian Berman <Julian@GrayVines.com>2022-08-30 12:25:13 +0300
commit57b604ec99b3817b4c645d18278836d465342bba (patch)
tree51da76d977d9becb25bbebe25054c006b7971b96 /docs
parent6d04fd7041e2cf45836f04858183b453c0b551c3 (diff)
downloadjsonschema-57b604ec99b3817b4c645d18278836d465342bba.tar.gz
Remove the doc page for references.
All it does is include objects which now appear in the API reference. This section should (will) come back as some prose instead on the validation doc page.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst1
-rw-r--r--docs/references.rst15
2 files changed, 0 insertions, 16 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 707bcea..d66aa8b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -12,7 +12,6 @@ Contents
validate
errors
- references
creating
faq
api/index
diff --git a/docs/references.rst b/docs/references.rst
deleted file mode 100644
index e83e443..0000000
--- a/docs/references.rst
+++ /dev/null
@@ -1,15 +0,0 @@
-=========================
-Resolving JSON References
-=========================
-
-
-.. currentmodule:: jsonschema
-
-.. autoclass:: RefResolver
- :noindex:
- :members:
-
-.. autoexception:: RefResolutionError
- :noindex:
-
- A JSON reference failed to resolve.