Skip to content

Commit a269781

Browse files
committed
update documentation
1 parent 44e0fe8 commit a269781

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ pyramid-excel - Let you focus on data, instead of file formats
1111
.. image:: https://codecov.io/github/pyexcel/pyramid-excel/coverage.png
1212
:target: https://codecov.io/github/pyexcel/pyramid-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/pyramid-excel/badge/?version=latest
1518
:target: http://pyramid-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

docs/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/pyramid-excel.git
1111
:Issues: http://github.com/pyexcel/pyramid-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)