Skip to content

Commit 012a327

Browse files
committed
add demo animation
1 parent 3105198 commit 012a327

File tree

4 files changed

+25
-18
lines changed

4 files changed

+25
-18
lines changed

.moban.d/README.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
{%endblock%}
88

99
{%block features %}
10-
**{{name}}** does xyz.
10+
**{{name}}** {{description}}.
11+
12+
.. image:: https://github.com/pyexcel/pyexcel-pygal/raw/master/pygal-demo.gif
13+
1114
{%endblock%}

README.rst

+20-16
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,26 @@ pyexcel-pygal - Let you focus on presentation with pygal
1717
.. image:: https://readthedocs.org/projects/pyexcel-pygal/badge/?version=latest
1818
:target: http://pyexcel-pygal.readthedocs.org/en/latest/
1919

20+
Support the project
21+
================================================================================
22+
23+
If your company has embedded pyexcel and its components into a revenue generating
24+
product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627>`_ to
25+
maintain the project and develop it further.
26+
27+
If you are an individual, you are welcome to support me too on patreon and for however long
28+
you feel like to. As a patreon, you will receive
29+
`early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts>`_.
30+
31+
With your financial support, I will be able to invest
32+
a little bit more time in coding, documentation and writing interesting posts.
33+
34+
35+
36+
**pyexcel-pygal** draw simple svg chart via pygal.
37+
38+
.. image:: https://github.com/pyexcel/pyexcel-pygal/raw/master/pygal-demo.gif
2039

21-
**pyexcel-pygal** does xyz.
2240

2341

2442

@@ -41,21 +59,6 @@ or clone it and install it:
4159
4260
4361
44-
Support the project
45-
================================================================================
46-
47-
If your company has embedded pyexcel and its components into a revenue generating
48-
product, please `support me on patreon <https://www.patreon.com/bePatron?u=5537627>`_ to
49-
maintain the project and develop it further.
50-
51-
If you are an individual, you are welcome to support me too on patreon and for however long
52-
you feel like to. As a patreon, you will receive
53-
`early access to pyexcel related contents <https://www.patreon.com/pyexcel/posts>`_.
54-
55-
With your financial support, I will be able to invest
56-
a little bit more time in coding, documentation and writing interesting posts.
57-
58-
5962
Development guide
6063
================================================================================
6164

@@ -128,6 +131,7 @@ Acceptance criteria
128131

129132

130133

134+
131135
License
132136
================================================================================
133137

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
]
1919

2020
intersphinx_mapping = {
21-
'pyexcel': ('http://pyexcel.readthedocs.org/en/latest/', None),
21+
'pyexcel': ('http://pyexcel.readthedocs.io/en/latest/', None),
2222
}
2323
spelling_word_list_filename = 'spelling_wordlist.txt'
2424
templates_path = ['_templates']

pygal-demo.gif

37.4 KB
Loading

0 commit comments

Comments
 (0)