@@ -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
276276How to test your contribution
@@ -292,6 +292,7 @@ How to update test environment and update documentation
292292Additional 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-
320322License
321323================================================================================
322324
0 commit comments