Sphinx chart extension using NVD3.js.
Project description
Sphinx chart extension using NVD3.
Feature
provide some kinds of nvd3- prefixed directives to generate SVG chart from source.
Installation
Install with pip:
$ pip install sphinxcontrib.nvd3
setup conf.py with:
extensions = ["sphinxcontrib.nvd3"]
This package is NOT includes Javascript and CSS files (e.g. d3.js, nvd3.js and nvd3.css).
You need to add setup function into conf.py, as below:
def setup(app):
app.add_js_file("/path/to/d3.v3.js")
app.add_js_file("/path/to/nv.d3.js")
app.add_css_file("/path/to/nv.d3.css")
And then:
$ make html
Requirement
python-nvd3 >= 0.13.10
D3.js >= 3.0,<4.0
Sphinx >= 3.0
License
Licensed under the Apache Software License . See the LICENSE file for specific terms.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sphinxcontrib.nvd3-0.2.1.tar.gz.
File metadata
- Download URL: sphinxcontrib.nvd3-0.2.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.7 Darwin/19.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03a7e64846f3f76f8b7912c615e0359a059891a6286b54e907c186bc7b5ff370
|
|
| MD5 |
699793594314824617190cd95f44b0d0
|
|
| BLAKE2b-256 |
84ca6490353621a82a9e853a5a024e8e5cd36bc71128d155401a199e2a733cb4
|
File details
Details for the file sphinxcontrib.nvd3-0.2.1-py3-none-any.whl.
File metadata
- Download URL: sphinxcontrib.nvd3-0.2.1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.7 Darwin/19.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74dd52ffc7b5fa943a78dce658faf0f472a5ce35510ab8be096db1e885dbdde7
|
|
| MD5 |
47c55c632e114faf4bcc31f5d4e98fbe
|
|
| BLAKE2b-256 |
775912589fa53c32c902eec3af02e7391bb4d2ba28b327bc06711647ce65f7cc
|