Skip to content

Commit ff9fa4f

Browse files
committed
first release to draw charts from pyexcel data
1 parent 48f1f43 commit ff9fa4f

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.moban.d/docs/source/index.rst.jj2

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ Introduction
44
-------------
55

66
**{{name}}** is a tiny plugin of pyexcel to turn pyexcel data into
7-
chart graphics using pygal
7+
chart graphics using pygal.
8+
9+
To see {{name}} in action with Jupyter notebook, please checkout the resource
10+
on `github folder <https://github.com/pyexcel/pyexcel-pygal/tree/master/notebook>`_
811

912
Installation
1013
-------------

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ before_install:
1414
- "if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then deactivate && wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.7.1-linux_x86_64-portable.tar.bz2 -O - | tar -jxf - && echo 'Setting up aliases...' && ln -s pypy-5.7.1-linux_x86_64-portable pypy2-latest && export PATH=$HOME/pypy2-latest/bin/:$PATH && virtualenv --no-site-packages --python ~/pypy2-latest/bin/pypy pypy2-env && echo 'Creating custom env...' && source pypy2-env/bin/activate && python -V; fi"
1515
- cd -
1616
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install flake8==2.6.2; fi
17-
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install ipython==5.4; fi
18-
- if [[ $TRAVIS_PYTHON_VERSION == "pypy" ]]; then pip install ipython==5.4; fi
1917
- if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then
2018
mv min_requirements.txt requirements.txt ;
2119
fi

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change log
22
================================================================================
33

4-
0.0.1 - unrelease
4+
0.0.1 - 04.07.2017
55
--------------------------------------------------------------------------------
66

77
Initial release

docs/source/index.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ Introduction
1212
-------------
1313

1414
**pyexcel-pygal** is a tiny plugin of pyexcel to turn pyexcel data into
15-
chart graphics using pygal
15+
chart graphics using pygal.
16+
17+
To see pyexcel-pygal in action with Jupyter notebook, please checkout the resource
18+
on `github folder <https://github.com/pyexcel/pyexcel-pygal/tree/master/notebook>`_
1619

1720
Installation
1821
-------------

0 commit comments

Comments
 (0)