Skip to content

Commit

Permalink
tuning the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Mar 30, 2017
1 parent 6b3d822 commit 1fd66f6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
11 changes: 6 additions & 5 deletions .moban.d/docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,17 @@ call(or file type) and the other for another function call(or file type), you ca
pass on "library" option to get_data and save_data, e.g.
get_data(.., library='pyexcel-ods')


.. note::
pyexcel-text is no longer a plugin of pyexcel-io but a direct plugin of pyexcel


.. table:: Plugin compatibility table

============= ======= ======== ======= ======== ======== ========
`pyexcel-io`_ `xls`_ `xlsx`_ `ods`_ `ods3`_ `odsr`_ `xlsxw`_
============= ======= ======== ======= ======== ======== ========
0.3.0 0.3.0 0.3.0 0.3.0 0.3.0 0.3.0 0.3.0
0.3.0+ 0.3.0+ 0.3.0 0.3.0+ 0.3.0+ 0.3.0 0.3.0
0.2.2+ 0.2.2+ 0.2.2+ 0.2.1+ 0.2.1+ 0.0.1
0.2.0+ 0.2.0+ 0.2.0+ 0.2.0 0.2.0 0.0.1
============= ======= ======== ======= ======== ======== ========
Expand All @@ -78,10 +83,6 @@ wanted to package pyexcel-xls with pyexcel-io, the options to pyinstaller are::

--hidden-import pyexcel_xls --hidden-import pyexcel_xls.xls

.. note::
pyexcel-text is no longer a plugin of pyexcel-io but a direct plugin of pyexcel


.. toctree::
:caption: Migration Note
:maxdepth: 2
Expand Down
12 changes: 6 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deferred - unreleased
Updated
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

#. `#19 <https://github.com/pyexcel/pyexcel-io/issues/19>`__,
#. `#19 <https://github.com/pyexcel/pyexcel-io/issues/19>`_,
use cString by default

0.3.3 - unreleased
Expand Down Expand Up @@ -58,7 +58,7 @@ Added
make case-insensitive for file type


0.26 - 21.12.2016
0.2.6 - 21.12.2016
--------------------------------------------------------------------------------

Updated
Expand All @@ -67,7 +67,7 @@ Updated
#. `#24 <https://github.com/pyexcel/pyexcel-io/issues/24>`__, pass on batch_size


0.25 - 20.12.2016
0.2.5 - 20.12.2016
--------------------------------------------------------------------------------

Updated
Expand All @@ -76,7 +76,7 @@ Updated
#. `#26 <https://github.com/pyexcel/pyexcel-io/issues/26>`__, performance issue
with getting the number of columns.

0.24 - 24.11.2016
0.2.4 - 24.11.2016
--------------------------------------------------------------------------------

Updated
Expand All @@ -85,7 +85,7 @@ Updated
#. `#23 <https://github.com/pyexcel/pyexcel-io/issues/23>`__, Failed to convert
long integer string in python 2 to its actual value

0.23 - 16.09.2016
0.2.3 - 16.09.2016
--------------------------------------------------------------------------------

Added
Expand All @@ -96,7 +96,7 @@ Added
#. `#22 <https://github.com/pyexcel/pyexcel-io/issues/22>`__, custom renderer if
given `row_renderer` as parameter.

0.22 - 31.08.2016
0.2.2 - 31.08.2016
--------------------------------------------------------------------------------

Added
Expand Down
11 changes: 6 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,17 @@ call(or file type) and the other for another function call(or file type), you ca
pass on "library" option to get_data and save_data, e.g.
get_data(.., library='pyexcel-ods')


.. note::
pyexcel-text is no longer a plugin of pyexcel-io but a direct plugin of pyexcel


.. table:: Plugin compatibility table

============= ======= ======== ======= ======== ======== ========
`pyexcel-io`_ `xls`_ `xlsx`_ `ods`_ `ods3`_ `odsr`_ `xlsxw`_
============= ======= ======== ======= ======== ======== ========
0.3.0 0.3.0 0.3.0 0.3.0 0.3.0 0.3.0 0.3.0
0.3.0+ 0.3.0+ 0.3.0 0.3.0+ 0.3.0+ 0.3.0 0.3.0
0.2.2+ 0.2.2+ 0.2.2+ 0.2.1+ 0.2.1+ 0.0.1
0.2.0+ 0.2.0+ 0.2.0+ 0.2.0 0.2.0 0.0.1
============= ======= ======== ======= ======== ======== ========
Expand All @@ -140,10 +145,6 @@ wanted to package pyexcel-xls with pyexcel-io, the options to pyinstaller are::

--hidden-import pyexcel_xls --hidden-import pyexcel_xls.xls

.. note::
pyexcel-text is no longer a plugin of pyexcel-io but a direct plugin of pyexcel


.. toctree::
:caption: Migration Note
:maxdepth: 2
Expand Down

0 comments on commit 1fd66f6

Please sign in to comment.