@@ -8,18 +8,14 @@ pyexcel-xlsxr - Let you focus on data, instead of xlsx format
88.. image :: https://raw.githubusercontent.com/pyexcel/pyexcel-mobans/master/images/awesome-badge.svg
99 :target: https://awesome-python.com/#specific-formats-processing
1010
11- .. image :: https://github.com/pyexcel/pyexcel-xlsxr/workflows/run_tests/badge.svg
12- :target: http://github.com/pyexcel/pyexcel-xlsxr/actions
13-
1411.. image :: https://codecov.io/gh/pyexcel/pyexcel-xlsxr/branch/master/graph/badge.svg
1512 :target: https://codecov.io/gh/pyexcel/pyexcel-xlsxr
1613
1714.. image :: https://badge.fury.io/py/pyexcel-xlsxr.svg
1815 :target: https://pypi.org/project/pyexcel-xlsxr
1916
2017
21- .. image :: https://pepy.tech/badge/pyexcel-xlsxr/month
22- :target: https://pepy.tech/project/pyexcel-xlsxr
18+
2319
2420
2521.. image :: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
@@ -316,7 +312,7 @@ Then install relevant development requirements:
316312#. pip install -r tests/requirements.txt
317313
318314Once you have finished your changes, please provide test case(s), relevant documentation
319- and update CHANGELOG.rst.
315+ and update changelog.yml
320316
321317.. note ::
322318
@@ -335,7 +331,7 @@ On Linux/Unix systems, please launch your tests like this::
335331
336332 $ make
337333
338- On Windows systems , please issue this command::
334+ On Windows, please issue this command::
339335
340336 > test.bat
341337
@@ -347,7 +343,7 @@ Please run::
347343
348344 $ make format
349345
350- so as to beautify your code otherwise travis-ci may fail your unit test.
346+ so as to beautify your code otherwise your build may fail your unit test.
351347
352348
353349
0 commit comments