File: README.rst

package info (click to toggle)
sphinx-data-viewer 0.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: javascript: 210; python: 206; makefile: 17
file content (17 lines) | stat: -rw-r--r-- 544 bytes parent folder | download
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.