File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ targets:
1515 - test.bat : test.sh.jj2
1616 - .travis.yml : travis.yml
1717 - .gitignore : .gitignore.jj2
18- - " docs/source/conf.py " : " docs/source/conf.py"
18+ - " docs/source/conf.py " : " docs/source/conf.py"
19+ - " docs/source/index.rst " : " docs/source/index.rst.jj2"
Original file line number Diff line number Diff line change 1- `pyexcel-chart ` - Let you focus on data, instead of file formats
1+ `pyexcel-pygal ` - Let you focus on data, instead of file formats
22================================================================================
33
44:Author: C.W.
5- :Source code: http://github.com/pyexcel/pyexcel-chart .git
6- :Issues: http://github.com/pyexcel/pyexcel-chart /issues
5+ :Source code: http://github.com/pyexcel/pyexcel-pygal .git
6+ :Issues: http://github.com/pyexcel/pyexcel-pygal /issues
77:License: New BSD License
8- :Development: |release |
98:Released: |version |
109:Generated: |today |
1110
1211Introduction
1312-------------
1413
15- **pyexcel-chart ** is a tiny plugin of pyexcel to turn pyexcel data into
14+ **pyexcel-pygal ** is a tiny plugin of pyexcel to turn pyexcel data into
1615chart graphics using pygal
1716
1817Installation
@@ -22,21 +21,21 @@ You can install it via pip:
2221
2322.. code-block :: bash
2423
25- $ pip install pyexcel-chart
24+ $ pip install pyexcel-pygal
2625
2726
2827 or clone it and install it:
2928
3029.. code-block :: bash
3130
32- $ git clone https://github.com/pyexcel/pyexcel-chart .git
33- $ cd pyexcel-chart
31+ $ git clone https://github.com/pyexcel/pyexcel-pygal .git
32+ $ cd pyexcel-pygal
3433 $ python setup.py install
3534
3635 Content
3736-----------
3837
3938.. toctree ::
4039
40+ usage
4141 charts
42- usage
You can’t perform that action at this time.
0 commit comments