https://github.com/python-jsonschema/sphinx-json-schema-spec
Sphinx interlinking support for the JSON Schema specifications
https://github.com/python-jsonschema/sphinx-json-schema-spec
json jsonschema python sphinx-doc sphinx-extension
Last synced: 11 months ago
JSON representation
Sphinx interlinking support for the JSON Schema specifications
- Host: GitHub
- URL: https://github.com/python-jsonschema/sphinx-json-schema-spec
- Owner: python-jsonschema
- License: mit
- Created: 2022-08-17T07:57:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T12:51:14.000Z (11 months ago)
- Last Synced: 2025-04-12T04:12:34.808Z (11 months ago)
- Topics: json, jsonschema, python, sphinx-doc, sphinx-extension
- Language: Python
- Homepage: https://sphinx-json-schema-spec.readthedocs.io/
- Size: 165 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
- License: COPYING
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
===========================
``sphinx-json-schema-spec``
===========================
|PyPI| |Pythons| |CI|
.. |PyPI| image:: https://img.shields.io/pypi/v/sphinx-json-schema-spec.svg
:alt: PyPI version
:target: https://pypi.org/project/sphinx-json-schema-spec/
.. |Pythons| image:: https://img.shields.io/pypi/pyversions/sphinx-json-schema-spec.svg
:alt: Supported Python versions
:target: https://pypi.org/project/sphinx-json-schema-spec/
.. |CI| image:: https://github.com/python-jsonschema/sphinx-json-schema-spec/workflows/CI/badge.svg
:alt: Build status
:target: https://github.com/python-jsonschema/sphinx-json-schema-spec/actions?query=workflow%3ACI
A Sphinx extension providing a role which allows linking to sections within the `JSON Schema specifications `_.
It is intended for use by implementations of JSON Schema (in Python or otherwise) who may wish to interlink to the specification in their own documentation.