Skip to content

Commit b138c92

Browse files
committed
prepare for 0.0.8 release
1 parent 0ee6019 commit b138c92

File tree

5 files changed

+21
-15
lines changed

5 files changed

+21
-15
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change log
22
================================================================================
33

4-
0.0.8 - unreleased
4+
0.0.8 - 06.07.2017
55
--------------------------------------------------------------------------------
66

77
Added

README.rst

+6-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ django-excel - Let you focus on data, instead of file formats
1111
.. image:: https://codecov.io/github/pyexcel/django-excel/coverage.png
1212
:target: https://codecov.io/github/pyexcel/django-excel
1313

14+
.. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
15+
:target: https://gitter.im/pyexcel/Lobby
16+
1417
.. image:: https://readthedocs.org/projects/django-excel/badge/?version=latest
1518
:target: http://django-excel.readthedocs.org/en/latest/
1619

@@ -76,11 +79,12 @@ The highlighted features are:
7679
`pyexcel-ods`_ ods `odfpy`_ same as above
7780
`pyexcel-odsr`_ ods(read only) lxml same as above
7881
`pyexcel-text`_ (write only)json, rst, `tabulate`_ 2.6, 2.7, 3.3, 3.4
79-
mediawiki, html, 3.5, pypy, pypy3
82+
mediawiki, html, 3.5, 3.6, pypy
8083
latex, grid, pipe,
8184
orgtbl, plain simple
8285
`pyexcel-handsontable`_ handsontable in html `handsontable`_ same as above
83-
`pyexcel-pygal`_ svg chart `pygal`_ same as above [#f3]_
86+
`pyexcel-pygal`_ svg chart `pygal`_ 2.7, 3.3, 3.4, 3.5
87+
3.6, pypy
8488
======================== ======================= =============== ==================
8589

8690
.. _pyexcel-io: https://github.com/pyexcel/pyexcel-io
@@ -107,7 +111,6 @@ The highlighted features are:
107111
.. _pyexcel-matplotlib: https://github.com/pyexcel/pyexcel-matplotlib
108112
.. _matplotlib: https://matplotlib.org
109113

110-
.. [#f3] coming soon
111114

112115
In order to manage the list of plugins installed, you need to use pip to add or remove
113116
a plugin. When you use virtualenv, you can have different plugins per virtual

django_excel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ overrides: "pyexcel.yaml"
22
name: "django-excel"
33
version: 0.0.8
44
current_version: 0.0.8
5-
release: 0.0.7
5+
release: 0.0.8
66
webframework: Django
77
dependencies:
88
- pyexcel-webio>=0.1.0

doc/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
]
1515

1616
intersphinx_mapping = {
17-
'pyexcel': ('http://pyexcel.readthedocs.org/en/latest/', None),
17+
'pyexcel': ('http://pyexcel.readthedocs.io/en/latest/', None),
1818
}
1919
spelling_word_list_filename = 'spelling_wordlist.txt'
2020
templates_path = ['_templates']
@@ -23,7 +23,7 @@
2323

2424
project = u'django-excel'
2525
copyright = u'2015-2017 Onni Software Ltd.'
26-
version = '0.0.7'
26+
version = '0.0.8'
2727
release = '0.0.8'
2828
exclude_patterns = []
2929
pygments_style = 'sphinx'

doc/source/index.rst

+11-8
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
:Source code: http://github.com/pyexcel/django-excel.git
1111
:Issues: http://github.com/pyexcel/django-excel/issues
1212
:License: New BSD License
13-
:Development: |release|
1413
:Released: |version|
1514
:Generated: |today|
1615

@@ -71,11 +70,12 @@ The highlighted features are:
7170
`pyexcel-ods`_ ods `odfpy`_ same as above
7271
`pyexcel-odsr`_ ods(read only) lxml same as above
7372
`pyexcel-text`_ (write only)json, rst, `tabulate`_ 2.6, 2.7, 3.3, 3.4
74-
mediawiki, html, 3.5, pypy, pypy3
73+
mediawiki, html, 3.5, 3.6, pypy
7574
latex, grid, pipe,
7675
orgtbl, plain simple
7776
`pyexcel-handsontable`_ handsontable in html `handsontable`_ same as above
78-
`pyexcel-pygal`_ svg chart `pygal`_ same as above [#f3]_
77+
`pyexcel-pygal`_ svg chart `pygal`_ 2.7, 3.3, 3.4, 3.5
78+
3.6, pypy
7979
======================== ======================= =============== ==================
8080

8181
.. _pyexcel-io: https://github.com/pyexcel/pyexcel-io
@@ -102,7 +102,6 @@ The highlighted features are:
102102
.. _pyexcel-matplotlib: https://github.com/pyexcel/pyexcel-matplotlib
103103
.. _matplotlib: https://matplotlib.org
104104

105-
.. [#f3] coming soon
106105

107106
In order to manage the list of plugins installed, you need to use pip to add or remove
108107
a plugin. When you use virtualenv, you can have different plugins per virtual
@@ -482,20 +481,24 @@ set exported as a single sheet file as:
482481
Visualize your data
483482
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
484483

485-
Let's go to the admin page and update some votes for the choices. In my case,
486-
I have got something like this:
484+
Let's go to the admin page and update some votes for the choices.
485+
486+
.. image:: admin-vote.png
487+
488+
In my case, I have updated all of them and have gotten something like this:
487489

488490
.. image:: votes-handson-table.png
489491

490-
Now, let's look at the survey result for "What's your favorite IDE?":
492+
Now, let's look at the survey result(http://localhost:8000/polls/survey_result/)
493+
for "What's your favorite IDE?":
491494

492495
.. image:: survey-result.png
493496

494497
`pyexcel-pygal`_ provide you the common data visualization capability to show
495498
your data intuitively. Here is the code to achieve that:
496499

497500
.. literalinclude:: ../../polls/views.py
498-
:lines: 192-212
501+
:lines: 192-217
499502

500503

501504
.. _data-types-and-its-conversion-funcs:

0 commit comments

Comments
 (0)