Skip to content

Commit e1474ab

Browse files
committed
update doc and get rid of pypy and py2.6 tests
1 parent 70491e9 commit e1474ab

File tree

10 files changed

+25
-10
lines changed

10 files changed

+25
-10
lines changed

.moban.d/.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{% extends "travis.yml.jj2" %}
2+
3+
{%block custom_python_versions%}
4+
python:
5+
- 3.6
6+
- 3.5
7+
- 3.4
8+
- 3.3
9+
- 2.7
10+
{%endblock%}

.moban.d/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{% extends "BASIC-README.rst.jj2" %}
22

3+
{%block slogan%}Let you focus on presentation with gantt
4+
{%endblock%}
5+
6+
37
{%block constraint%}
48
{%endblock%}
59

.moban.d/gantt.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**{{name}}** does {{description}}.
1+
**{{name}}** {{description}}. Credit goes to `frappe's gantt chart`_
22

33
Here is `a sample csv`_ file::
44

@@ -36,3 +36,4 @@ Alternatively, you can save the file as:
3636
3737
.. _a sample csv: https://github.com/pyexcel/pyexcel-gantt/raw/master/demo/tasks.csv
3838
.. _command line interface: https://github.com/pyexcel/pyexcel-cli
39+
.. _frappe's gantt chart: https://github.com/frappe/gantt

.moban.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targets:
1414
- "tests/requirements.txt": "tests/requirements.txt"
1515
- test.sh: test.script.jj2
1616
- test.bat: test.script.jj2
17-
- .travis.yml: travis.yml.jj2
17+
- .travis.yml: .travis.yml
1818
- .gitignore: gitignore.jj2
1919
- "docs/source/index.rst": "docs/source/index.rst.jj2"
2020
- "docs/source/conf.py": "docs/source/conf.py.jj2"

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ language: python
33
notifications:
44
email: false
55
python:
6-
- pypy
76
- 3.6
87
- 3.5
98
- 3.4
109
- 3.3
1110
- 2.7
12-
- 2.6
1311
before_install:
1412
- cd $HOME
1513
- "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"

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
================================================================================
2-
pyexcel-gantt - Let you focus on data, instead of file formats
2+
pyexcel-gantt - Let you focus on presentation with gantt
33
================================================================================
44

55
.. image:: https://raw.githubusercontent.com/pyexcel/pyexcel.github.io/master/images/patreon.png
@@ -35,7 +35,7 @@ a little bit more time in coding, documentation and writing interesting posts.
3535

3636
Introduction
3737
================================================================================
38-
**pyexcel-gantt** does Draw gantt chart using frappe-gantt module for pyexcel data.
38+
**pyexcel-gantt** draws gantt chart using frappe-gantt.js for pyexcel data. Credit goes to `frappe's gantt chart`_
3939

4040
Here is `a sample csv`_ file::
4141

@@ -73,6 +73,7 @@ Alternatively, you can save the file as:
7373
7474
.. _a sample csv: https://github.com/pyexcel/pyexcel-gantt/raw/master/demo/tasks.csv
7575
.. _command line interface: https://github.com/pyexcel/pyexcel-cli
76+
.. _frappe's gantt chart: https://github.com/frappe/gantt
7677

7778

7879

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
DESCRIPTION = (
3-
'Draw gantt chart using frappe-gantt module for pyexcel data' +
3+
'draws gantt chart using frappe-gantt.js for pyexcel data' +
44
''
55
)
66
extensions = [

docs/source/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Introduction
1212
--------------------------------------------------------------------------------
1313

14-
**pyexcel-gantt** does Draw gantt chart using frappe-gantt module for pyexcel data.
14+
**pyexcel-gantt** draws gantt chart using frappe-gantt.js for pyexcel data. Credit goes to `frappe's gantt chart`_
1515

1616
Here is `a sample csv`_ file::
1717

@@ -49,6 +49,7 @@ Alternatively, you can save the file as:
4949
5050
.. _a sample csv: https://github.com/pyexcel/pyexcel-gantt/raw/master/demo/tasks.csv
5151
.. _command line interface: https://github.com/pyexcel/pyexcel-cli
52+
.. _frappe's gantt chart: https://github.com/frappe/gantt
5253

5354
Known constraints
5455
==================

pyexcel-gantt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ current_version: "0.0.1"
66
release: "0.0.1"
77
dependencies:
88
- jinja2
9-
description: "Draw gantt chart using frappe-gantt module for pyexcel data"
9+
description: "draws gantt chart using frappe-gantt.js for pyexcel data"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
EMAIL = 'wangc_2011@hotmail.com'
1515
LICENSE = 'New BSD'
1616
DESCRIPTION = (
17-
'Draw gantt chart using frappe-gantt module for pyexcel data' +
17+
'draws gantt chart using frappe-gantt.js for pyexcel data' +
1818
''
1919
)
2020
FILES = ['README.rst', 'CHANGELOG.rst']

0 commit comments

Comments
 (0)