@@ -5,6 +5,9 @@ pyexcel-htmlr - Let you focus on data, instead of html format
55.. image :: https://raw.githubusercontent.com/pyexcel/pyexcel.github.io/master/images/patreon.png
66 :target: https://www.patreon.com/chfw
77
8+ .. image :: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg
9+ :target: https://awesome-python.com/#specific-formats-processing
10+
811.. image :: https://travis-ci.org/pyexcel/pyexcel-htmlr.svg?branch=master
912 :target: http://travis-ci.org/pyexcel/pyexcel-htmlr
1013
@@ -26,6 +29,24 @@ pyexcel-htmlr - Let you focus on data, instead of html format
2629 :target: http://pyexcel-htmlr.readthedocs.org/en/latest/
2730
2831
32+ Support the project
33+ ================================================================================
34+
35+ If your company has embedded pyexcel and its components into a revenue generating
36+ product, please support me on github, `patreon <https://www.patreon.com/bePatron?u=5537627 >`_
37+ or `bounty source <https://salt.bountysource.com/teams/chfw-pyexcel >`_ to maintain
38+ the project and develop it further.
39+
40+ If you are an individual, you are welcome to support me too and for however long
41+ you feel like. As my backer, you will receive
42+ `early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts >`_.
43+
44+ And your issues will get prioritized if you would like to become my patreon as `pyexcel pro user `.
45+
46+ With your financial support, I will be able to invest
47+ a little bit more time in coding, documentation and writing interesting posts.
48+
49+
2950Known constraints
3051==================
3152
@@ -50,24 +71,6 @@ or clone it and install it:
5071 $ cd pyexcel-htmlr
5172 $ python setup.py install
5273
53- Support the project
54- ================================================================================
55-
56- If your company has embedded pyexcel and its components into a revenue generating
57- product, please support me on `github <https://github.com/sponsors/chfw >`_, `patreon <https://www.patreon.com/bePatron?u=5537627 >`_
58- or `bounty source <https://salt.bountysource.com/teams/chfw-pyexcel >`_ to maintain
59- the project and develop it further.
60-
61- If you are an individual, you are welcome to support me too and for however long
62- you feel like. As my backer, you will receive
63- `early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts >`_.
64-
65- And your issues will get prioritized if you would like to become my patreon as `pyexcel pro user `.
66-
67- With your financial support, I will be able to invest
68- a little bit more time in coding, documentation and writing interesting posts.
69-
70-
7174 Usage
7275================================================================================
7376
@@ -284,18 +287,27 @@ On Windows systems, please issue this command::
284287
285288 > test.bat
286289
287- How to update test environment and update documentation
290+
291+ Before you commit
292+ ------------------------------
293+
294+ Please run::
295+
296+ $ make format
297+
298+ so as to beautify your code otherwise travis-ci may fail your unit test.
299+
300+
301+ And make sure you would have run moban command
288302---------------------------------------------------------
289303
290304Additional steps are required:
291305
292306#. pip install moban
293307#. make your changes in `.moban.d ` directory, then issue command `moban `
308+ #. moban
294309
295- What is pyexcel-commons
296- ---------------------------------
297-
298- Many information that are shared across pyexcel projects, such as: this developer guide, license info, etc. are stored in `pyexcel-commons ` project.
310+ otherwise travis-ci may also fail your unit test.
299311
300312What is .moban.d
301313---------------------------------
0 commit comments