File tree Expand file tree Collapse file tree 3 files changed +28
-8
lines changed Expand file tree Collapse file tree 3 files changed +28
-8
lines changed Original file line number Diff line number Diff line change 8
8
It is used with `yehua <https://github.com/chfw/yehua>`_.
9
9
Organisations using it:
10
10
11
- - `pyexcel <https://github.com/pyexcel/pyexcel>`_.
12
- - `coala <https://github .com/coala/coala >`_.
13
- - `pyecharts <https://github.com/pyecharts/pyecharts>`_ .
14
- - `echarts- maps <https://github.com/echarts-maps>`_ .
11
+ - `pyexcel mobans <https://github.com/pyexcel/pyexcel-mobans >`_.
12
+ - `coala mobans <https://gitlab .com/coala/mobans >`_.
13
+ - `pyecharts pypkg mobans <https://github.com/pyecharts/pypkg-mobans>` .
14
+ - `echarts maps mobans <https://github.com/echarts-maps/echarts-js-mobans>` .
15
15
16
16
Features
17
17
================================================================================
@@ -31,6 +31,14 @@ setup.py
31
31
{% endblock %}
32
32
33
33
{% block bottom_block %}
34
+ Development process
35
+ ================================================================================
36
+
37
+ Please fork and make pull request to **dev** branch. Per each release, dev branch
38
+ will be merge into master branch.
39
+
40
+ In order to make moban updates: please call `make`.
41
+
34
42
Notes
35
43
================================================================================
36
44
Original file line number Diff line number Diff line change
1
+ all : upstreaming
2
+
3
+ upstreaming :
4
+ moban -m upstreaming.yml
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ Scaffolding templates for your Python project.
16
16
It is used with `yehua <https://github.com/chfw/yehua >`_.
17
17
Organisations using it:
18
18
19
- - `pyexcel <https://github.com/pyexcel/pyexcel >`_.
20
- - `coala <https://github .com/coala/coala >`_.
21
- - `pyecharts <https://github.com/pyecharts/pyecharts >`_ .
22
- - `echarts- maps <https://github.com/echarts-maps >`_ .
19
+ - `pyexcel mobans <https://github.com/pyexcel/pyexcel-mobans >`_.
20
+ - `coala mobans <https://gitlab .com/coala/mobans > `_.
21
+ - `pyecharts pypkg mobans <https://github.com/pyecharts/pypkg-mobans> ` .
22
+ - `echarts maps mobans <https://github.com/echarts-maps/echarts-js-mobans> ` .
23
23
24
24
Features
25
25
================================================================================
@@ -47,6 +47,14 @@ You can get it:
47
47
$ git clone https://github.com/moremoban/pypi-mobans.git
48
48
$ cd pypi-mobans
49
49
50
+ Development process
51
+ ================================================================================
52
+
53
+ Please fork and make pull request to **dev ** branch. Per each release, dev branch
54
+ will be merge into master branch.
55
+
56
+ In order to make moban updates: please call `make `.
57
+
50
58
Notes
51
59
================================================================================
52
60
You can’t perform that action at this time.
0 commit comments