An open API service indexing awesome lists of open source software.

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

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.