Skip to content

Commit 3569fe0

Browse files
committed
✨ update documentation. add make command for do local update
1 parent a0fee6b commit 3569fe0

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed

.moban.dt/local-README.rst.jj2

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
It is used with `yehua <https://github.com/chfw/yehua>`_.
99
Organisations using it:
1010

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>`.
1515

1616
Features
1717
================================================================================
@@ -31,6 +31,14 @@ setup.py
3131
{% endblock %}
3232

3333
{% 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+
3442
Notes
3543
================================================================================
3644

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
all: upstreaming
2+
3+
upstreaming:
4+
moban -m upstreaming.yml

README.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Scaffolding templates for your Python project.
1616
It is used with `yehua <https://github.com/chfw/yehua>`_.
1717
Organisations using it:
1818

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>`.
2323

2424
Features
2525
================================================================================
@@ -47,6 +47,14 @@ You can get it:
4747
$ git clone https://github.com/moremoban/pypi-mobans.git
4848
$ cd pypi-mobans
4949
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+
5058
Notes
5159
================================================================================
5260

0 commit comments

Comments
 (0)