@@ -5,13 +5,13 @@ django-excel - Let you focus on data, instead of file formats
55.. image :: https://api.travis-ci.org/pyexcel/django-excel.svg?branch=master
66 :target: http://travis-ci.org/pyexcel/django-excel
77
8- .. image :: https://coveralls .io/repos/chfw /django-excel/badge.svg?branch=master
9- :target: https://coveralls .io/r/chfw /django-excel?branch=master
8+ .. image :: https://codecov .io/github/pyexcel /django-excel/coverage.png
9+ :target: https://codecov .io/github/pyexcel /django-excel
1010
1111.. image :: https://readthedocs.org/projects/django-excel/badge/?version=latest
1212 :target: http://django-excel.readthedocs.org/en/latest/
1313
14- **django-excel ** is based on `pyexcel <https://github.com/chfw /pyexcel >`_ and makes
14+ **django-excel ** is based on `pyexcel <https://github.com/pyexcel /pyexcel >`_ and makes
1515it easy to consume/produce information stored in excel files over HTTP protocol as
1616well as on file system. This library can turn the excel data into Pythonic a list of
1717lists, a list of records(dictionaries), dictionaries of lists. And vice versa. Hence
@@ -46,11 +46,11 @@ Plugins Supported file formats
4646`pyexcel-text `_ (write only)json, rst, mediawiki,latex, grid, pipe, orgtbl, plain simple
4747================ ========================================================================
4848
49- .. _pyexcel-xls : https://github.com/chfw /pyexcel-xls
50- .. _pyexcel-xlsx : https://github.com/chfw /pyexcel-xlsx
51- .. _pyexcel-ods : https://github.com/chfw /pyexcel-ods
52- .. _pyexcel-ods3 : https://github.com/chfw /pyexcel-ods3
53- .. _pyexcel-text : https://github.com/chfw /pyexcel-text
49+ .. _pyexcel-xls : https://github.com/pyexcel /pyexcel-xls
50+ .. _pyexcel-xlsx : https://github.com/pyexcel /pyexcel-xlsx
51+ .. _pyexcel-ods : https://github.com/pyexcel /pyexcel-ods
52+ .. _pyexcel-ods3 : https://github.com/pyexcel /pyexcel-ods3
53+ .. _pyexcel-text : https://github.com/pyexcel /pyexcel-text
5454
5555
5656Known constraints
@@ -63,13 +63,13 @@ Tested Django Versions
6363========================
6464
6565.. image :: https://img.shields.io/badge/django-1.9-green.svg
66- :target: http://travis-ci.org/chfw /django-excel
66+ :target: http://travis-ci.org/pyexcel /django-excel
6767
6868.. image :: https://img.shields.io/badge/django-1.8.2-green.svg
69- :target: http://travis-ci.org/chfw /django-excel
69+ :target: http://travis-ci.org/pyexcel /django-excel
7070
7171.. image :: https://img.shields.io/badge/django-1.7.8-green.svg
72- :target: http://travis-ci.org/chfw /django-excel
72+ :target: http://travis-ci.org/pyexcel /django-excel
7373
7474
7575Installation
@@ -86,7 +86,7 @@ or clone it and install it:
8686
8787.. code-block :: bash
8888
89- $ git clone http://github.com/chfw /django-pyexcel.git
89+ $ git clone http://github.com/pyexcel /django-pyexcel.git
9090 $ cd django-excel
9191 $ python setup.py install
9292
0 commit comments