Skip to content

Commit a3770e9

Browse files
committed
🐛 fix the setup issue. 💎 anounce fods reading support in pyexcel-odsr v0.4.1
1 parent a753076 commit a3770e9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The highlighted features are:
9494
`pyexcel-ods3`_ ods `ezodf`_, 2.6, 2.7, 3.3, 3.4
9595
lxml 3.5, 3.6
9696
`pyexcel-ods`_ ods `odfpy`_ same as above
97-
`pyexcel-odsr`_ ods(read only) lxml same as above
97+
`pyexcel-odsr`_ read only for ods, fods lxml same as above
9898
`pyexcel-htmlr`_ html(read only) lxml,html5lib same as above
9999
`pyexcel-text`_ (write only)json, rst, `tabulate`_ 2.6, 2.7, 3.3, 3.4
100100
mediawiki, html, 3.5, 3.6, pypy
@@ -268,9 +268,9 @@ and update CHANGELOG.rst.
268268
.. note::
269269

270270
As to rnd_requirements.txt, usually, it is created when a dependent
271-
library is not released. Once the dependecy is installed
272-
(will be released), the future
273-
version of the dependency in the requirements.txt will be valid.
271+
library is not released. Once the dependecy is installed
272+
(will be released), the future
273+
version of the dependency in the requirements.txt will be valid.
274274

275275

276276
How to test your contribution
@@ -292,6 +292,7 @@ How to update test environment and update documentation
292292
Additional steps are required:
293293

294294
#. pip install moban
295+
#. git clone https://github.com/pyexcel/setupmobans.git # generic setup
295296
#. git clone https://github.com/pyexcel/pyexcel-commons.git commons
296297
#. make your changes in `.moban.d` directory, then issue command `moban`
297298

@@ -312,11 +313,12 @@ Acceptance criteria
312313
#. Has all code lines tested
313314
#. Passes all Travis CI builds
314315
#. Has fair amount of documentation if your change is complex
316+
#. Please update CHANGELOG.rst
317+
#. Please add yourself to CONTRIBUTORS.rst
315318
#. Agree on NEW BSD License for your contribution
316319

317320

318321

319-
320322
License
321323
================================================================================
322324

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The highlighted features are:
6868
`pyexcel-ods3`_ ods `ezodf`_, 2.6, 2.7, 3.3, 3.4
6969
lxml 3.5, 3.6
7070
`pyexcel-ods`_ ods `odfpy`_ same as above
71-
`pyexcel-odsr`_ ods(read only) lxml same as above
71+
`pyexcel-odsr`_ read only for ods, fods lxml same as above
7272
`pyexcel-htmlr`_ html(read only) lxml,html5lib same as above
7373
`pyexcel-text`_ (write only)json, rst, `tabulate`_ 2.6, 2.7, 3.3, 3.4
7474
mediawiki, html, 3.5, 3.6, pypy

0 commit comments

Comments
 (0)