Merge pull request #287 from adamchainz/readthedocs.io
Convert readthedocs link for their .org -> .io migration for hosted projects
This commit is contained in:
commit
37a7bb96ca
@ -40,16 +40,16 @@ Features
|
|||||||
--------
|
--------
|
||||||
|
|
||||||
* Full support for
|
* Full support for
|
||||||
`Draft 3 <https://python-jsonschema.readthedocs.org/en/latest/validate/#jsonschema.Draft3Validator>`_
|
`Draft 3 <https://python-jsonschema.readthedocs.io/en/latest/validate/#jsonschema.Draft3Validator>`_
|
||||||
**and** `Draft 4 <https://python-jsonschema.readthedocs.org/en/latest/validate/#jsonschema.Draft4Validator>`_
|
**and** `Draft 4 <https://python-jsonschema.readthedocs.io/en/latest/validate/#jsonschema.Draft4Validator>`_
|
||||||
of the schema.
|
of the schema.
|
||||||
|
|
||||||
* `Lazy validation <https://python-jsonschema.readthedocs.org/en/latest/validate/#jsonschema.IValidator.iter_errors>`_
|
* `Lazy validation <https://python-jsonschema.readthedocs.io/en/latest/validate/#jsonschema.IValidator.iter_errors>`_
|
||||||
that can iteratively report *all* validation errors.
|
that can iteratively report *all* validation errors.
|
||||||
|
|
||||||
* Small and extensible
|
* Small and extensible
|
||||||
|
|
||||||
* `Programmatic querying <https://python-jsonschema.readthedocs.org/en/latest/errors/#module-jsonschema>`_
|
* `Programmatic querying <https://python-jsonschema.readthedocs.io/en/latest/errors/#module-jsonschema>`_
|
||||||
of which properties or items failed validation.
|
of which properties or items failed validation.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user