@@ -8,14 +8,31 @@ pyexcel-sortable - Let you focus on data, instead of file formats
88.. image :: https://api.travis-ci.org/pyexcel/pyexcel-sortable.svg?branch=master
99 :target: http://travis-ci.org/pyexcel/pyexcel-sortable
1010
11- .. image :: https://codecov.io/github /pyexcel/pyexcel-sortable/coverage.png
12- :target: https://codecov.io/github /pyexcel/pyexcel-sortable
11+ .. image :: https://codecov.io/gh /pyexcel/pyexcel-sortable/branch/master/graph/badge.svg
12+ :target: https://codecov.io/gh /pyexcel/pyexcel-sortable
1313
1414.. image :: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
1515 :target: https://gitter.im/pyexcel/Lobby
1616
1717
18+ Support the project
19+ ================================================================================
20+
21+ If your company has embedded pyexcel and its components into a revenue generating
22+ product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627 >`_ to
23+ maintain the project and develop it further.
24+
25+ If you are an individual, you are welcome to support me too on patreon and for however long
26+ you feel like to. As a patreon, you will receive
27+ `early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts >`_.
28+
29+ With your financial support, I will be able to invest
30+ a little bit more time in coding, documentation and writing interesting posts.
31+
1832
33+
34+ Introduction
35+ ================================================================================
1936**pyexcel-sortable ** is inspired by `csvtotable <https://github.com/vividvilla/csvtotable >`_ and
2037provides csvtotable functionality to pyexcel family.
2138
@@ -49,21 +66,6 @@ or clone it and install it:
4966
5067
5168
52- Support the project
53- ================================================================================
54-
55- If your company has embedded pyexcel and its components into a revenue generating
56- product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627 >`_ to
57- maintain the project and develop it further.
58-
59- If you are an individual, you are welcome to support me too on patreon and for however long
60- you feel like to. As a patreon, you will receive
61- `early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts >`_.
62-
63- With your financial support, I will be able to invest
64- a little bit more time in coding, documentation and writing interesting posts.
65-
66-
6769 Development guide
6870================================================================================
6971
@@ -88,9 +90,9 @@ and update CHANGELOG.rst.
8890.. note ::
8991
9092 As to rnd_requirements.txt, usually, it is created when a dependent
91- library is not released. Once the dependecy is installed
92- (will be released), the future
93- version of the dependency in the requirements.txt will be valid.
93+ library is not released. Once the dependecy is installed
94+ (will be released), the future
95+ version of the dependency in the requirements.txt will be valid.
9496
9597
9698How to test your contribution
@@ -112,6 +114,7 @@ How to update test environment and update documentation
112114Additional steps are required:
113115
114116#. pip install moban
117+ #. git clone https://github.com/moremoban/setupmobans.git # generic setup
115118#. git clone https://github.com/pyexcel/pyexcel-commons.git commons
116119#. make your changes in `.moban.d ` directory, then issue command `moban `
117120
@@ -132,6 +135,8 @@ Acceptance criteria
132135#. Has all code lines tested
133136#. Passes all Travis CI builds
134137#. Has fair amount of documentation if your change is complex
138+ #. Please update CHANGELOG.rst
139+ #. Please add yourself to CONTRIBUTORS.rst
135140#. Agree on NEW BSD License for your contribution
136141
137142
0 commit comments