Skip to content

Commit 899b54b

Browse files
committed
update documentation
1 parent baa05c4 commit 899b54b

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ django-excel - Let you focus on data, instead of file formats
1111
.. image:: https://codecov.io/github/pyexcel/django-excel/coverage.png
1212
:target: https://codecov.io/github/pyexcel/django-excel
1313

14+
.. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
15+
:target: https://gitter.im/pyexcel/Lobby
16+
1417
.. image:: https://readthedocs.org/projects/django-excel/badge/?version=latest
1518
:target: http://django-excel.readthedocs.org/en/latest/
1619

@@ -76,11 +79,12 @@ The highlighted features are:
7679
`pyexcel-ods`_ ods `odfpy`_ same as above
7780
`pyexcel-odsr`_ ods(read only) lxml same as above
7881
`pyexcel-text`_ (write only)json, rst, `tabulate`_ 2.6, 2.7, 3.3, 3.4
79-
mediawiki, html, 3.5, pypy, pypy3
82+
mediawiki, html, 3.5, 3.6, pypy
8083
latex, grid, pipe,
8184
orgtbl, plain simple
8285
`pyexcel-handsontable`_ handsontable in html `handsontable`_ same as above
83-
`pyexcel-pygal`_ svg chart `pygal`_ same as above [#f3]_
86+
`pyexcel-pygal`_ svg chart `pygal`_ 2.7, 3.3, 3.4, 3.5
87+
3.6, pypy
8488
======================== ======================= =============== ==================
8589

8690
.. _pyexcel-io: https://github.com/pyexcel/pyexcel-io
@@ -107,7 +111,6 @@ The highlighted features are:
107111
.. _pyexcel-matplotlib: https://github.com/pyexcel/pyexcel-matplotlib
108112
.. _matplotlib: https://matplotlib.org
109113

110-
.. [#f3] coming soon
111114

112115
In order to manage the list of plugins installed, you need to use pip to add or remove
113116
a plugin. When you use virtualenv, you can have different plugins per virtual

django_excel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ overrides: "pyexcel.yaml"
22
name: "django-excel"
33
version: 0.0.7
44
current_version: 0.0.7
5-
release: 0.0.6
5+
release: 0.0.7
66
webframework: Django
77
dependencies:
88
- pyexcel-webio>=0.0.9

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
project = u'django-excel'
2424
copyright = u'2015-2017 Onni Software Ltd.'
25-
version = '0.0.6'
25+
version = '0.0.7'
2626
release = '0.0.7'
2727
exclude_patterns = []
2828
pygments_style = 'sphinx'

doc/source/index.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
:Source code: http://github.com/pyexcel/django-excel.git
1111
:Issues: http://github.com/pyexcel/django-excel/issues
1212
:License: New BSD License
13-
:Development: |release|
1413
:Released: |version|
1514
:Generated: |today|
1615

@@ -71,11 +70,12 @@ The highlighted features are:
7170
`pyexcel-ods`_ ods `odfpy`_ same as above
7271
`pyexcel-odsr`_ ods(read only) lxml same as above
7372
`pyexcel-text`_ (write only)json, rst, `tabulate`_ 2.6, 2.7, 3.3, 3.4
74-
mediawiki, html, 3.5, pypy, pypy3
73+
mediawiki, html, 3.5, 3.6, pypy
7574
latex, grid, pipe,
7675
orgtbl, plain simple
7776
`pyexcel-handsontable`_ handsontable in html `handsontable`_ same as above
78-
`pyexcel-pygal`_ svg chart `pygal`_ same as above [#f3]_
77+
`pyexcel-pygal`_ svg chart `pygal`_ 2.7, 3.3, 3.4, 3.5
78+
3.6, pypy
7979
======================== ======================= =============== ==================
8080

8181
.. _pyexcel-io: https://github.com/pyexcel/pyexcel-io
@@ -102,7 +102,6 @@ The highlighted features are:
102102
.. _pyexcel-matplotlib: https://github.com/pyexcel/pyexcel-matplotlib
103103
.. _matplotlib: https://matplotlib.org
104104

105-
.. [#f3] coming soon
106105

107106
In order to manage the list of plugins installed, you need to use pip to add or remove
108107
a plugin. When you use virtualenv, you can have different plugins per virtual

0 commit comments

Comments
 (0)