2
2
pyecharts-snapshot
3
3
================================================================================
4
4
5
- .. image :: https://api.travis-ci.org/chfw /pyecharts-snapshot.svg?branch=master
6
- :target: http://travis-ci.org/chfw /pyecharts-snapshot
5
+ .. image :: https://api.travis-ci.org/pyecharts /pyecharts-snapshot.svg?branch=master
6
+ :target: http://travis-ci.org/pyecharts /pyecharts-snapshot
7
7
8
- .. image :: https://codecov.io/gh/chfw /pyecharts-snapshot/branch/master/graph/badge.svg
9
- :target: https://codecov.io/github/chfw /pyecharts-snapshot
8
+ .. image :: https://codecov.io/gh/pyecharts /pyecharts-snapshot/branch/master/graph/badge.svg
9
+ :target: https://codecov.io/github/pyecharts /pyecharts-snapshot
10
10
11
11
Introduction
12
12
================================================================================
@@ -28,7 +28,7 @@ Get png:
28
28
29
29
And you will get:
30
30
31
- .. image :: https://raw.githubusercontent.com/chfw /pyecharts-snapshot/master/images/demo.png
31
+ .. image :: https://raw.githubusercontent.com/pyecharts /pyecharts-snapshot/master/images/demo.png
32
32
:width: 800px
33
33
34
34
Get pdf:
@@ -39,11 +39,11 @@ Get pdf:
39
39
40
40
And you will get:
41
41
42
- .. image :: https://raw.githubusercontent.com/chfw /pyecharts-snapshot/master/images/demo_in_pdf.png
43
- :target: https://raw.githubusercontent.com/chfw /pyecharts-snapshot/master/examples/grid.pdf
42
+ .. image :: https://raw.githubusercontent.com/pyecharts /pyecharts-snapshot/master/images/demo_in_pdf.png
43
+ :target: https://raw.githubusercontent.com/pyecharts /pyecharts-snapshot/master/examples/grid.pdf
44
44
:width: 800px
45
45
46
- And here the code to `generate it <https://github.com/chfw /pyecharts-snapshot/blob/master/examples/grid.py >`_
46
+ And here the code to `generate it <https://github.com/pyecharts /pyecharts-snapshot/blob/master/examples/grid.py >`_
47
47
48
48
49
49
Usage details
@@ -95,7 +95,7 @@ Here's a fully working example code to get a png image:
95
95
96
96
Here is the snapshot:
97
97
98
- .. image :: https://raw.githubusercontent.com/chfw /pyecharts-snapshot/master/images/snapshot.png
98
+ .. image :: https://raw.githubusercontent.com/pyecharts /pyecharts-snapshot/master/images/snapshot.png
99
99
:width: 800px
100
100
101
101
In order to get a pdf file, you can do the following instead:
@@ -129,8 +129,8 @@ In order to get a pdf file, you can do the following instead:
129
129
130
130
Here is the snapshot in pdf:
131
131
132
- .. image :: https://raw.githubusercontent.com/chfw /pyecharts-snapshot/master/images/snapshot_in_pdf.png
133
- :target: https://raw.githubusercontent.com/chfw /pyecharts-snapshot/master/examples/snapshot_in_pdf.pdf
132
+ .. image :: https://raw.githubusercontent.com/pyecharts /pyecharts-snapshot/master/images/snapshot_in_pdf.png
133
+ :target: https://raw.githubusercontent.com/pyecharts /pyecharts-snapshot/master/examples/snapshot_in_pdf.pdf
134
134
:width: 800px
135
135
136
136
@@ -179,7 +179,7 @@ or clone it and install it:
179
179
180
180
.. code-block :: bash
181
181
182
- $ git clone http://github.com/chfw /pyecharts-snapshot.git
182
+ $ git clone http://github.com/pyecharts /pyecharts-snapshot.git
183
183
$ cd pyecharts-snapshot
184
184
$ python setup.py install
185
185
0 commit comments