Skip to content

Commit efe3423

Browse files
committed
update documentation before release
1 parent 655c402 commit efe3423

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

.moban.d/README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{%extends 'README.rst.jj2' %}
22

33
{%block description%}
4-
**pyexcel-odsr** is a dedicated ods reader using tailored ods reader from messytables.
4+
**pyexcel-odsr** is a specialized ods reader based on tailored ods reader from
5+
`messytables <https://github.com/okfn/messytables>`_.
56
You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.
67
Differring from `pyexcel-ods <https://github.com/pyexcel/pyexcel-ods>`_ and
78
`pyexcel-ods3 <https://github.com/pyexcel/pyexcel-ods3>`_ in handling ods file, this

CHANGELOG.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Change log
22
================================================================================
33

4-
0.3.0 - unreleased
4+
0.3.0 - 02.02.2017
55
--------------------------------------------------------------------------------
66

7-
#. initial release to support partial reading from a ods file instance.
7+
#. initial release. It has all functionalities of pyexcel-ods and pyexcel-ods3.
8+
Specially, it supports partial reading of the ods file. When dealing with
9+
big data file, this capability enables pagination feature to indeed read
10+
partial files.

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All rights reserved.
33

44
Redistribution and use in source and binary forms of the software(
55
except pyexcel_odsr/messyods.py which is under MIT license of
6-
Open Knowledge International, see below) as well as documentation,
6+
Open Knowledge Foundation Ltd., see below) as well as documentation,
77
with or without modification, are permitted provided that the following
88
conditions are met:
99

@@ -31,7 +31,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3131
SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
3232
DAMAGE.
3333

34-
Copyright 2012-2017 Open Knowledge International
34+
Copyright 2012-2017 Open Knowledge Foundation Ltd.
3535

3636
Permission is hereby granted, free of charge, to any person obtaining a copy of
3737
this software and associated documentation files (the "Software"), to deal in

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ pyexcel-odsr - Let you focus on data, instead of ods format
88
.. image:: https://codecov.io/github/pyexcel/pyexcel-odsr/coverage.png
99
:target: https://codecov.io/github/pyexcel/pyexcel-odsr
1010

11-
**pyexcel-odsr** is a dedicated ods reader using tailored ods reader from messytables.
11+
**pyexcel-odsr** is a specialized ods reader based on tailored ods reader from
12+
`messytables <https://github.com/okfn/messytables>`_.
1213
You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.
1314
Differring from `pyexcel-ods <https://github.com/pyexcel/pyexcel-ods>`_ and
1415
`pyexcel-ods3 <https://github.com/pyexcel/pyexcel-ods3>`_ in handling ods file, this

0 commit comments

Comments
 (0)