Skip to content

Commit 56f57d3

Browse files
committed
update documentation
1 parent 92e5a06 commit 56f57d3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.moban.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

docs/source/index.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
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

1211
Introduction
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
1615
chart graphics using pygal
1716

1817
Installation
@@ -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

0 commit comments

Comments
 (0)