@@ -5,6 +5,9 @@ pyexcel-webio - Let you focus on data, instead of file formats
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-webwares/pyexcel-webio.svg?branch=master
912 :target: http://travis-ci.org/pyexcel-webwares/pyexcel-webio
1013
@@ -22,12 +25,17 @@ pyexcel-webio - Let you focus on data, instead of file formats
2225.. image :: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
2326 :target: https://gitter.im/pyexcel/Lobby
2427
28+ .. image :: https://img.shields.io/static/v1?label=continuous%20templating&message=%E6%A8%A1%E7%89%88%E6%9B%B4%E6%96%B0&color=blue&style=flat-square
29+ :target: https://moban.readthedocs.io/en/latest/#at-scale-continous-templating-for-open-source-projects
30+
31+ .. image :: https://img.shields.io/static/v1?label=coding%20style&message=black&color=black&style=flat-square
32+ :target: https://github.com/psf/black
2533
2634Support the project
2735================================================================================
2836
2937If your company has embedded pyexcel and its components into a revenue generating
30- product, please support me on `patreon <https://www.patreon.com/bePatron?u=5537627 >`_
38+ product, please support me on github, `patreon <https://www.patreon.com/bePatron?u=5537627 >`_
3139or `bounty source <https://salt.bountysource.com/teams/chfw-pyexcel >`_ to maintain
3240the project and develop it further.
3341
@@ -201,22 +209,6 @@ Please run::
201209so as to beautify your code otherwise travis-ci may fail your unit test.
202210
203211
204- And make sure you would have run moban command
205- ---------------------------------------------------------
206-
207- Additional steps are required:
208-
209- #. pip install moban
210- #. make your changes in `.moban.d ` directory, then issue command `moban `
211- #. moban
212-
213- otherwise travis-ci may also fail your unit test.
214-
215- What is .moban.d
216- ---------------------------------
217-
218- `.moban.d ` stores the specific meta data for the library.
219-
220212
221213
222214License
0 commit comments