1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Sphinx-Data-Viewer
==================
Adds an interactive data viewer for data objects to Sphinx.
Use it to document:
* JSON data
* JSON files
* Python objects
**Complete documentation and examples:** https://sphinx-data-viewer.readthedocs.io/en/latest/
.. image:: https://github.com/useblocks/sphinx-data-viewer/raw/main/docs/_static/sphinx-data-viewer-intro.png
:width: 70%
:target: https://sphinx-data-viewer.readthedocs.io/en/latest/
The Javascript part is based on the wonderful work of https://github.com/pgrabovets/json-view.
|